netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/7] Mellanox 100G mlx5 fixes#2 for 4.7-rc
@ 2016-06-27  9:08 Saeed Mahameed
  2016-06-27  9:08 ` [PATCH net 1/7] net/mlx5: Update command strings Saeed Mahameed
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Saeed Mahameed @ 2016-06-27  9:08 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Or Gerlitz, Saeed Mahameed

Hi Dave,

The following series provides one-liners fixes for mlx5 driver plus one
medium patch to reorganize ethtool counters reporting.

Highlights:
	- Added MODIFY_FLOW_TABLE to command strings table
	- Add ConnectX-5 PCIe 4.0 to list of supported devices
	- Rename ASYNC_EVENTS enum
	- Enable BlueFlame only when supported by device
	- Avoid adding same vxlan port twice
	- Report the correct number of PFC counters
	- Reorganize ethtool reported counters and remove duplications

Thanks,
Saeed.

Eli Cohen (2):
  net/mlx5: Update command strings
  net/mlx5e: Change enum to better reflect usage

Gal Pressman (3):
  net/mlx5e: Check for BlueFlame capability before allocating SQ uar
  net/mlx5e: Fix number of PFC counters reported to ethtool
  net/mlx5e: Reorganize ethtool statistics

Majd Dibbiny (1):
  net/mlx5: Add ConnectX-5 PCIe 4.0 to list of supported devices

Matthew Finlay (1):
  net/mlx5e: Prevent adding the same vxlan port

 drivers/net/ethernet/mellanox/mlx5/core/cmd.c      |   1 +
 drivers/net/ethernet/mellanox/mlx5/core/en.h       |   2 +-
 .../net/ethernet/mellanox/mlx5/core/en_ethtool.c   |  34 +--
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  35 ++--
 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c    |   4 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h | 228 +++++++++------------
 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c    |   4 +-
 drivers/net/ethernet/mellanox/mlx5/core/main.c     |   3 +-
 drivers/net/ethernet/mellanox/mlx5/core/vxlan.c    |   3 +
 9 files changed, 144 insertions(+), 170 deletions(-)

-- 
2.8.0

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

end of thread, other threads:[~2016-06-29  8:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-27  9:08 [PATCH net 0/7] Mellanox 100G mlx5 fixes#2 for 4.7-rc Saeed Mahameed
2016-06-27  9:08 ` [PATCH net 1/7] net/mlx5: Update command strings Saeed Mahameed
2016-06-27  9:08 ` [PATCH net 2/7] net/mlx5: Add ConnectX-5 PCIe 4.0 to list of supported devices Saeed Mahameed
2016-06-27  9:08 ` [PATCH net 3/7] net/mlx5e: Change enum to better reflect usage Saeed Mahameed
2016-06-27  9:08 ` [PATCH net 4/7] net/mlx5e: Check for BlueFlame capability before allocating SQ uar Saeed Mahameed
2016-06-27  9:08 ` [PATCH net 5/7] net/mlx5e: Prevent adding the same vxlan port Saeed Mahameed
2016-06-27  9:08 ` [PATCH net 6/7] net/mlx5e: Fix number of PFC counters reported to ethtool Saeed Mahameed
2016-06-27  9:08 ` [PATCH net 7/7] net/mlx5e: Reorganize ethtool statistics Saeed Mahameed
2016-06-29  8:30 ` [PATCH net 0/7] Mellanox 100G mlx5 fixes#2 for 4.7-rc 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).