OSDN Git Service

Merge branch 'devlink-kernel-region-snapshot-id-allocation'
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 May 2020 18:58:31 +0000 (11:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 May 2020 18:58:31 +0000 (11:58 -0700)
commit1248dc00fb62bd4dc42b091aa8b245b1b54547ca
treed487b2b14d525bb5739d25b048a195ad84fe8804
parent39d010504e6b4485d7ceee167743620dd33f4417
parentaebbd7dfab2584acfb1c5d9abf911024109bc5ee
Merge branch 'devlink-kernel-region-snapshot-id-allocation'

Jakub Kicinski says:

====================
devlink: kernel region snapshot id allocation

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>