linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon@kernel.org>
To: Jakub Kicinski <kuba@kernel.org>
Cc: Jason Gunthorpe <jgg@nvidia.com>,
	Saeed Mahameed <saeed@kernel.org>,
	"David S. Miller" <davem@davemloft.net>,
	Paolo Abeni <pabeni@redhat.com>,
	Eric Dumazet <edumazet@google.com>,
	Saeed Mahameed <saeedm@nvidia.com>,
	linux-rdma@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: pull-request: mlx5-next 2023-01-24 V2
Date: Thu, 2 Feb 2023 20:03:02 +0200	[thread overview]
Message-ID: <Y9v61gb3ADT9rsLn@unreal> (raw)
In-Reply-To: <20230202095453.68f850bc@kernel.org>

On Thu, Feb 02, 2023 at 09:54:53AM -0800, Jakub Kicinski wrote:
> On Thu, 2 Feb 2023 13:44:05 -0400 Jason Gunthorpe wrote:
> > > You don't remember me trying to convince you to keep the RoCE stuff
> > > away from our open source IPsec implementation?  
> > 
> > Huh? What does this:
> > 
> > https://lore.kernel.org/all/cover.1673960981.git.leon@kernel.org/
> > 
> > Have to do with IPsec?
> 
> Dunno. But I don't know what it has to do with the PR we're commenting
> on either..

It has to do, because I need shared branch to put net/mlx5 patches from
that "special keys" series and I patiently waited for any response.

First, I didn't see any comment of not pulling Saeed's PR.
Second, I didn't see any not-pulling comments other IPsec patches which
Saeed posted prior issuing his PR.
Third, IPsec patches are pure mlx5_core changes. This is where flow
steering exists.

➜  kernel git:(rdma-next) git diff --stat bb2e8913dc40..ml/mlx5-next
 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     |   1 +
 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c  |  59 ++++++--
 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  | 372 +++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/ethernet/mellanox/mlx5/core/lib/ipsec_fs_roce.h  |  20 +++
 include/linux/mlx5/fs.h                                      |   3 +
 10 files changed, 497 insertions(+), 15 deletions(-)

Thanks

  reply	other threads:[~2023-02-02 18:03 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-26 23:08 pull-request: mlx5-next 2023-01-24 V2 Saeed Mahameed
2023-02-02  7:46 ` Leon Romanovsky
2023-02-02 17:13   ` Jakub Kicinski
2023-02-02 17:14     ` Jason Gunthorpe
2023-02-02 17:25       ` Jakub Kicinski
2023-02-02 17:44         ` Jason Gunthorpe
2023-02-02 17:54           ` Jakub Kicinski
2023-02-02 18:03             ` Leon Romanovsky [this message]
2023-02-02 18:15               ` Saeed Mahameed
2023-02-02 18:30                 ` Jakub Kicinski
2023-02-03 20:05                   ` Saeed Mahameed
2023-02-03 21:14                     ` Jakub Kicinski
2023-02-04  0:18                       ` Jason Gunthorpe
2023-02-04  1:45                         ` Jakub Kicinski
2023-02-06 14:58                           ` Jason Gunthorpe
2023-02-07  0:38                             ` Jakub Kicinski
2023-02-07 19:52                               ` Jason Gunthorpe
2023-02-07 22:03                                 ` Jakub Kicinski
2023-02-08  9:17                                   ` Leon Romanovsky
2023-02-08 16:13                                   ` Jason Gunthorpe
2023-02-08 23:19                                     ` Jakub Kicinski
2023-02-09  0:27                                       ` Jason Gunthorpe
2023-02-09  0:48                                         ` Jakub Kicinski
2023-02-09  0:59                                           ` Jason Gunthorpe
2023-02-09  1:16                                             ` Jakub Kicinski
2023-02-10 17:15                                               ` Jason Gunthorpe
2023-02-09  0:36                                       ` Saeed Mahameed
2023-02-09  0:52                                         ` Jakub Kicinski
2023-02-04  0:47                       ` Saeed Mahameed
2023-02-04  1:57                         ` Jakub Kicinski
2023-02-05 10:26                           ` Leon Romanovsky
2023-02-02 18:07       ` Leon Romanovsky
2023-02-03 20:14 ` Saeed Mahameed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y9v61gb3ADT9rsLn@unreal \
    --to=leon@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=jgg@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=saeed@kernel.org \
    --cc=saeedm@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).