Re: RFC rdma cgroup
From: Parav Pandit <hidden>
Date: 2015-11-04 17:23:40
Also in:
linux-rdma, lkml
From: Parav Pandit <hidden>
Date: 2015-11-04 17:23:40
Also in:
linux-rdma, lkml
On Wed, Nov 4, 2015 at 5:28 PM, Haggai Eran [off-list ref] wrote:
On 03/11/2015 21:11, Parav Pandit wrote:quoted
So it looks like below, #cat rdma.resources.verbs.list Output: mlx4_0 uctx ah pd cq mr mw srq qp flow mlx4_1 uctx ah pd cq mr mw srq qp flow rss_wqWhat happens if you set a limit of rss_wq to mlx4_0 in this example? Would it fail?
Yes, In above example, mlx4_0 device didn't had support for rss_wq, so it didn't advertise in the list file that it supports rss_wq.
I think it would be simpler for administrators if they can configure every resource supported by uverbs. If a resource is not supported by a specific device, you can never go over the limit anyway.
Exactly. Thats the implementation today.