]> git.karo-electronics.de Git - karo-tx-linux.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)
commitf34fa14cc033239037622dbe84faf53923bb7e74
tree7d6b2693ba577b9814ee338a7bcd5b1b421a04dd
parent3f0bf60f96e3eaecd6920f5910ffcd8685774fb3
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