2016-03-01 09:09:45

by Haggai Eran

[permalink] [raw]
Subject: Re: [PATCHv7 2/3] IB/core: added support to use rdma cgroup controller

On 28/02/2016 16:13, Parav Pandit wrote:
> +void ib_rdmacg_query_limit(struct ib_device *device, int *limits, int max_count)
> +{
> + rdmacg_query_limit(&device->cg_device, limits);
> +}
> +EXPORT_SYMBOL(ib_rdmacg_query_limit);

You can remove the max_count parameter here as well.


2016-03-01 09:23:37

by Parav Pandit

[permalink] [raw]
Subject: Re: [PATCHv7 2/3] IB/core: added support to use rdma cgroup controller

On Tue, Mar 1, 2016 at 2:38 PM, Haggai Eran <[email protected]> wrote:
> On 28/02/2016 16:13, Parav Pandit wrote:
>> +void ib_rdmacg_query_limit(struct ib_device *device, int *limits, int max_count)
>> +{
>> + rdmacg_query_limit(&device->cg_device, limits);
>> +}
>> +EXPORT_SYMBOL(ib_rdmacg_query_limit);
>
> You can remove the max_count parameter here as well.

ok.