netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] Mellanox 100G mlx5 update 2016-11-15
@ 2016-11-15 21:29 Saeed Mahameed
  2016-11-15 21:30 ` [PATCH net-next 1/8] net/mlx5: Make the command interface cache more flexible Saeed Mahameed
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Saeed Mahameed @ 2016-11-15 21:29 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Saeed Mahameed

Hi Dave,

This series contains four humble mlx5 features.

from Gal, 
 - Add the support for PCIe statistics and expose them in ethtool

from Huy,
 - Add the support for port module events reporting and statistics
 - Add the support for driver version setting into FW (for display purposes only)

>From Mohamad,
 - Extended the command interface cache flexibility

This series was generated against commit
c915fe13cbaa ("udplite: fix NULL pointer dereference")

Thanks,
Saeed.

Gal Pressman (2):
  net/mlx5: Add MPCNT register infrastructure
  net/mlx5e: Expose PCIe statistics to ethtool

Huy Nguyen (4):
  net/mlx5: Port module event hardware structures
  net/mlx5: Add handling for port module event
  net/mlx5e: Add port module event counters to ethtool stats
  net/mlx5: Set driver version into firmware

Mohamad Haj Yahia (1):
  net/mlx5: Make the command interface cache more flexible

Saeed Mahameed (1):
  net/mlx5: Set driver version infrastructure

 drivers/net/ethernet/mellanox/mlx5/core/cmd.c      | 145 ++++++++++-----------
 .../net/ethernet/mellanox/mlx5/core/en_ethtool.c   |  40 +++++-
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  24 ++++
 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h |  49 ++++++-
 drivers/net/ethernet/mellanox/mlx5/core/eq.c       |  12 ++
 drivers/net/ethernet/mellanox/mlx5/core/main.c     |  37 ++++++
 .../net/ethernet/mellanox/mlx5/core/mlx5_core.h    |   1 +
 drivers/net/ethernet/mellanox/mlx5/core/port.c     |  57 ++++++++
 include/linux/mlx5/device.h                        |  16 +++
 include/linux/mlx5/driver.h                        |  42 +++++-
 include/linux/mlx5/mlx5_ifc.h                      | 118 ++++++++++++++++-
 include/linux/mlx5/port.h                          |   3 +
 12 files changed, 457 insertions(+), 87 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-11-16 18:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-15 21:29 [PATCH net-next 0/8] Mellanox 100G mlx5 update 2016-11-15 Saeed Mahameed
2016-11-15 21:30 ` [PATCH net-next 1/8] net/mlx5: Make the command interface cache more flexible Saeed Mahameed
2016-11-16 18:55   ` David Miller
2016-11-15 21:30 ` [PATCH net-next 2/8] net/mlx5: Port module event hardware structures Saeed Mahameed
2016-11-15 21:30 ` [PATCH net-next 3/8] net/mlx5: Add handling for port module event Saeed Mahameed
2016-11-15 21:30 ` [PATCH net-next 4/8] net/mlx5e: Add port module event counters to ethtool stats Saeed Mahameed
2016-11-15 21:30 ` [PATCH net-next 5/8] net/mlx5: Set driver version infrastructure Saeed Mahameed
2016-11-15 21:30 ` [PATCH net-next 6/8] net/mlx5: Set driver version into firmware Saeed Mahameed
2016-11-15 21:30 ` [PATCH net-next 7/8] net/mlx5: Add MPCNT register infrastructure Saeed Mahameed
2016-11-15 21:30 ` [PATCH net-next 8/8] net/mlx5e: Expose PCIe statistics to ethtool Saeed Mahameed

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).