[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <F1C1314B3E1AB7499F9BF2A5F0F033EC14D002@FMSMSX104.amr.corp.intel.com>
Date: Fri, 18 May 2012 17:10:56 +0000
From: "Sullivan, Catherine" <catherine.sullivan@...el.com>
To: Stephen Hemminger <shemminger@...tta.com>
CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: RE: [NET_NEXT RFC PATCH 1/3] ixgbe: add debugfs support
> From: Stephen Hemminger [mailto:shemminger@...tta.com]
> Sent: Wednesday, May 09, 2012 4:10 PM
>
> On Wed, 09 May 2012 16:09:40 -0700
> Catherine Sullivan <catherine.sullivan@...el.com> wrote:
>
> > This patch adds debugfs support to the ixgbe driver to give users the
> > ability to access kernel information and to simulate kernel events.
> >
> > The filesystem is set up in the following driver/PCI-instance
> > hierarchy:
> > <debugfs>
> > |-- ixgbe
> > |-- PCI instance
> > | |-- attribute files
> > |-- PCI instance
> > |-- attribute files
> >
> > Signed-off-by: Catherine Sullivan <catherine.sullivan@...el.com>
>
> This should be an optional configuration since it is meant for special
> case usage. See SKY2_DEBUG
After looking through the kernel, there doesn't seem to be a clear precedence for this. As was pointed out, SKY2_DEBUG is an optional configuration on its own. However regmap uses debugfs, and it is only optional based on CONFIG_DEBUG_FS, which is how this patch is currently set up. This patch does not have much overhead and we would prefer that it be enabled with CONFIG_DEBUG_FS.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists