Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
From: Eric Joyner <eric.joyner@amd.com>
To: <netdev@vger.kernel.org>, <linux-rdma@vger.kernel.org>
Cc: Brett Creeley <brett.creeley@amd.com>,
	Andrew Lunn <andrew+netdev@lunn.ch>,
	"David S. Miller" <davem@davemloft.net>,
	"Eric Dumazet" <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	Abhijit Gangurde <abhijit.gangurde@amd.com>,
	Allen Hubbe <allen.hubbe@amd.com>, Jason Gunthorpe <jgg@ziepe.ca>,
	Leon Romanovsky <leon@kernel.org>,
	Eric Joyner <eric.joyner@amd.com>
Subject: [PATCH net-next 0/4] RDMA/net/ionic: Misc updates
Date: Tue, 5 May 2026 21:19:31 -0700	[thread overview]
Message-ID: <20260506041935.1061-1-eric.joyner@amd.com> (raw)

The big addition in this set is a dedicated debugfs directory under the
main ionic driver's debugfs tree for RDMA-related entries and querying
queue information; a separate patch on top of that adds the ability to
configure DCQCN parameters using debugfs when the firmware is in a mode
that allows it.

Other smaller additions add a devlink parameter to the ionic ethernet
driver for enabling and disabling RDMA, as well as updating the
copyright years for the ionic RDMA driver all in one go.

Abhijit Gangurde (1):
  net/ionic: Add devlink parameter for RDMA

Allen Hubbe (2):
  RDMA/ionic: Add debugfs support
  RDMA/ionic: Add DCQCN parameter configuration via debugfs

Eric Joyner (1):
  RDMA/ionic: Update copyright year to 2026

 drivers/infiniband/hw/ionic/Kconfig           |   2 +-
 drivers/infiniband/hw/ionic/Makefile          |   3 +-
 drivers/infiniband/hw/ionic/ionic_admin.c     |   6 +-
 .../infiniband/hw/ionic/ionic_controlpath.c   |  21 +-
 drivers/infiniband/hw/ionic/ionic_datapath.c  |   2 +-
 drivers/infiniband/hw/ionic/ionic_dcqcn.c     | 629 +++++++++++++++
 drivers/infiniband/hw/ionic/ionic_debugfs.c   | 750 ++++++++++++++++++
 drivers/infiniband/hw/ionic/ionic_fw.h        |  33 +-
 drivers/infiniband/hw/ionic/ionic_hw_stats.c  |   2 +-
 drivers/infiniband/hw/ionic/ionic_ibdev.c     |   9 +-
 drivers/infiniband/hw/ionic/ionic_ibdev.h     |  43 +-
 drivers/infiniband/hw/ionic/ionic_lif_cfg.c   |   6 +-
 drivers/infiniband/hw/ionic/ionic_lif_cfg.h   |   6 +-
 drivers/infiniband/hw/ionic/ionic_pgtbl.c     |   2 +-
 drivers/infiniband/hw/ionic/ionic_profiles.h  |  86 ++
 drivers/infiniband/hw/ionic/ionic_queue.c     |   2 +-
 drivers/infiniband/hw/ionic/ionic_queue.h     |   2 +-
 drivers/infiniband/hw/ionic/ionic_res.h       |   2 +-
 .../net/ethernet/pensando/ionic/ionic_aux.c   |   3 +-
 .../ethernet/pensando/ionic/ionic_devlink.c   |  75 ++
 20 files changed, 1668 insertions(+), 16 deletions(-)
 create mode 100644 drivers/infiniband/hw/ionic/ionic_dcqcn.c
 create mode 100644 drivers/infiniband/hw/ionic/ionic_debugfs.c
 create mode 100644 drivers/infiniband/hw/ionic/ionic_profiles.h


base-commit: 8c699be3dad7bba87cdda485dc099226cfc2f706
-- 
2.17.1


             reply	other threads:[~2026-05-06  4:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-06  4:19 Eric Joyner [this message]
2026-05-06  4:19 ` [PATCH net-next 1/4] RDMA/ionic: Update copyright year to 2026 Eric Joyner
2026-05-06  4:19 ` [PATCH net-next 2/4] net/ionic: Add devlink parameter for RDMA Eric Joyner
2026-05-06  4:19 ` [PATCH net-next 3/4] RDMA/ionic: Add debugfs support Eric Joyner
2026-05-06  4:19 ` [PATCH net-next 4/4] RDMA/ionic: Add DCQCN parameter configuration via debugfs Eric Joyner
2026-05-06 22:59 ` [PATCH net-next 0/4] RDMA/net/ionic: Misc updates Jakub Kicinski

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=20260506041935.1061-1-eric.joyner@amd.com \
    --to=eric.joyner@amd.com \
    --cc=abhijit.gangurde@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-rdma@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --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