Re: [PATCHv1 0/6] rdma controller support
From: Parav Pandit <hidden>
Date: 2016-01-07 21:01:31
Also in:
cgroups, lkml
From: Parav Pandit <hidden>
Date: 2016-01-07 21:01:31
Also in:
cgroups, lkml
On Fri, Jan 8, 2016 at 2:20 AM, Tejun Heo [off-list ref] wrote:
Ooh, btw, please don't bother to create separate interfaces for v1 and v2 hierarchies. Just creating one following v2 conventions and using the same thing for v1 should do and is a lot easier for everybody.
Sure. I have already made that change to remove list. and changed rdma.resource.verb.limit to rdma.verb.max etc. I will keep rdma.hw.max around until we get some consensus. Alternatively I was thinking to merge that as another attribute in rdma.max file, like mlx4_0 verb ah=max pd=10 qp=10 mlx4_0 hw ah=10 pd=100 ocrdma hw ah=10 pd=100 This remove hw specific extra file for rare feature. Parav
Thanks. -- tejun