ixgbe: add debugfs support
authorCatherine Sullivan <catherine.sullivan@intel.com>
Fri, 10 Aug 2012 01:59:10 +0000 (01:59 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 15 Sep 2012 23:15:00 +0000 (16:15 -0700)
commit00949167d6f34f83e9e185ab4f7a3a94bf4c5a1c
tree7e830a22a0f673ca8ee97337f5f76dd923d07652
parentd6ea07545226cd2590fc21601051dc1493c5ef9e
ixgbe: add debugfs support

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

Signed-off-by: Catherine Sullivan <catherine.sullivan@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/Makefile
drivers/net/ethernet/intel/ixgbe/ixgbe.h
drivers/net/ethernet/intel/ixgbe/ixgbe_debugfs.c [new file with mode: 0644]
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c