Re: [PATCHv1 0/6] rdma controller support
From: Tejun Heo <tj@kernel.org>
Date: 2016-01-07 21:07:57
Also in:
linux-rdma, lkml
From: Tejun Heo <tj@kernel.org>
Date: 2016-01-07 21:07:57
Also in:
linux-rdma, lkml
On Fri, Jan 08, 2016 at 02:31:26AM +0530, Parav Pandit wrote:
On Fri, Jan 8, 2016 at 2:20 AM, Tejun Heo [off-list ref] wrote:quoted
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.
Hmm... if there are duplicate keys, I think rdma.verb.max and rdma.hw.max would be cleaner. Thanks. -- tejun