prov/efa: rx_entry allocation failure handling in rxr_pkt_handle_longcts_rtw_recv() #7919
Replies: 2 comments 2 replies
-
I think you meant
Yes. That is what will happen if Are you experiencing this issue of rx_entry allocation failure? |
Beta Was this translation helpful? Give feedback.
-
Yes.
In theory, yes. Note that EFA traffic are limited in one AWS availability zone, so there can only be limited number of requesters. |
Beta Was this translation helpful? Give feedback.
-
Hi, I am studying the implemtation of efa_rdm_protocol_v4 in efa provider. I have some question below:
When a requestor send a LONGCTS_RTR packet to a responder, the responder will try to allocate a rx_entry according to the LONGCTS_RTR packet, but the allocation of rx_entry may fail, the handling of the failure seems to log a error and report an eq error to this upper layer? see rxr_pkt_handle_longcts_rtw_recv(). And the requestor is not notified of the error, it seems the tx_entry for the LONGCTS_RTR in the requestor will be stuck untill the EP is freed?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions