Re: [PATCH net-next v4 0/3] devlink: kernel region snapshot id allocation
From: David Miller <davem@davemloft.net>
Date: 2020-05-04 18:58:54
From: David Miller <davem@davemloft.net>
Date: 2020-05-04 18:58:54
From: Jakub Kicinski <kuba@kernel.org> Date: Fri, 1 May 2020 09:40:39 -0700
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.
Series applied, thanks Jakub.