From mboxrd@z Thu Jan 1 00:00:00 1970 From: Parav Pandit Subject: Re: [PATCHv6 3/3] rdmacg: Added documentation for rdmacg Date: Sun, 28 Feb 2016 14:32:45 +0530 Message-ID: References: <1455966006-13774-1-git-send-email-pandit.parav@gmail.com> <1455966006-13774-4-git-send-email-pandit.parav@gmail.com> <56CDBD8B.4050503@mellanox.com> <56D2B5EA.5090701@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <56D2B5EA.5090701@mellanox.com> Sender: linux-doc-owner@vger.kernel.org To: Haggai Eran Cc: cgroups@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, Tejun Heo , lizefan@huawei.com, Johannes Weiner , Doug Ledford , Liran Liss , "Hefty, Sean" , Jason Gunthorpe , Jonathan Corbet , james.l.morris@oracle.com, serge@hallyn.com, Or Gerlitz , Matan Barak , raindel@mellanox.com, akpm@linux-foundation.org, linux-security-module@vger.kernel.org List-Id: linux-rdma@vger.kernel.org o.k. I will add a note there that IB stack would honor the limits given by the rdma cgroup. On Sun, Feb 28, 2016 at 2:25 PM, Haggai Eran wrote: > On 24/02/2016 17:21, Parav Pandit wrote: >> On Wed, Feb 24, 2016 at 7:56 PM, Haggai Eran wrote: >>> On 20/02/2016 13:00, Parav Pandit wrote: >>>> Added documentation for v1 and v2 version describing high >>>> level design and usage examples on using rdma controller. >>>> >>>> Signed-off-by: Parav Pandit >>> >>> I think you might want to mention that resource limits are reflected >>> in the results returned from ib_uverbs_query_device/ibv_query_device >>> or printed from "ibv_devinfo -v". >>> >> Its valid point. >> Since this documentation is for rdma controller, I was wondering >> should I have it this documentation or should I add the uverbs_cmds.c? > > I was thinking it should be in the documentation because an application > developer might look there first, without reading uverbs_cmd.c. > > Haggai >