]> asedeno.scripts.mit.edu Git - linux.git/commit
ixgbe: fix broken ipsec Rx with proper cast on spi
authorShannon Nelson <shannon.nelson@oracle.com>
Thu, 31 May 2018 21:12:18 +0000 (14:12 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 4 Jun 2018 17:31:22 +0000 (10:31 -0700)
commit9a75fa5c166346fa3de35fe8020e43bc98a171d0
tree19f5e4131de05300a5bb3f82266a87a46ff08852
parent2a8a15526d319eed948bb38ae9f5900e2bee8565
ixgbe: fix broken ipsec Rx with proper cast on spi

Fix up a cast problem introduced by a sparse cleanup patch.  This fixes
a problem where the encrypted packets were not recognized on Rx and
subsequently dropped.

Fixes: 9cfbfa701b55 ("ixgbe: cleanup sparse warnings")
Signed-off-by: Shannon Nelson <shannon.nelson@oracle.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c