Re: [patch net-next 4/7] devlink: allow driver to update progress of flash update

2019-05-23 Thread Jakub Kicinski
On Thu, 23 May 2019 11:45:07 +0200, Jiri Pirko wrote: > From: Jiri Pirko > > Introduce a function to be called from drivers during flash. It sends > notification to userspace about flash update progress. > > Signed-off-by: Jiri Pirko Reviewed-by: Jakub Kicinski Very cool!

[patch net-next 4/7] devlink: allow driver to update progress of flash update

2019-05-23 Thread Jiri Pirko
From: Jiri Pirko Introduce a function to be called from drivers during flash. It sends notification to userspace about flash update progress. Signed-off-by: Jiri Pirko --- include/net/devlink.h| 8 +++ include/uapi/linux/devlink.h | 5 ++ net/core/devlink.c | 102