ofiwg / libfabric

Open Fabric Interfaces
http://libfabric.org/
Other
527 stars 369 forks source link

prov/efa: Rework zcpy recv setting #10114

Closed shijin-aws closed 1 week ago

shijin-aws commented 1 week ago

This patch refactor the efa_rdm_ep_set_use_zcpy_rx function for better readability and logging. It also removes the requirement for FI_MSG_PREFIX

shijin-aws commented 1 week ago

Good change. Let's use e.g. "Zero-copy receive protocol" over "zcpy rx" for logging, documentation, etc.

Also, we seem to be missing documentation for FI_EFA_USE_ZCPY_RX in fi_efa(7)

Good point, updated in the latest revision

shijin-aws commented 1 week ago

Just nits

Thank you ! Updated all