[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <29924c8d-933d-17ec-a6ee-7feb54c68b89@intel.com>
Date: Fri, 1 May 2020 14:36:40 -0700
From: Jacob Keller <jacob.e.keller@...el.com>
To: Jakub Kicinski <kuba@...nel.org>, davem@...emloft.net,
jiri@...nulli.us
Cc: netdev@...r.kernel.org, kernel-team@...com
Subject: Re: [PATCH net-next v4 2/3] devlink: let kernel allocate region
snapshot id
On 5/1/2020 9:40 AM, Jakub Kicinski wrote:
> Currently users have to choose a free snapshot id before
> calling DEVLINK_CMD_REGION_NEW. This is potentially racy
> and inconvenient.
>
> Make the DEVLINK_ATTR_REGION_SNAPSHOT_ID optional and try
> to allocate id automatically. Send a message back to the
> caller with the snapshot info.
>
> Example use:
> $ devlink region new netdevsim/netdevsim1/dummy
> netdevsim/netdevsim1/dummy: snapshot 1
>
> $ id=$(devlink -j region new netdevsim/netdevsim1/dummy | \
> jq '.[][][][]')
> $ devlink region dump netdevsim/netdevsim1/dummy snapshot $id
> [...]
> $ devlink region del netdevsim/netdevsim1/dummy snapshot $id
>
> v4:
> - inline the notification code
> v3:
> - send the notification only once snapshot creation completed.
> v2:
> - don't wrap the line containing extack;
> - add a few sentences to the docs.
>
> Signed-off-by: Jakub Kicinski <kuba@...nel.org>
Reviewed-by: Jacob Keller <jacob.e.keller@...el.com>
Powered by blists - more mailing lists