public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next v3 0/3] RDMA/efa: Expose extended max inline buffer size
@ 2026-02-17 11:23 Yonatan Nachum
  2026-02-17 11:23 ` [PATCH for-next v3 1/3] RDMA/efa: Rename admin queue attributes struct name for extendability Yonatan Nachum
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Yonatan Nachum @ 2026-02-17 11:23 UTC (permalink / raw)
  To: jgg, leon, linux-rdma
  Cc: mrgolin, sleybo, matua, gal.pressman, Yonatan Nachum

Changelog:
v3:
 * Use right enum value for new device query.
v2: https://lore.kernel.org/all/20260216133351.14896-1-ynachum@amazon.com/
 * Added patch 3 to use the extended inline buffer size for validation
   in QP creation.
v1: https://lore.kernel.org/all/20260215120451.18053-1-ynachum@amazon.com/

-------------------------------------------------------------------------
This series adds support for querying an extended max inline buffer size
from the EFA device.

The first patch renames the existing queue attributes structure to prepare
for adding a second queue attributes query.

The second patch introduces the new extended max inline buffer size query
and exposes this value to userspace.

The third patch updates the inline validation to use the extended inline
buffer size.

Yonatan Nachum (3):
  RDMA/efa: Rename admin queue attributes struct name for extendability
  RDMA/efa: Expose new extended max inline buff size
  RDMA/efa: Use extended inline buff size for inline validation

 .../infiniband/hw/efa/efa_admin_cmds_defs.h   | 23 ++++++--
 drivers/infiniband/hw/efa/efa_com_cmd.c       | 55 ++++++++++++-------
 drivers/infiniband/hw/efa/efa_com_cmd.h       |  3 +-
 drivers/infiniband/hw/efa/efa_verbs.c         |  7 ++-
 include/uapi/rdma/efa-abi.h                   |  5 +-
 5 files changed, 62 insertions(+), 31 deletions(-)

-- 
2.47.3


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-02-25 11:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-17 11:23 [PATCH for-next v3 0/3] RDMA/efa: Expose extended max inline buffer size Yonatan Nachum
2026-02-17 11:23 ` [PATCH for-next v3 1/3] RDMA/efa: Rename admin queue attributes struct name for extendability Yonatan Nachum
2026-02-17 11:23 ` [PATCH for-next v3 2/3] RDMA/efa: Expose new extended max inline buff size Yonatan Nachum
2026-02-17 11:23 ` [PATCH for-next v3 3/3] RDMA/efa: Use extended inline buff size for inline validation Yonatan Nachum
2026-02-25 11:22 ` [PATCH for-next v3 0/3] RDMA/efa: Expose extended max inline buffer size Leon Romanovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox