]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: process the Tx ipsec offload
authorShannon Nelson <shannon.nelson@oracle.com>
Wed, 20 Dec 2017 00:00:00 +0000 (16:00 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 23 Jan 2018 18:02:30 +0000 (10:02 -0800)
commit9c3bcdd912f00c2b16da510b56a8405a3574323a
tree497299b4fcd9866ab60a5972246f6e4cddd65f45
parente232b5ff39920eb375b81edb25f0ebb5047d4b77
ixgbe: process the Tx ipsec offload

If the skb has a security association referenced in the skb, then
set up the Tx descriptor with the ipsec offload bits.  While we're
here, we fix an oddly named field in the context descriptor struct.

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/ixgbe/ixgbe.h
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c
drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
drivers/net/ethernet/intel/ixgbe/ixgbe_type.h