Re: [net-next v3 2/2] devlink: move flash end and begin to core devlink

2020-11-18 Thread Jiri Pirko
Tue, Nov 17, 2020 at 09:08:20PM CET, jacob.e.kel...@intel.com wrote: >When performing a flash update via devlink, device drivers may inform >user space of status updates via >devlink_flash_update_(begin|end|timeout|status)_notify functions. > >It is expected that drivers do not send any status noti

Re: [net-next v3 2/2] devlink: move flash end and begin to core devlink

2020-11-18 Thread Vasundhara Volam
On Wed, Nov 18, 2020 at 1:41 AM Jacob Keller wrote: > > When performing a flash update via devlink, device drivers may inform > user space of status updates via > devlink_flash_update_(begin|end|timeout|status)_notify functions. > > It is expected that drivers do not send any status notifications

[net-next v3 2/2] devlink: move flash end and begin to core devlink

2020-11-17 Thread Jacob Keller
When performing a flash update via devlink, device drivers may inform user space of status updates via devlink_flash_update_(begin|end|timeout|status)_notify functions. It is expected that drivers do not send any status notifications unless they send a begin and end message. If a driver sends a st