mbox series

[net,0/3] mlx5 IPsec fixes

Message ID cover.1690803944.git.leonro@nvidia.com (mailing list archive)
Headers show
Series mlx5 IPsec fixes | expand

Message

Leon Romanovsky July 31, 2023, 11:58 a.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 3, 2023, 1:50 a.m. UTC | #1
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!