netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Abhijit Gangurde <abhijit.gangurde@amd.com>
To: Jason Gunthorpe <jgg@nvidia.com>, kuba@kernel.org
Cc: brett.creeley@amd.com, davem@davemloft.net, edumazet@google.com,
	pabeni@redhat.com, corbet@lwn.net, leon@kernel.org,
	andrew+netdev@lunn.ch, sln@onemain.com, 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 v5 00/14] Introduce AMD Pensando RDMA driver
Date: Mon, 1 Sep 2025 11:57:21 +0530	[thread overview]
Message-ID: <d829c4ee-f16c-6cfa-afdc-05f4b981ac02@amd.com> (raw)
In-Reply-To: <20250826155226.GB2134666@nvidia.com>


On 8/26/25 21:22, Jason Gunthorpe wrote:
> On Thu, Aug 14, 2025 at 11:08:46AM +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.
> It looks in pretty good enough shape now, what is your plan for
> merging this?  Will you do a shared branch or do you just want to have
> it all go through rdma? Is the netdev side ack'd?
>
> Jason

I'm happy for the patches to go through the RDMA tree.

Jakub, thank you for looking over the Ethernet side 
earlier(https://lore.kernel.org/linux-rdma/20250625144433.351c7be4@kernel.org/#t). 
Are you good with them being merged via the RDMA tree? For context, the 
ethernet patches are getting applied on net-next, and there are no 
further ethernet patches planned for this release.

Abhijit




  reply	other threads:[~2025-09-01  6:27 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-14  5:38 [PATCH v5 00/14] Introduce AMD Pensando RDMA driver Abhijit Gangurde
2025-08-14  5:38 ` [PATCH v5 01/14] net: ionic: Create an auxiliary device for rdma driver Abhijit Gangurde
2025-08-14  6:00   ` Randy Dunlap
2025-08-16  9:25   ` Markus Elfring
2025-08-14  5:38 ` [PATCH v5 02/14] net: ionic: Update LIF identity with additional RDMA capabilities Abhijit Gangurde
2025-08-14  5:38 ` [PATCH v5 03/14] net: ionic: Export the APIs from net driver to support device commands Abhijit Gangurde
2025-08-14  5:38 ` [PATCH v5 04/14] net: ionic: Provide RDMA reset support for the RDMA driver Abhijit Gangurde
2025-08-14  5:38 ` [PATCH v5 05/14] net: ionic: Provide interrupt allocation " Abhijit Gangurde
2025-08-14  5:38 ` [PATCH v5 06/14] net: ionic: Provide doorbell and CMB region information Abhijit Gangurde
2025-08-14  5:38 ` [PATCH v5 07/14] RDMA: Add IONIC to rdma_driver_id definition Abhijit Gangurde
2025-08-14  5:38 ` [PATCH v5 08/14] RDMA/ionic: Register auxiliary module for ionic ethernet adapter Abhijit Gangurde
2025-08-14  5:38 ` [PATCH v5 09/14] RDMA/ionic: Create device queues to support admin operations Abhijit Gangurde
2025-08-14  5:38 ` [PATCH v5 10/14] RDMA/ionic: Register device ops for control path Abhijit Gangurde
2025-08-14  5:38 ` [PATCH v5 11/14] RDMA/ionic: Register device ops for datapath Abhijit Gangurde
2025-08-26 15:51   ` Jason Gunthorpe
2025-08-28  9:36     ` Abhijit Gangurde
2025-08-14  5:38 ` [PATCH v5 12/14] RDMA/ionic: Register device ops for miscellaneous functionality Abhijit Gangurde
2025-08-14 11:32   ` Shay Drori
2025-08-16  8:11     ` Abhijit Gangurde
2025-08-14  5:38 ` [PATCH v5 13/14] RDMA/ionic: Implement device stats ops Abhijit Gangurde
2025-08-14  5:39 ` [PATCH v5 14/14] RDMA/ionic: Add Makefile/Kconfig to kernel build environment Abhijit Gangurde
2025-08-14  6:03   ` Randy Dunlap
2025-08-16  7:48     ` Abhijit Gangurde
2025-08-26 15:52 ` [PATCH v5 00/14] Introduce AMD Pensando RDMA driver Jason Gunthorpe
2025-09-01  6:27   ` Abhijit Gangurde [this message]
2025-09-01 17:08     ` Jakub Kicinski
2025-09-02 13:56     ` Jason Gunthorpe
2025-09-02 14:18       ` 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=d829c4ee-f16c-6cfa-afdc-05f4b981ac02@amd.com \
    --to=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@nvidia.com \
    --cc=kuba@kernel.org \
    --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=sln@onemain.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).