[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1548172644-30862-1-git-send-email-eranbe@mellanox.com>
Date: Tue, 22 Jan 2019 17:57:17 +0200
From: Eran Ben Elisha <eranbe@...lanox.com>
To: netdev@...r.kernel.org, Jiri Pirko <jiri@...lanox.com>,
"David S. Miller" <davem@...emloft.net>,
Saeed Mahameed <saeedm@...lanox.com>
Cc: Moshe Shemesh <moshe@...lanox.com>,
Eran Ben Elisha <eranbe@...lanox.com>
Subject: [PATCH net-next 0/7] Devlink health updates
This patchset fixes some comments that were received for the devlink
health series, mostly around the devlink health buffers API.
It offers a new devlink<->driver API for passing health dump and diagnose info.
As part of this patchset, the new API is developed and integrated into the
devlink health and mlx5e TX reporter.
Also, added some helpers together with the new API, which reduce the code
required by the driver to fill dump and diagnose significantly.
Eventually, it also deletes the old API.
In addition, it includes some small fixes in the devlink and mlx5e TX reporter.
Eran Ben Elisha (7):
devlink: Add devlink msg API
net/mlx5e: Move driver to use devlink msg API
devlink: move devlink health reporter to use devlink msg API
devlink: Delete depracated health buffers API
devlink: Remove spaces around "=" in the logger print
devlink: Fix use-after-free at reporter destroy
net/mlx5e: Add RTNL lock to TX recover flow
.../mellanox/mlx5/core/en/reporter_tx.c | 124 +---
include/net/devlink.h | 79 +--
include/trace/events/devlink.h | 2 +-
include/uapi/linux/devlink.h | 14 +-
net/core/devlink.c | 633 ++++++++----------
5 files changed, 342 insertions(+), 510 deletions(-)
--
2.17.1
Powered by blists - more mailing lists