All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2-net 0/3] devlink: Add devlink reload action limit and stats
@ 2020-11-26 11:14 Moshe Shemesh
  2020-11-26 11:14 ` [PATCH iproute2-net 1/3] devlink: Add devlink reload action and limit options Moshe Shemesh
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Moshe Shemesh @ 2020-11-26 11:14 UTC (permalink / raw)
  To: Stephen Hemminger, David Ahern, Jakub Kicinski, Jiri Pirko, netdev
  Cc: Moshe Shemesh

Introduce new options on devlink reload API to enable the user to select
the reload action required and constrains limits on these actions that he
may want to ensure.

Add reload stats to show the history per reload action per limit.

Patch 1 adds the new API reload action and reload limit options to
        devlink reload command.
Patch 2 adds pr_out_dev() helper function and modify monitor function to
        use it.
Patch 3 adds reload stats and remote reload stats to devlink dev show.


Moshe Shemesh (3):
  devlink: Add devlink reload action and limit options
  devlink: Add pr_out_dev() helper function
  devlink: Add reload stats to dev show

 devlink/devlink.c            | 260 +++++++++++++++++++++++++++++++++--
 include/uapi/linux/devlink.h |   2 +
 2 files changed, 249 insertions(+), 13 deletions(-)

-- 
2.18.2


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

end of thread, other threads:[~2020-12-02  8:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-26 11:14 [PATCH iproute2-net 0/3] devlink: Add devlink reload action limit and stats Moshe Shemesh
2020-11-26 11:14 ` [PATCH iproute2-net 1/3] devlink: Add devlink reload action and limit options Moshe Shemesh
2020-11-29 21:12   ` David Ahern
2020-12-02  6:57     ` Moshe Shemesh
2020-11-26 11:14 ` [PATCH iproute2-net 2/3] devlink: Add pr_out_dev() helper function Moshe Shemesh
2020-11-29 21:15   ` David Ahern
2020-12-02  7:00     ` Moshe Shemesh
2020-11-26 11:14 ` [PATCH iproute2-net 3/3] devlink: Add reload stats to dev show Moshe Shemesh
2020-11-29 21:22   ` David Ahern
2020-12-02  7:01     ` Moshe Shemesh
2020-12-01 11:25 ` [PATCH iproute2-net 0/3] devlink: Add devlink reload action limit and stats Vasundhara Volam
2020-12-02  8:44   ` Moshe Shemesh

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.