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