Re: [PATCH rfc 3/6] RDMA/core: expose affinity mappings per completion vector
Looks good, Reviewed-by: Christoph Hellwig
[PATCH rfc 3/6] RDMA/core: expose affinity mappings per completion vector
This will allow ULPs to intelligently locate threads based on completion vector cpu affinity mappings. In case the driver does not expose a get_vector_affinity callout, return NULL so the caller can maintain a fallback logic. Signed-off-by: Sagi Grimberg --- include/rdma/ib_verbs.h | 24