Re: [PATCH for-next v2 0/3] RDMA/efa: Add support for 128B admin v2 SQ entry
Yonatan Nachum <[email protected]>
| Newsgroups | org.kernel.vger.linux-rdma |
|---|---|
| Message-ID | <20260809192237.GA15936@dev-dsk-ynachum-1b-aa121316.eu-west-1.amazon.com> |
On Fri, Jul 31, 2026 at 07:50:04AM +0000, Yonatan Nachum wrote: > Changelog: > v2: > * Rebase on for-next branch instead of wip/leon-for-next. > v1: https://lore.kernel.org/all/[email protected]/ > > ------------------------------------------------------------------------- > 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(-) > > -- > 2.50.1 > Hi, kind reminder for this series. I reviewed the Sashiko comments and they aren't correct. Thanks.