public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] RDMA/efa: Admin completion context improvements
@ 2025-12-10 13:06 Yonatan Nachum
  2025-12-10 13:06 ` [PATCH 1/2] RDMA/efa: Check stored completion CTX command ID with received one Yonatan Nachum
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yonatan Nachum @ 2025-12-10 13:06 UTC (permalink / raw)
  To: jgg, leon, linux-rdma
  Cc: mrgolin, sleybo, matua, gal.pressman, Yonatan Nachum

This series improves the EFA driver's admin completion context handling
with two key enhancements:

1. Add validation to check that the stored completion context command ID
   matches the received one, improving error detection and debugging.

2. Refactor the admin completion context state machine to be more robust
   and easier to maintain.

These changes enhance the reliability of the EFA admin command processing
path.

Yonatan Nachum (2):
  RDMA/efa: Check stored completion CTX command ID with received one
  RDMA/efa: Improve admin completion context state machine

 drivers/infiniband/hw/efa/efa_com.c | 97 ++++++++++++++++-------------
 1 file changed, 54 insertions(+), 43 deletions(-)

-- 
2.47.3


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

end of thread, other threads:[~2025-12-18 15:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-10 13:06 [PATCH 0/2] RDMA/efa: Admin completion context improvements Yonatan Nachum
2025-12-10 13:06 ` [PATCH 1/2] RDMA/efa: Check stored completion CTX command ID with received one Yonatan Nachum
2025-12-10 13:06 ` [PATCH 2/2] RDMA/efa: Improve admin completion context state machine Yonatan Nachum
2025-12-18 15:12 ` [PATCH 0/2] RDMA/efa: Admin completion context improvements Leon Romanovsky

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