mbox

[pull,request,net-next,00/12] mlx5 updates 2020-07-02

Message ID 20200703040832.670860-1-saeedm@mellanox.com
State Accepted
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2020-07-02

Message

Saeed Mahameed July 3, 2020, 4:08 a.m. UTC
Hi Dave, Jakub

This series adds misc updates.
For more information please see tag log below.

Please pull and let me know if there is any problem.

Thanks,
Saeed.

---
The following changes since commit 8c8278a5b1a81e099ba883d8a0f9e3df9bdb1a74:

  Merge branch 'sfc-prerequisites-for-EF100-driver-part-3' (2020-07-02 14:47:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2020-07-02

for you to fetch changes up to e62055642797a6de80f3576c18e212cbbf5b4361:

  net/mlx5e: Enhance TX timeout recovery (2020-07-02 21:05:19 -0700)

----------------------------------------------------------------
mlx5-updates-2020-07-02

Rx and Tx devlink health reporters enhancements.

1) Code cleanup
2) devlink output format improvements
3) Print more useful info on devlink health diagnose output
4) TX timeout recovery, on a single SQ recover failure, stop the loop
and reset all rings (re-open netdev).

----------------------------------------------------------------
Aya Levin (11):
      net/mlx5e: Add a flush timeout define
      net/mlx5e: Remove redundant RQ state query
      net/mlx5e: Align RX/TX reporters diagnose output format
      net/mlx5e: Move RQ helpers to txrx.h
      net/mlx5e: Add helper to get RQ WQE's head
      net/mlx5e: Add helper to get the RQ WQE counter
      net/mlx5e: Rename reporter's helpers
      net/mlx5e: Enhance CQ data on diagnose output
      net/mlx5e: Add EQ info to TX/RX reporter's diagnose
      net/mlx5e: Enhance ICOSQ data on RX reporter's diagnose
      net/mlx5e: Enhance TX timeout recovery

Eran Ben Elisha (1):
      net/mlx5e: Change reporters create functions to return void

 drivers/net/ethernet/mellanox/mlx5/core/en.h       |  20 ---
 .../net/ethernet/mellanox/mlx5/core/en/health.c    |  58 +++++++--
 .../net/ethernet/mellanox/mlx5/core/en/health.h    |  16 ++-
 .../ethernet/mellanox/mlx5/core/en/reporter_rx.c   | 145 ++++++++++++++-------
 .../ethernet/mellanox/mlx5/core/en/reporter_tx.c   |  80 ++++++++----
 drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h  |  46 ++++++-
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  14 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c    |   4 +-
 drivers/net/ethernet/mellanox/mlx5/core/wq.h       |  15 +++
 9 files changed, 266 insertions(+), 132 deletions(-)

Comments

David Miller July 3, 2020, 7:33 p.m. UTC | #1
From: Saeed Mahameed <saeedm@mellanox.com>
Date: Thu,  2 Jul 2020 21:08:20 -0700

> This series adds misc updates.
> For more information please see tag log below.
> 
> Please pull and let me know if there is any problem.

Pulled, thank you.