OSDN Git Service

ixgbevf: add VF IPsec offload code
authorShannon Nelson <shannon.nelson@oracle.com>
Mon, 13 Aug 2018 18:43:44 +0000 (11:43 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 28 Aug 2018 21:33:26 +0000 (14:33 -0700)
commit0062e7cc955e0827a88570ed36ea511a7dcb391e
treebd14049fed375affe065398ad614db398ef489ce
parentadef9a26d6c39cbfa1b396aa34df85051a143402
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 <shannon.nelson@oracle.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbevf/Makefile
drivers/net/ethernet/intel/ixgbevf/ipsec.c [new file with mode: 0644]
drivers/net/ethernet/intel/ixgbevf/ipsec.h [new file with mode: 0644]
drivers/net/ethernet/intel/ixgbevf/ixgbevf.h