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

2019-05-28 Thread Ido Schimmel
On Tue, May 28, 2019 at 01:48:43PM +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: Ido Schimmel

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

2019-05-28 Thread Jakub Kicinski
On Tue, 28 May 2019 13:48:43 +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

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

2019-05-28 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