Re: [PATCHv11 3/3] rdmacg: Added documentation for rdmacg

2016-08-25 Thread Parav Pandit
Hi Rami Rosen, On Thu, Aug 25, 2016 at 4:25 AM, Rami Rosen wrote: > Hi, > >> +Whenever RDMA resource charing occurs, owner rdma cgroup is returned to > Should be: charging instead of charing > >> +(b) Query resource limit: >> +cat /sys/fs/cgroup/rdma/2/rdma.max >> +#Output: >> +mlx4_0 uctx=max pd

Re: [PATCHv11 3/3] rdmacg: Added documentation for rdmacg

2016-08-24 Thread Rami Rosen
Hi, > +Whenever RDMA resource charing occurs, owner rdma cgroup is returned to Should be: charging instead of charing > +(b) Query resource limit: > +cat /sys/fs/cgroup/rdma/2/rdma.max > +#Output: > +mlx4_0 uctx=max pd=max ah=2 mr=100 mw=max cq=max srq=max qp=10 flow=max > +ocrdma1 uctx=1 pd=5 ah

Re: [PATCHv11 3/3] rdmacg: Added documentation for rdmacg

2016-08-24 Thread Tejun Heo
On Mon, Aug 22, 2016 at 06:03:51PM +0530, Parav Pandit wrote: > + rdma.max > + A readwrite file that exists for all the cgroups except root that Can you please add that it's a nested-keyed file? ... > + rdma.current > + A read-only file that describes current resource usage. Ditto. Th

[PATCHv11 3/3] rdmacg: Added documentation for rdmacg

2016-08-22 Thread Parav Pandit
Added documentation for v1 and v2 version describing high level design and usage examples on using rdma controller. Signed-off-by: Parav Pandit --- Documentation/cgroup-v1/rdma.txt | 117 +++ Documentation/cgroup-v2.txt | 44 +++ 2 files chan