[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1427726726-27516-1-git-send-email-ogerlitz@mellanox.com>
Date:	Mon, 30 Mar 2015 17:45:19 +0300
From:	Or Gerlitz <ogerlitz@...lanox.com>
To:	"David S. Miller" <davem@...emloft.net>
Cc:	netdev@...r.kernel.org, Hadar Har-Zion <hadarh@...lanox.com>,
	Tal Alon <talal@...lanox.com>, Amir Vadai <amirv@...lanox.com>,
	Or Gerlitz <ogerlitz@...lanox.com>
Subject: [PATCH net-next 0/7] mlx4: Extend statistics gathering and display
Hi Dave,
This series from Eran and Matan extends the statistics collected and later 
reported to the user via ethtool for native mode and SRIOV PF.
More Packet statistics, PFC statistics and global pause statistics 
are now displayed via ethtool.
Or.
Eran Ben Elisha (6):
  net/mlx4_en: Fix port counters statistics bitmask
  net/mlx4_en: Create new header file for all statistics info
  net/mlx4_en: Move statistics bitmap setting to the Ethernet driver
  net/mlx4_en: Support general selective view of ethtool statistics
  net/mlx4_en: Protect access to the statistics bitmap
  net/mlx4_en: Moderate ethtool callback to show more statistics
Matan Barak (1):
  net/mlx4_en: Add Flow control statistics display via ethtool
 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c  |    4 +
 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c |  225 +++++++++++++++++------
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c  |   88 +++++++++-
 drivers/net/ethernet/mellanox/mlx4/en_port.c    |  182 +++++++++++++++----
 drivers/net/ethernet/mellanox/mlx4/fw.c         |   10 +-
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h    |   55 ++----
 drivers/net/ethernet/mellanox/mlx4/mlx4_stats.h |  107 +++++++++++
 drivers/net/ethernet/mellanox/mlx4/port.c       |   22 +--
 include/linux/mlx4/device.h                     |    4 +-
 9 files changed, 546 insertions(+), 151 deletions(-)
 create mode 100644 drivers/net/ethernet/mellanox/mlx4/mlx4_stats.h
--
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