Skip to content

Commit 0062e7c

Browse files
Shannon NelsonJeff Kirsher
authored andcommitted
ixgbevf: add VF IPsec offload code
Add the IPsec offload support code. This is based off of the similar code in ixgbe, but instead of writing the SA registers, the VF asks the PF to setup the offload by sending the offload information to the PF via the standard mailbox. Signed-off-by: Shannon Nelson <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent adef9a2 commit 0062e7c

File tree

4 files changed

+748
-0
lines changed

4 files changed

+748
-0
lines changed

drivers/net/ethernet/intel/ixgbevf/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ ixgbevf-objs := vf.o \
1010
mbx.o \
1111
ethtool.o \
1212
ixgbevf_main.o
13+
ixgbevf-$(CONFIG_XFRM_OFFLOAD) += ipsec.o
1314

0 commit comments

Comments
 (0)