mbox series

[GIT,PULL] Please pull mlx5-next changes

Message ID 20230215095624.1365200-1-leon@kernel.org (mailing list archive)
State Accepted
Commit 84cb1b53cdbad52642571e31a8aee301206d2043
Headers show
Series [GIT,PULL] Please pull mlx5-next changes | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux.git/ mlx5-next

Checks

Context Check Description
netdev/tree_selection success Pull request for net-next
netdev/build_32bit success Errors and warnings before: 2 this patch: 2
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 2 this patch: 2

Message

Leon Romanovsky Feb. 15, 2023, 9:56 a.m. UTC
Hi Jason,

Following previous conversations [1] and our clear commitment to do the TC work [2],
please pull mlx5-next shared branch, which includes low-level steering logic to allow
RoCEv2 traffic to be encrypted/decrypted through IPsec.

Thanks

[1] https://lore.kernel.org/all/20230126230815.224239-1-saeed@kernel.org/
[2] https://lore.kernel.org/all/Y+Z7lVVWqnRBiPh2@nvidia.com/

----------------------------------------------------------------


The following changes since commit dca55da0a15717dde509d17163946e951bad56c4:

  RDMA/mlx5: Track netdev to avoid deadlock during netdev notifier unregister (2023-02-08 20:40:57 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux.git/ mlx5-next

for you to fetch changes up to 22551e77e5507a06114c0af2b92bbf1a66ec33c5:

  net/mlx5: Configure IPsec steering for egress RoCEv2 traffic (2023-02-15 11:30:07 +0200)

----------------------------------------------------------------
Mark Zhang (4):
      net/mlx5: Implement new destination type TABLE_TYPE
      net/mlx5: Add IPSec priorities in RDMA namespaces
      net/mlx5: Configure IPsec steering for ingress RoCEv2 traffic
      net/mlx5: Configure IPsec steering for egress RoCEv2 traffic

Patrisious Haddad (1):
      net/mlx5: Introduce new destination type TABLE_TYPE

 drivers/net/ethernet/mellanox/mlx5/core/Makefile                 |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c     |   4 +
 drivers/net/ethernet/mellanox/mlx5/core/en/fs.h                  |   1 +
 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.h         |   2 +
 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c      |  54 ++++++-
 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_offload.c |   5 +
 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c                 |   6 +
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c                |  44 +++++-
 drivers/net/ethernet/mellanox/mlx5/core/lib/ipsec_fs_roce.c      | 368 +++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/ethernet/mellanox/mlx5/core/lib/ipsec_fs_roce.h      |  25 +++
 include/linux/mlx5/fs.h                                          |   3 +
 include/linux/mlx5/mlx5_ifc.h                                    |  12 +-
 12 files changed, 511 insertions(+), 15 deletions(-)
 create mode 100644 drivers/net/ethernet/mellanox/mlx5/core/lib/ipsec_fs_roce.c
 create mode 100644 drivers/net/ethernet/mellanox/mlx5/core/lib/ipsec_fs_roce.h

Comments

Jakub Kicinski Feb. 16, 2023, 7:37 p.m. UTC | #1
On Wed, 15 Feb 2023 11:56:24 +0200 Leon Romanovsky wrote:
> Following previous conversations [1] and our clear commitment to do the TC work [2],
> please pull mlx5-next shared branch, which includes low-level steering logic to allow
> RoCEv2 traffic to be encrypted/decrypted through IPsec.

I wish the assurances could have been given on the list but it is 
what it is. Pulling to net-next as well, thanks.
patchwork-bot+netdevbpf@kernel.org Feb. 16, 2023, 7:40 p.m. UTC | #2
Hello:

This pull request was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 15 Feb 2023 11:56:24 +0200 you wrote:
> Hi Jason,
> 
> Following previous conversations [1] and our clear commitment to do the TC work [2],
> please pull mlx5-next shared branch, which includes low-level steering logic to allow
> RoCEv2 traffic to be encrypted/decrypted through IPsec.
> 
> Thanks
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Please pull mlx5-next changes
    https://git.kernel.org/netdev/net-next/c/84cb1b53cdba

You are awesome, thank you!
Leon Romanovsky Feb. 19, 2023, 9:05 a.m. UTC | #3
On Thu, Feb 16, 2023 at 11:37:22AM -0800, Jakub Kicinski wrote:
> On Wed, 15 Feb 2023 11:56:24 +0200 Leon Romanovsky wrote:
> > Following previous conversations [1] and our clear commitment to do the TC work [2],
> > please pull mlx5-next shared branch, which includes low-level steering logic to allow
> > RoCEv2 traffic to be encrypted/decrypted through IPsec.
> 
> I wish the assurances could have been given on the list but it is 
> what it is. Pulling to net-next as well, thanks.

Thanks a lot.