[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120509230814.31910.80709.stgit@localhost6.localdomain6>
Date: Wed, 09 May 2012 16:09:34 -0700
From: Catherine Sullivan <catherine.sullivan@...el.com>
To: netdev@...r.kernel.org
Subject: [NET_NEXT RFC PATCH 0/3] Series short description
The following patches add debugfs support to the ixgbe driver to give users the
ability to call functions registered in netdev_ops (simulating kernel actions)
as well as the ability to read and write to individual HW registers on the fly.
These options can be useful when debugging and unit testing ixgbe.
The following series implements...
---
Catherine Sullivan (3):
ixgbe: added reg_ops file to debugfs
ixgbe: added netdev_ops file to debugfs
ixgbe: add debugfs support
drivers/net/ethernet/intel/ixgbe/Makefile | 2
drivers/net/ethernet/intel/ixgbe/ixgbe.h | 10 +
drivers/net/ethernet/intel/ixgbe/ixgbe_debugfs.c | 293 ++++++++++++++++++++++
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 17 +
4 files changed, 320 insertions(+), 2 deletions(-)
create mode 100644 drivers/net/ethernet/intel/ixgbe/ixgbe_debugfs.c
--
Catherine Sullivan
--
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