Message ID | cover.1690803944.git.leonro@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | mlx5 IPsec fixes | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 31 Jul 2023 14:58:39 +0300 you wrote: > From: Leon Romanovsky <leonro@nvidia.com> > > Hi, > > The following patches are combination of Jianbo's work on IPsec eswitch mode > together with our internal review toward addition of TCP protocol selectors > support to IPSec packet offload. > > [...] Here is the summary with links: - [net,1/3] net/mlx5: fs_core: Make find_closest_ft more generic https://git.kernel.org/netdev/net/c/618d28a535a0 - [net,2/3] net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prio https://git.kernel.org/netdev/net/c/c635ca45a7a2 - [net,3/3] net/mlx5e: Set proper IPsec source port in L4 selector https://git.kernel.org/netdev/net/c/62da08331f1a You are awesome, thank you!
From: Leon Romanovsky <leonro@nvidia.com> Hi, The following patches are combination of Jianbo's work on IPsec eswitch mode together with our internal review toward addition of TCP protocol selectors support to IPSec packet offload. Despite not-being fix, the first patch helps us to make second one more clear, so I'm asking to apply it anyway as part of this series. Thanks Jianbo Liu (2): net/mlx5: fs_core: Make find_closest_ft more generic net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prio Leon Romanovsky (1): net/mlx5e: Set proper IPsec source port in L4 selector .../mellanox/mlx5/core/en_accel/ipsec_fs.c | 4 +- .../net/ethernet/mellanox/mlx5/core/fs_core.c | 103 ++++++++++++++---- 2 files changed, 85 insertions(+), 22 deletions(-)