[PATCH 1/3] IB/core: add a simple SRQ pool per PD
Max Gurtovoy
maxg at mellanox.com
Fri Nov 17 11:12:46 PST 2017
>> +#ifndef _RDMA_SRQ_POOL_H
>> +#define _RDMA_SRQ_POOL_H 1
>> +
>> +#include <rdma/ib_verbs.h>
>> +
>> +struct ib_srq *ib_srq_pool_get(struct ib_pd *pd);
>> +void ib_srq_pool_put(struct ib_pd *pd, struct ib_srq *srq);
>> +
>> +int ib_srq_pool_init(struct ib_pd *pd, int nr,
>> + struct ib_srq_init_attr *srq_attr);
>> +void ib_srq_pool_destroy(struct ib_pd *pd);
>
> Can you please use rdma_ prefix instead of ib_ prefix?
>
> Thanks
>
Do you mean rdma_srq_pool_get instead of ib_srq_pool_get ? is this new
convetion ? this is a pool that contain ib_srq objects and not rdma_srq
objects..
I can do it if needed.
>> +
>> +#endif /* _RDMA_SRQ_POOL_H */
>> --
>> 1.8.3.1
>>
More information about the Linux-nvme
mailing list