linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Abhijit Gangurde <abhijit.gangurde@amd.com>
Cc: <shannon.nelson@amd.com>, <brett.creeley@amd.com>,
	<davem@davemloft.net>, <edumazet@google.com>, <pabeni@redhat.com>,
	<corbet@lwn.net>, <jgg@ziepe.ca>, <leon@kernel.org>,
	<andrew+netdev@lunn.ch>, <allen.hubbe@amd.com>,
	<nikhil.agarwal@amd.com>, <linux-rdma@vger.kernel.org>,
	<netdev@vger.kernel.org>, <linux-doc@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3 00/14] Introduce AMD Pensando RDMA driver
Date: Wed, 25 Jun 2025 14:44:33 -0700	[thread overview]
Message-ID: <20250625144433.351c7be4@kernel.org> (raw)
In-Reply-To: <20250624121315.739049-1-abhijit.gangurde@amd.com>

On Tue, 24 Jun 2025 17:43:01 +0530 Abhijit Gangurde wrote:
> This patchset introduces an RDMA driver for the AMD Pensando adapter.
> An AMD Pensando Ethernet device with RDMA capabilities extends its
> functionality through an auxiliary device.
> 
> The first 6 patches of the series modify the ionic Ethernet driver
> to support the RDMA driver. The ionic RDMA driver implementation is
> split into the remaining 8 patches.

Nothing exciting here from the Ethernet side, AFACT.
Once it's ready to be merged from RDMA side could you put it on a
branch so both trees can merge? Unless you have no other patches 
ethernet for ionic in this release cycle..

  parent reply	other threads:[~2025-06-25 21:44 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-24 12:13 [PATCH v3 00/14] Introduce AMD Pensando RDMA driver Abhijit Gangurde
2025-06-24 12:13 ` [PATCH v3 01/14] net: ionic: Create an auxiliary device for rdma driver Abhijit Gangurde
2025-06-24 12:13 ` [PATCH v3 02/14] net: ionic: Update LIF identity with additional RDMA capabilities Abhijit Gangurde
2025-06-24 12:13 ` [PATCH v3 03/14] net: ionic: Export the APIs from net driver to support device commands Abhijit Gangurde
2025-06-24 12:13 ` [PATCH v3 04/14] net: ionic: Provide RDMA reset support for the RDMA driver Abhijit Gangurde
2025-06-24 12:13 ` [PATCH v3 05/14] net: ionic: Provide interrupt allocation " Abhijit Gangurde
2025-06-24 12:13 ` [PATCH v3 06/14] net: ionic: Provide doorbell and CMB region information Abhijit Gangurde
2025-06-24 12:13 ` [PATCH v3 07/14] RDMA: Add IONIC to rdma_driver_id definition Abhijit Gangurde
2025-06-24 12:13 ` [PATCH v3 08/14] RDMA/ionic: Register auxiliary module for ionic ethernet adapter Abhijit Gangurde
2025-06-26  7:26   ` Leon Romanovsky
2025-06-27 10:18     ` Abhijit Gangurde
2025-06-24 12:13 ` [PATCH v3 09/14] RDMA/ionic: Create device queues to support admin operations Abhijit Gangurde
2025-07-01 10:24   ` Leon Romanovsky
2025-07-03  6:59     ` Abhijit Gangurde
2025-07-03  8:41       ` Leon Romanovsky
2025-07-04 10:45         ` Abhijit Gangurde
2025-06-24 12:13 ` [PATCH v3 10/14] RDMA/ionic: Register device ops for control path Abhijit Gangurde
2025-07-01 10:38   ` Leon Romanovsky
2025-07-02 13:18     ` Jason Gunthorpe
2025-07-02 18:00       ` Leon Romanovsky
2025-07-03  7:19         ` Abhijit Gangurde
2025-07-04 17:08           ` Leon Romanovsky
2025-07-07  5:27             ` Abhijit Gangurde
2025-07-07  7:21               ` Leon Romanovsky
2025-07-07 14:56                 ` Abhijit Gangurde
2025-07-07 16:46                   ` Leon Romanovsky
2025-07-08 10:05                     ` Abhijit Gangurde
2025-07-13  6:27                       ` Leon Romanovsky
2025-07-15 19:16                         ` Jason Gunthorpe
2025-07-20  8:39                           ` Abhijit Gangurde
2025-07-03  7:00     ` Abhijit Gangurde
2025-06-24 12:13 ` [PATCH v3 11/14] RDMA/ionic: Register device ops for datapath Abhijit Gangurde
2025-06-24 12:13 ` [PATCH v3 12/14] RDMA/ionic: Register device ops for miscellaneous functionality Abhijit Gangurde
2025-06-24 12:13 ` [PATCH v3 13/14] RDMA/ionic: Implement device stats ops Abhijit Gangurde
2025-06-24 12:13 ` [PATCH v3 14/14] RDMA/ionic: Add Makefile/Kconfig to kernel build environment Abhijit Gangurde
2025-06-25 21:44 ` Jakub Kicinski [this message]
2025-06-26  7:07 ` [PATCH v3 00/14] Introduce AMD Pensando RDMA driver Leon Romanovsky
2025-06-27 10:06   ` Abhijit Gangurde

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=20250625144433.351c7be4@kernel.org \
    --to=kuba@kernel.org \
    --cc=abhijit.gangurde@amd.com \
    --cc=allen.hubbe@amd.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=brett.creeley@amd.com \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=jgg@ziepe.ca \
    --cc=leon@kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nikhil.agarwal@amd.com \
    --cc=pabeni@redhat.com \
    --cc=shannon.nelson@amd.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).