Re: [patch iproute2 3/3] devlink: implement flash status monitoring

2019-05-24 Thread Jiri Pirko
Thu, May 23, 2019 at 07:57:03PM CEST, jakub.kicin...@netronome.com wrote: >On Thu, 23 May 2019 11:47:10 +0200, Jiri Pirko wrote: >> From: Jiri Pirko >> >> Listen to status notifications coming from kernel during flashing and >> put them on stdout to inform user about the status. >> >> Signed-off

Re: [patch iproute2 3/3] devlink: implement flash status monitoring

2019-05-23 Thread Jakub Kicinski
On Thu, 23 May 2019 11:47:10 +0200, Jiri Pirko wrote: > From: Jiri Pirko > > Listen to status notifications coming from kernel during flashing and > put them on stdout to inform user about the status. > > Signed-off-by: Jiri Pirko > +static int cmd_dev_flash_status_cb(const struct nlmsghdr *nl

[patch iproute2 3/3] devlink: implement flash status monitoring

2019-05-23 Thread Jiri Pirko
From: Jiri Pirko Listen to status notifications coming from kernel during flashing and put them on stdout to inform user about the status. Signed-off-by: Jiri Pirko --- devlink/devlink.c | 209 +- devlink/mnlg.c| 5 ++ devlink/mnlg.h| 1 +