]> www.infradead.org Git - users/jedix/linux-maple.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)
committerDan Duval <dan.duval@oracle.com>
Mon, 19 Oct 2015 22:19:06 +0000 (18:19 -0400)
commit498b134c1b1802c9935a6d7eca05b21698fdc093
tree8a3f4c6deaf8f87b6b061326f3e1178563b0d1f7
parentf2906899f398caaef495be610ae32b860c25a626
bnx2x: Prevent UDP 4-tuple configurations on older adapters

Orabug: 22066196

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>
(cherry picked from commit f9468e8dc87e31f807fae04aae70380a461b95c6)

Signed-off-by: Dan Duval <dan.duval@oracle.com>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c