The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgg@nvidia.com>
To: Konstantin Taranov <kotaranov@linux.microsoft.com>
Cc: kotaranov@microsoft.com, snsanghvi@microsoft.com,
	longli@microsoft.com, leon@kernel.org,
	linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH rdma-next] RDMA/mana_ib: Enable multi-port GSI QP support for mana_ib
Date: Tue, 11 Aug 2026 17:05:35 -0300	[thread overview]
Message-ID: <20260811200535.GA665282@nvidia.com> (raw)
In-Reply-To: <20260810092352.2216082-1-kotaranov@linux.microsoft.com>

On Mon, Aug 10, 2026 at 02:23:52AM -0700, Konstantin Taranov wrote:
> From: Snehal Sanghvi <snsanghvi@microsoft.com>
> 
> Add MANA_IB_FEATURE_MULTI_PORT_GSI_SUPPORT so mana_ib can create a GSI QP
> per IB port instead of just one. When the feature is negotiated, the port's
> vNIC MAC is passed on GSI QP creation and each GSI QP is indexed in the QP
> table by port so the GSI SQ drain can reach every port.
> 
> Also move MANA_SENDQ_MASK to BIT(0), freeing the top byte of the queue-id
> key to index GSI QPs by port and scaling the feature to the full 8-bit port
> range.
> 
> Signed-off-by: Snehal Sanghvi <snsanghvi@microsoft.com>
> Signed-off-by: Konstantin Taranov <kotaranov@microsoft.com>
> ---
> It is rebased on the series "RDMA/mana_ib: Extend MANA RC QP support for UAPI".
> It can be also applied to the next, but there will be a trivial conflict on
> adding a new bit to the enum mana_ib_adapter_features.
>  drivers/infiniband/hw/mana/cq.c      | 26 +++++++++++++++++---------
>  drivers/infiniband/hw/mana/main.c    | 28 ++++++++++++++++++++++++++--
>  drivers/infiniband/hw/mana/mana_ib.h | 15 +++++++++++++--
>  drivers/infiniband/hw/mana/qp.c      | 17 ++++++++++++++++-
>  4 files changed, 72 insertions(+), 14 deletions(-)

Does not apply, resend it.

Don't send patches that are not based on a public commit, I won't try
to fix things that don't at least get a 3 way merge.

Jason

      reply	other threads:[~2026-08-11 20:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-10  9:23 [PATCH rdma-next] RDMA/mana_ib: Enable multi-port GSI QP support for mana_ib Konstantin Taranov
2026-08-11 20:05 ` Jason Gunthorpe [this message]

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=20260811200535.GA665282@nvidia.com \
    --to=jgg@nvidia.com \
    --cc=kotaranov@linux.microsoft.com \
    --cc=kotaranov@microsoft.com \
    --cc=leon@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=longli@microsoft.com \
    --cc=snsanghvi@microsoft.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