mbox series

[net-next,0/3] Devlink health updates

Message ID 1551603451-22637-1-git-send-email-eranbe@mellanox.com
Headers show
Series Devlink health updates | expand

Message

Eran Ben Elisha March 3, 2019, 8:57 a.m. UTC
This patchset includes a fix [patch 01] to the devlink health state update, in
case recover was aborted.

In addition, it includes a small enhancement to the infrastructure in order to
allow direct state update in run-time, and use it from mlx5e tx reporter.

Eran Ben Elisha (3):
  devlink: Update reporter state to error even if recover aborted
  devlink: Add support for direct reporter health state update
  net/mlx5e: Update tx reporter status in case channels were
    successfully opened

 .../net/ethernet/mellanox/mlx5/core/en_main.c |  4 +++
 include/net/devlink.h                         | 14 +++++++++
 include/trace/events/devlink.h                | 31 +++++++++++++++++++
 net/core/devlink.c                            | 27 ++++++++++++----
 4 files changed, 70 insertions(+), 6 deletions(-)

Comments

David Miller March 4, 2019, 7 p.m. UTC | #1
From: Eran Ben Elisha <eranbe@mellanox.com>
Date: Sun,  3 Mar 2019 10:57:28 +0200

> This patchset includes a fix [patch 01] to the devlink health state update, in
> case recover was aborted.
> 
> In addition, it includes a small enhancement to the infrastructure in order to
> allow direct state update in run-time, and use it from mlx5e tx reporter.

Series applied, thanks.