]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'net-mlx5e-move-ipsec-policy-check-after-decryption'
authorJakub Kicinski <kuba@kernel.org>
Tue, 25 Feb 2025 02:15:19 +0000 (18:15 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 25 Feb 2025 02:15:19 +0000 (18:15 -0800)
commit79936fcb77023a2275b028b323d3b50f33ad5947
tree4a45c4587e391926561a5c4e38e3bde8206210ca
parenta3ad653c915990fcbb72f9d41c94628255278abc
parentc69046c3f2dcef3fe65eb771544547286934a865
Merge branch 'net-mlx5e-move-ipsec-policy-check-after-decryption'

Tariq Toukan says:

====================
net/mlx5e: Move IPSec policy check after decryption

This series by Jianbo adds IPsec policy check after decryption.

In current mlx5 driver, the policy check is done before decryption for
IPSec crypto and packet offload. This series changes that order to
make it consistent with the processing in kernel xfrm. Besides, RX
state with UPSPEC selector is supported correctly after new steering
table is added after decryption and before the policy check.
====================

Link: https://patch.msgid.link/20250220213959.504304-1-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>