mbox series

[net-next,v3,0/3] devlink: kernel region snapshot id allocation

Message ID 20200430175759.1301789-1-kuba@kernel.org
Headers show
Series devlink: kernel region snapshot id allocation | expand

Message

Jakub Kicinski April 30, 2020, 5:57 p.m. UTC
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(-)