From mboxrd@z Thu Jan 1 00:00:00 1970 From: Haggai Eran Subject: Re: [PATCHv6 3/3] rdmacg: Added documentation for rdmacg Date: Sun, 28 Feb 2016 10:55:06 +0200 Message-ID: <56D2B5EA.5090701@mellanox.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-doc-owner@vger.kernel.org To: Parav Pandit 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 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