Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755939AbeAIRrQ (ORCPT + 1 other); Tue, 9 Jan 2018 12:47:16 -0500 Received: from mail-pg0-f66.google.com ([74.125.83.66]:45375 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752051AbeAIRrO (ORCPT ); Tue, 9 Jan 2018 12:47:14 -0500 X-Google-Smtp-Source: ACJfBotIOYoye29QIEfb5GJeJJ5JQXXECSGZq/sDSmSEfdh0ms2u6ZNTcxoWWpK/lk5nsAD50a0s5w== Date: Tue, 9 Jan 2018 23:17:07 +0530 From: Aishwarya Pant To: Jason Gunthorpe Cc: Doug Ledford , Jonathan Corbet , linux-rdma@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Julia Lawall , Greg KH Subject: Re: Documentation: infiniband: move sysfs interface to ABI Message-ID: <20180109174707.GA19233@mordor.localdomain> References: <20180108085342.GB8353@mordor.localdomain> <20180109172820.GD4518@ziepe.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180109172820.GD4518@ziepe.ca> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Tue, Jan 09, 2018 at 10:28:20AM -0700, Jason Gunthorpe wrote: > On Mon, Jan 08, 2018 at 02:23:42PM +0530, Aishwarya Pant wrote: > > Hi > > > > In Documentation/infiniband/sysfs.txt, there is a description of the infiniband > > sysfs interface and there also exists > > Documentation/ABI/testing/sysfs-class-infiniband which is out of date. > > > > Would it be useful to move out the interface completely from > > Documentation/infiniband/sysfs.txt to the ABI? > > It would be good, but I fear all the documentation files are variously > out of date, so it would be harder to do this task reliably without > having various rdma devices to inspect? > > But if you want to take it on, I could probably get you some sysfs > dumps from some systems to help? Yes, I think that would be useful. I might not be able to fill in the descriptions completely for all attributes but I can create a documentation skeleton for them. Aishwarya > > Jason