Re: [PATCH net-next v4 1/3] devlink: factor out building a snapshot notification

2020-05-01 Thread Jacob Keller
On 5/1/2020 9:40 AM, Jakub Kicinski wrote: > We'll need to send snapshot info back on the socket > which requested a snapshot to be created. Factor out > constructing a snapshot description from the broadcast > notification code. > > v3: new patch > > Signed-off-by: Jakub Kicinski > Reviewed-

[PATCH net-next v4 1/3] devlink: factor out building a snapshot notification

2020-05-01 Thread Jakub Kicinski
We'll need to send snapshot info back on the socket which requested a snapshot to be created. Factor out constructing a snapshot description from the broadcast notification code. v3: new patch Signed-off-by: Jakub Kicinski Reviewed-by: Jiri Pirko --- net/core/devlink.c | 39 +++