Re: [PATCHv7 2/3] IB/core: added support to use rdma cgroup controller
From: Parav Pandit <hidden>
Date: 2016-03-01 09:23:37
Also in:
linux-rdma, lkml
From: Parav Pandit <hidden>
Date: 2016-03-01 09:23:37
Also in:
linux-rdma, lkml
On Tue, Mar 1, 2016 at 2:38 PM, Haggai Eran [off-list ref] wrote:
On 28/02/2016 16:13, Parav Pandit wrote:quoted
+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.