[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181109224346.GD5259@lunn.ch>
Date: Fri, 9 Nov 2018 23:43:46 +0100
From: Andrew Lunn <andrew@...n.ch>
To: Salil Mehta <salil.mehta@...wei.com>
Cc: davem@...emloft.net, yuvalm@...lanox.com, leon@...nel.org,
yisen.zhuang@...wei.com, lipeng321@...wei.com,
mehta.salil@...src.net, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-rdma@...r.kernel.org,
linuxarm@...wei.com
Subject: Re: [RFC PATCH 00/10] net: hns3: Adds support of debugfs to HNS3
driver
> 3. Debugfs looks more unstructured unlike sysfs. Is there any
> de-facto standard of the user-api or drivers are allowed to
> use it in any way to expose the information from kernel.
Hi Salil
You don't really have a user api using debugfs, because debugfs is
unstable. Anything can change at any time. Any user tools which use
debugfs can be expected to break at any time as the information in
debugfs changes. debugfs is for debug, not to export an API. And in
production systems, it is often not mounted.
As much as possible, you are recommended to use existing APIs,
ethtool, devlink, etc.
Andrew
Powered by blists - more mailing lists