netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/12] nfp: add basic ethtool callbacks to representors
@ 2017-08-18 22:48 Jakub Kicinski
  2017-08-18 22:48 ` [PATCH net-next 01/12] nfp: link basic ethtool ops " Jakub Kicinski
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Jakub Kicinski @ 2017-08-18 22:48 UTC (permalink / raw)
  To: netdev; +Cc: oss-drivers, Jakub Kicinski

Hi!

This set extends the basic ethtool functionality to representor
netdevs.  I start with providing link state via ethtool and then
move on to functions such as driver information, statistics and
FW log dump.  The series contains a number of clean ups to the
ethtool stats code too, some of the logic is simplified by making 
better use of the nfp_port abstraction.  The stats we expose on 
representors are only the PCIe and MAC port statistics firmware 
maintains for us.


Jakub Kicinski (12):
  nfp: link basic ethtool ops to representors
  nfp: provide ethtool_drvinfo on representors
  nfp: allow retreiving management FW logs on representors
  nfp: don't report standard netdev statistics in ethtool
  nfp: add helper for printing ethtool strings
  nfp: split software and hardware vNIC statistics
  nfp: store pointer to MAC statistics in nfp_port
  nfp: report MAC statistics in ethtool
  nfp: add pointer to vNIC config memory to nfp_port structure
  nfp: add ethtool statistics for representors
  nfp: fix copy paste in names and messages regarding vNICs
  nfp: don't reuse pointers in ring dumping

 drivers/net/ethernet/netronome/nfp/flower/main.c   |   8 +-
 drivers/net/ethernet/netronome/nfp/nfp_app.c       |  20 +
 drivers/net/ethernet/netronome/nfp/nfp_app.h       |   2 +
 drivers/net/ethernet/netronome/nfp/nfp_net.h       |   2 -
 .../net/ethernet/netronome/nfp/nfp_net_debugfs.c   |  13 +-
 .../net/ethernet/netronome/nfp/nfp_net_ethtool.c   | 593 ++++++++++++++-------
 drivers/net/ethernet/netronome/nfp/nfp_net_main.c  |   4 +-
 drivers/net/ethernet/netronome/nfp/nfp_net_repr.c  |  59 +-
 drivers/net/ethernet/netronome/nfp/nfp_port.c      |   3 +
 drivers/net/ethernet/netronome/nfp/nfp_port.h      |  54 +-
 10 files changed, 497 insertions(+), 261 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-08-19  1:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-18 22:48 [PATCH net-next 00/12] nfp: add basic ethtool callbacks to representors Jakub Kicinski
2017-08-18 22:48 ` [PATCH net-next 01/12] nfp: link basic ethtool ops " Jakub Kicinski
2017-08-18 22:48 ` [PATCH net-next 02/12] nfp: provide ethtool_drvinfo on representors Jakub Kicinski
2017-08-18 22:48 ` [PATCH net-next 03/12] nfp: allow retreiving management FW logs " Jakub Kicinski
2017-08-18 22:48 ` [PATCH net-next 04/12] nfp: don't report standard netdev statistics in ethtool Jakub Kicinski
2017-08-18 22:48 ` [PATCH net-next 05/12] nfp: add helper for printing ethtool strings Jakub Kicinski
2017-08-18 22:48 ` [PATCH net-next 06/12] nfp: split software and hardware vNIC statistics Jakub Kicinski
2017-08-18 22:48 ` [PATCH net-next 07/12] nfp: store pointer to MAC statistics in nfp_port Jakub Kicinski
2017-08-18 22:48 ` [PATCH net-next 08/12] nfp: report MAC statistics in ethtool Jakub Kicinski
2017-08-18 22:48 ` [PATCH net-next 09/12] nfp: add pointer to vNIC config memory to nfp_port structure Jakub Kicinski
2017-08-18 22:48 ` [PATCH net-next 10/12] nfp: add ethtool statistics for representors Jakub Kicinski
2017-08-18 22:48 ` [PATCH net-next 11/12] nfp: fix copy paste in names and messages regarding vNICs Jakub Kicinski
2017-08-18 22:48 ` [PATCH net-next 12/12] nfp: don't reuse pointers in ring dumping Jakub Kicinski
2017-08-19  1:04 ` [PATCH net-next 00/12] nfp: add basic ethtool callbacks to representors David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).