All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] Devlink health updates
@ 2019-01-22 15:57 Eran Ben Elisha
  2019-01-22 15:57 ` [PATCH net-next 1/7] devlink: Add devlink msg API Eran Ben Elisha
                   ` (8 more replies)
  0 siblings, 9 replies; 25+ messages in thread
From: Eran Ben Elisha @ 2019-01-22 15:57 UTC (permalink / raw)
  To: netdev, Jiri Pirko, David S. Miller, Saeed Mahameed
  Cc: Moshe Shemesh, Eran Ben Elisha

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


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

end of thread, other threads:[~2019-01-25 18:56 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-22 15:57 [PATCH net-next 0/7] Devlink health updates Eran Ben Elisha
2019-01-22 15:57 ` [PATCH net-next 1/7] devlink: Add devlink msg API Eran Ben Elisha
2019-01-23 14:31   ` Jiri Pirko
2019-01-24  7:31     ` Eran Ben Elisha
2019-01-22 15:57 ` [PATCH net-next 2/7] net/mlx5e: Move driver to use " Eran Ben Elisha
2019-01-23 14:39   ` Jiri Pirko
2019-01-24  7:39     ` Eran Ben Elisha
2019-01-24  9:08       ` Jiri Pirko
2019-01-24  9:57         ` Eran Ben Elisha
2019-01-22 15:57 ` [PATCH net-next 3/7] devlink: move devlink health reporter " Eran Ben Elisha
2019-01-23 14:42   ` Jiri Pirko
2019-01-24  7:45     ` Eran Ben Elisha
2019-01-24  9:09       ` Jiri Pirko
2019-01-24  9:57         ` Eran Ben Elisha
2019-01-22 15:57 ` [PATCH net-next 4/7] devlink: Delete depracated health buffers API Eran Ben Elisha
2019-01-22 15:57 ` [PATCH net-next 5/7] devlink: Remove spaces around "=" in the logger print Eran Ben Elisha
2019-01-22 15:57 ` [PATCH net-next 6/7] devlink: Fix use-after-free at reporter destroy Eran Ben Elisha
2019-01-22 15:57 ` [PATCH net-next 7/7] net/mlx5e: Add RTNL lock to TX recover flow Eran Ben Elisha
2019-01-22 16:58 ` [PATCH net-next 0/7] Devlink health updates Jiri Pirko
2019-01-25  6:08   ` David Miller
2019-01-25  9:16     ` Eran Ben Elisha
2019-01-25  9:19       ` Jiri Pirko
2019-01-25 18:56       ` David Miller
2019-01-23 11:44 ` Jiri Pirko
2019-01-23 12:34   ` Eran Ben Elisha

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.