You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
providers/efa: Add processing hints work request setter
Introduce efadv_wr_set_processing_hints(), an EFA direct verbs work
request setter that allows applications to communicate intended usage
patterns to the device for processing optimization. Hints are passed
as a bitmask, allowing multiple hints to be set on a single work
request.
The setter is exposed through efadv_qp and gated by
EFADV_WR_EX_WITH_PROCESSING_HINTS in efadv_qp_init_attr.wr_flags,
ensuring graceful failure when an application is dynamically linked with
older libraries.
Reviewed-by: Anas Mousa <anasmous@amazon.com>
Reviewed-by: Yonatan Nachum <ynachum@amazon.com>
Signed-off-by: Michael Margolin <mrgolin@amazon.com>
0 commit comments