From: Abhijit Gangurde <abhijit.gangurde@amd.com>
To: <jgg@ziepe.ca>, <leon@kernel.org>, <brett.creeley@amd.com>,
<andrew+netdev@lunn.ch>, <davem@davemloft.net>,
<edumazet@google.com>, <kuba@kernel.org>, <pabeni@redhat.com>
Cc: <allen.hubbe@amd.com>, <a.k@amd.com>, <nikhil.agarwal@amd.com>,
<linux-rdma@vger.kernel.org>, <netdev@vger.kernel.org>,
<linux-kernel@vger.kernel.org>,
Abhijit Gangurde <abhijit.gangurde@amd.com>
Subject: [for-next v3 0/5] RDMA/ionic: add SRQ support and firmware assigned CQ and SRQ IDs
Date: Fri, 25 Sep 2026 13:57:57 +0530 [thread overview]
Message-ID: <20260925082802.2675902-1-abhijit.gangurde@amd.com> (raw)
This series adds ionic Shared Receive Queue support and lets firmware assign
CQ/SRQ IDs when the LIF advertises qid-allocation capability.
Patch 1: extends the RDMA LIF identity with SRQ qtype and alloc_qid_cap.
Patch 2: uses that for firmware-assigned CQ IDs and splits CQ create/destroy
so cq_tbl is updated only after the ID is known, and removed before the ID
is returned to firmware.
Patches 3: Refactor RQ state into ionic_rq so QP RQ and SRQ share init/destroy.
Patches 4-5: add SRQ verbs and EQ events. Userspace ABI field srqid is new
with this series;
rdma-core PR: https://github.com/linux-rdma/rdma-core/pull/1799
Net changes pull request:
The following changes since commit 93f51579e7df248780214094418f205253383cc5:
Linux 7.3-rc4 (2026-09-20 13:48:15 -0700)
are available in the Git repository at:
https://github.com/abhijitG-xlnx/linux.git ionic-shared
for you to fetch changes up to c73a5f20bc786df0be484af29aa5956e909dc862:
net: ionic: Fetch qid allocation and SRQ capability from firmware (2026-09-25 11:48:12 +0530)
v3:
- Addressed more sashiko review comments
- https://lore.kernel.org/linux-rdma/20260922095724.3683011-1-abhijit.gangurde@amd.com/T/
v2:
- Addressed sashiko review comments
- https://lore.kernel.org/linux-rdma/20260908090802.152142-1-abhijit.gangurde@amd.com/T/
Abhijit Gangurde (2):
net: ionic: Fetch qid allocation and SRQ capability from firmware
RDMA/ionic: support firmware-assigned CQ IDs
Amit Kumar (3):
RDMA/ionic: segregate rq related fields from ionic_qp into a new
ionic_rq struct
RDMA/ionic: add Shared receive queue (SRQ) support
RDMA/ionic: implement SRQ event handling support
drivers/infiniband/hw/ionic/ionic_admin.c | 117 ++-
.../infiniband/hw/ionic/ionic_controlpath.c | 785 +++++++++++++-----
drivers/infiniband/hw/ionic/ionic_datapath.c | 98 ++-
drivers/infiniband/hw/ionic/ionic_fw.h | 74 +-
drivers/infiniband/hw/ionic/ionic_ibdev.c | 20 +
drivers/infiniband/hw/ionic/ionic_ibdev.h | 85 +-
drivers/infiniband/hw/ionic/ionic_lif_cfg.c | 2 +
drivers/infiniband/hw/ionic/ionic_lif_cfg.h | 2 +
.../net/ethernet/pensando/ionic/ionic_if.h | 31 +-
include/uapi/rdma/ionic-abi.h | 2 +-
10 files changed, 925 insertions(+), 291 deletions(-)
--
2.43.0
next reply other threads:[~2026-09-25 8:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-25 8:27 Abhijit Gangurde [this message]
2026-09-25 8:27 ` [for-next v3 1/5] net: ionic: Fetch qid allocation and SRQ capability from firmware Abhijit Gangurde
2026-09-25 8:27 ` [for-next v3 2/5] RDMA/ionic: support firmware-assigned CQ IDs Abhijit Gangurde
2026-09-25 8:28 ` [for-next v3 3/5] RDMA/ionic: segregate rq related fields from ionic_qp into a new ionic_rq struct Abhijit Gangurde
2026-09-25 8:28 ` [for-next v3 4/5] RDMA/ionic: add Shared receive queue (SRQ) support Abhijit Gangurde
2026-09-25 8:28 ` [for-next v3 5/5] RDMA/ionic: implement SRQ event handling support 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=20260925082802.2675902-1-abhijit.gangurde@amd.com \
--to=abhijit.gangurde@amd.com \
--cc=a.k@amd.com \
--cc=allen.hubbe@amd.com \
--cc=andrew+netdev@lunn.ch \
--cc=brett.creeley@amd.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=jgg@ziepe.ca \
--cc=kuba@kernel.org \
--cc=leon@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 \
/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®