Re: [PATCH rfc 3/6] RDMA/core: expose affinity mappings per completion vector

2017-04-04 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig

[PATCH rfc 3/6] RDMA/core: expose affinity mappings per completion vector

2017-04-02 Thread Sagi Grimberg
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 ---