]> git.baikalelectronics.ru Git - kernel.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)
commit3bc93cbf3adef045a45928c9935bdb4784af90b4
tree19f5e4131de05300a5bb3f82266a87a46ff08852
parentccc3dcbbdcf1bbe8f7aa7c94431a31f88d140e26
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: c26ed9cd0545 ("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