]> git.baikalelectronics.ru Git - kernel.git/commit
bnx2x: Add vxlan RSS support
authorRajesh Borundia <Rajesh.Borundia@qlogic.com>
Tue, 18 Aug 2015 07:22:59 +0000 (10:22 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Aug 2015 21:21:10 +0000 (14:21 -0700)
commitb13c15158caadfd5e9316cf9580b5f83d7dedf90
tree7d6b2693ba577b9814ee338a7bcd5b1b421a04dd
parentceb7837065b7e00d8af3342c815dd506d57c077d
bnx2x: Add vxlan RSS support

Latest FW submission added some vxlan offload capabilities to our device.
This patch adds the ability to connect to the vxlan NDOs and configure
the UDP port associated with it in the HW.

The device would now be capable of performing RSS according to the
inner headers of the vxlan packets.

Signed-off-by: Rajesh Borundia <Rajesh.Borundia@qlogic.com>
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/Kconfig
drivers/net/ethernet/broadcom/bnx2x/bnx2x.h
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c