From: Shay Drori <shayd@nvidia.com>
To: Abhijit Gangurde <abhijit.gangurde@amd.com>,
<brett.creeley@amd.com>, <davem@davemloft.net>,
<edumazet@google.com>, <kuba@kernel.org>, <pabeni@redhat.com>,
<corbet@lwn.net>, <jgg@ziepe.ca>, <leon@kernel.org>,
<andrew+netdev@lunn.ch>
Cc: <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>,
Andrew Boyer <andrew.boyer@amd.com>
Subject: Re: [PATCH v5 12/14] RDMA/ionic: Register device ops for miscellaneous functionality
Date: Thu, 14 Aug 2025 14:32:15 +0300 [thread overview]
Message-ID: <7e214d52-88a2-4413-bf3e-41dbbd93594c@nvidia.com> (raw)
In-Reply-To: <20250814053900.1452408-13-abhijit.gangurde@amd.com>
On 14/08/2025 8:38, Abhijit Gangurde wrote:
> @@ -50,6 +251,17 @@ static const struct ib_device_ops ionic_dev_ops = {
> .poll_cq = ionic_poll_cq,
> .req_notify_cq = ionic_req_notify_cq,
>
> + .query_device = ionic_query_device,
> + .query_port = ionic_query_port,
> + .get_link_layer = ionic_get_link_layer,
> + .query_pkey = ionic_query_pkey,
> + .modify_device = ionic_modify_device,
> + .get_port_immutable = ionic_get_port_immutable,
> + .get_dev_fw_str = ionic_get_dev_fw_str,
> + .get_vector_affinity = ionic_get_vector_affinity,
I see there is no usage of get_vector_affinity(). It is called from
ib_get_vector_affinity() and no one is calling ib_get_vector_affinity().
So, in case you re-spin the series, can you drop it?
Thanks
Shay
> + .device_group = &ionic_rdma_attr_group,
> + .disassociate_ucontext = ionic_disassociate_ucontext,
> +
> INIT_RDMA_OBJ_SIZE(ib_ucontext, ionic_ctx, ibctx),
> INIT_RDMA_OBJ_SIZE(ib_pd, ionic_pd, ibpd),
> INIT_RDMA_OBJ_SIZE(ib_ah, ionic_ah, ibah),
next prev parent reply other threads:[~2025-08-14 11:33 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 [this message]
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
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=7e214d52-88a2-4413-bf3e-41dbbd93594c@nvidia.com \
--to=shayd@nvidia.com \
--cc=abhijit.gangurde@amd.com \
--cc=allen.hubbe@amd.com \
--cc=andrew+netdev@lunn.ch \
--cc=andrew.boyer@amd.com \
--cc=brett.creeley@amd.com \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=jgg@ziepe.ca \
--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
all inboxes | Powered by JetHome®