All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/3] devlink: kernel region snapshot id allocation
@ 2020-04-30 17:57 Jakub Kicinski
  2020-04-30 17:57 ` [PATCH net-next v3 1/3] devlink: factor out building a snapshot notification Jakub Kicinski
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Jakub Kicinski @ 2020-04-30 17:57 UTC (permalink / raw)
  To: davem, jiri; +Cc: netdev, kernel-team, jacob.e.keller, Jakub Kicinski

Hi!

currently users have to find a free snapshot id to pass
to the kernel when they are requesting a snapshot to be
taken.

This set extends the kernel so it can allocate the id
on its own and send it back to user space in a response.

Jakub Kicinski (3):
  devlink: factor out building a snapshot notification
  devlink: let kernel allocate region snapshot id
  docs: devlink: clarify the scope of snapshot id

 .../networking/devlink/devlink-region.rst     |  11 +-
 net/core/devlink.c                            | 108 ++++++++++++++----
 .../drivers/net/netdevsim/devlink.sh          |  13 +++
 3 files changed, 106 insertions(+), 26 deletions(-)

-- 
2.25.4


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

end of thread, other threads:[~2020-05-05 17:11 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30 17:57 [PATCH net-next v3 0/3] devlink: kernel region snapshot id allocation Jakub Kicinski
2020-04-30 17:57 ` [PATCH net-next v3 1/3] devlink: factor out building a snapshot notification Jakub Kicinski
2020-05-01  8:51   ` Jiri Pirko
2020-05-01 21:27   ` Jacob Keller
2020-04-30 17:57 ` [PATCH net-next v3 2/3] devlink: let kernel allocate region snapshot id Jakub Kicinski
2020-05-01  8:59   ` Jiri Pirko
2020-05-01 21:32   ` Jacob Keller
2020-04-30 17:57 ` [PATCH net-next v3 3/3] docs: devlink: clarify the scope of " Jakub Kicinski
2020-05-01  8:59   ` Jiri Pirko
2020-05-01 21:34   ` Jacob Keller
2020-04-30 17:57 ` [PATCH iproute2-next v3] devlink: support kernel-side snapshot id allocation Jakub Kicinski
2020-05-02  5:58   ` Jiri Pirko
2020-05-05 16:14   ` David Ahern
2020-05-05 16:20     ` Jakub Kicinski
2020-05-05 16:59       ` David Ahern
2020-05-05 17:04         ` [PATCH iproute2-next RESEND] " Jakub Kicinski
2020-05-05 17:11           ` David Ahern
2020-05-05 17:05         ` [PATCH iproute2-next v3] " Jakub Kicinski
2020-05-05 17:06           ` Jakub Kicinski

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.