staging: fsl-dpaa2/eth: Update default hash key
authorIoana Radulescu <ruxandra.radulescu@nxp.com>
Fri, 27 Jul 2018 14:12:59 +0000 (09:12 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jul 2018 15:18:19 +0000 (17:18 +0200)
commit227686b65256c550865bc7630684548fe079830b
tree441fc08c57b04b7965ca9618bd2e8b2673015897
parentff5c37987b112d09352b16a28943c149ca90afb2
staging: fsl-dpaa2/eth: Update default hash key

In our documentation, we claim to use a 5-tuple key for Rx hash
distribution of flows. The code however configures a key composed
of all supported header fields.

Update the Rx hash key to contain only the documented fields:
{IP src, IP dst, IP nextproto, L4 src, L4 dst}, which was the
original intention and makes most sense as a default.

Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.c
drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.h