Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon@kernel.org>
To: Yonatan Nachum <ynachum@amazon.com>
Cc: jgg@nvidia.com, linux-rdma@vger.kernel.org, mrgolin@amazon.com,
	sleybo@amazon.com, matua@amazon.com, gal.pressman@linux.dev
Subject: Re: [PATCH for-next v3 0/3] RDMA/efa: Add support for 128B admin v2 SQ entry
Date: Tue, 1 Sep 2026 16:56:38 +0300	[thread overview]
Message-ID: <20260901135638.GM24140@unreal> (raw)
In-Reply-To: <20260812121718.2904349-1-ynachum@amazon.com>

On Wed, Aug 12, 2026 at 12:17:15PM +0000, Yonatan Nachum wrote:
> Changelog:
> v3:
>  * Ensure proper alignment of stack admin buffer to prevent unaligned memory
>    accesses.
> v2: https://lore.kernel.org/all/20260731075007.3878376-1-ynachum@amazon.com/
>  * Rebase on for-next branch instead of wip/leon-for-next.
> v1: https://lore.kernel.org/all/20260726123854.638687-1-ynachum@amazon.com/
> 
> -------------------------------------------------------------------------
> Add support for the new 128-byte admin v2 SQ entry format. The v2 entry
> extends the v1 header with checksum and payload version fields, and
> carries a larger inline payload.
> 
> The series first decouples admin command payloads from admin headers,
> then generalizes the SQ ring to use a configurable entry size, and
> finally adds the v2 entry format selection based on device API version.
> 
> Yonatan Nachum (3):
>   RDMA/efa: Decouple admin command payload from admin header
>   RDMA/efa: Generalize the admin SQ
>   RDMA/efa: Add support for 128B admin v2 SQ entry
> 
>  .../infiniband/hw/efa/efa_admin_cmds_defs.h   | 116 +++--------
>  drivers/infiniband/hw/efa/efa_admin_defs.h    |  33 ++-
>  drivers/infiniband/hw/efa/efa_com.c           | 194 +++++++++++-------
>  drivers/infiniband/hw/efa/efa_com.h           |  16 +-
>  drivers/infiniband/hw/efa/efa_com_cmd.c       | 170 +++++----------
>  5 files changed, 240 insertions(+), 289 deletions(-)

I tried to apply the series, but it resulted in a large number of merge
conflicts. Please rebase and resend it.

Thanks

> 
> -- 
> 2.50.1
> 

  parent reply	other threads:[~2026-09-01 13:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-12 12:17 [PATCH for-next v3 0/3] RDMA/efa: Add support for 128B admin v2 SQ entry Yonatan Nachum
2026-08-12 12:17 ` [PATCH for-next v3 1/3] RDMA/efa: Decouple admin command payload from admin header Yonatan Nachum
2026-08-12 12:17 ` [PATCH for-next v3 2/3] RDMA/efa: Generalize the admin SQ Yonatan Nachum
2026-08-12 12:17 ` [PATCH for-next v3 3/3] RDMA/efa: Add support for 128B admin v2 SQ entry Yonatan Nachum
2026-08-12 23:55 ` [PATCH for-next v3 0/3] " Jason Gunthorpe
2026-09-01 13:56 ` Leon Romanovsky [this message]
2026-09-01 13:57   ` Leon Romanovsky

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=20260901135638.GM24140@unreal \
    --to=leon@kernel.org \
    --cc=gal.pressman@linux.dev \
    --cc=jgg@nvidia.com \
    --cc=linux-rdma@vger.kernel.org \
    --cc=matua@amazon.com \
    --cc=mrgolin@amazon.com \
    --cc=sleybo@amazon.com \
    --cc=ynachum@amazon.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