]> git.baikalelectronics.ru Git - kernel.git/commit
bnx2x: Prevent UDP 4-tuple configurations on older adapters
authorYuval Mintz <Yuval.Mintz@qlogic.com>
Thu, 8 Oct 2015 13:19:01 +0000 (16:19 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Oct 2015 12:09:30 +0000 (05:09 -0700)
commitf53d745fa2a12e4f3dc7d472239384c781ca3c5b
tree87ef9a643a53c5b52dd7d720616df06d7985d446
parent51ca90b66e358e3a71792a4b72663f1e0e87b68c
bnx2x: Prevent UDP 4-tuple configurations on older adapters

Configuring 4-tuple RSS hsahing for UDP
[E.g., by using `ethtool -N <interface> rx-flow-hash udp4 sdfn']
on a 57710/57711 adapter would cause it to assert as HW does not
support such a configuration.

Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: Ariel Elior <Ariel.Elior@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c