提交 9a75fa5c 编写于 作者: S Shannon Nelson 提交者: Jeff Kirsher

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: 9cfbfa70 ("ixgbe: cleanup sparse warnings")
Signed-off-by: NShannon Nelson <shannon.nelson@oracle.com>
Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
上级 2a8a1552
......@@ -663,7 +663,7 @@ static int ixgbe_ipsec_add_sa(struct xfrm_state *xs)
/* hash the new entry for faster search in Rx path */
hash_add_rcu(ipsec->rx_sa_list, &ipsec->rx_tbl[sa_idx].hlist,
(__force u64)rsa.xs->id.spi);
(__force u32)rsa.xs->id.spi);
} else {
struct tx_sa tsa;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册