linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] RDMA/rxe: Fix no completion event issue
@ 2022-05-11  2:30 Li Zhijian
  2022-05-11  2:30 ` [PATCH v2 1/2] RDMA/rxe: Update wqe_index for each wqe error completion Li Zhijian
  2022-05-11  2:30 ` [PATCH v2 2/2] RDMA/rxe: Generate error completion for error requester state Li Zhijian
  0 siblings, 2 replies; 6+ messages in thread
From: Li Zhijian @ 2022-05-11  2:30 UTC (permalink / raw)
  To: Zhu Yanjun, Jason Gunthorpe, linux-rdma; +Cc: linux-kernel, Li Zhijian

Since RXE always posts RDMA_WRITE successfully, it's observed that
no more completion occurs after a few incorrect posts. Actually, it
will block the polling. we can easily reproduce it by the below pattern.

a. post correct RDMA_WRITE
b. poll completion event
while true {
  c. post incorrect RDMA_WRITE(wrong rkey for example)
  d. poll completion event <<<< block after 2 incorrect RDMA_WRITE posts
}

Li Zhijian (2):
  RDMA/rxe: Update wqe_index for each wqe error completion
  RDMA/rxe: Generate error completion for error requester state

 drivers/infiniband/sw/rxe/rxe_req.c | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

-- 
2.31.1




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

end of thread, other threads:[~2022-05-11 12:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-11  2:30 [PATCH v2 0/2] RDMA/rxe: Fix no completion event issue Li Zhijian
2022-05-11  2:30 ` [PATCH v2 1/2] RDMA/rxe: Update wqe_index for each wqe error completion Li Zhijian
2022-05-11  2:30 ` [PATCH v2 2/2] RDMA/rxe: Generate error completion for error requester state Li Zhijian
2022-05-11  3:44   ` Cheng Xu
2022-05-11  8:36     ` lizhijian
2022-05-11 12:50       ` Haakon Bugge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).