Re: [patch net-next 0/7] expose flash update status to user

2019-05-28 Thread Jiri Pirko
Thu, May 23, 2019 at 08:37:28PM CEST, sae...@mellanox.com wrote: >On Thu, 2019-05-23 at 11:45 +0200, Jiri Pirko wrote: >> From: Jiri Pirko >> >> When user is flashing device using devlink, he currenly does not see >> any >> information about what is going on, percentages, etc. >> Drivers, for exa

Re: [patch net-next 0/7] expose flash update status to user

2019-05-28 Thread Jiri Pirko
Mon, May 27, 2019 at 08:14:32PM CEST, f.faine...@gmail.com wrote: > > >On 5/23/2019 2:45 AM, Jiri Pirko wrote: >> From: Jiri Pirko >> >> When user is flashing device using devlink, he currenly does not see any >> information about what is going on, percentages, etc. >> Drivers, for example mlxsw

Re: [patch net-next 0/7] expose flash update status to user

2019-05-27 Thread Florian Fainelli
On 5/23/2019 2:45 AM, Jiri Pirko wrote: > From: Jiri Pirko > > When user is flashing device using devlink, he currenly does not see any > information about what is going on, percentages, etc. > Drivers, for example mlxsw and mlx5, have notion about the progress > and what is happening. This pa

Re: [patch net-next 0/7] expose flash update status to user

2019-05-24 Thread David Ahern
On 5/24/19 2:15 AM, Jiri Pirko wrote: >> Very cool stuff, \let's update devlink docs with the new potential >> output of the fw flash commands, and show us some output example here >> or on one of the commit messages, it would really help getting an idea >> of what this cool patchset provides. > Y

Re: [patch net-next 0/7] expose flash update status to user

2019-05-24 Thread Jiri Pirko
Thu, May 23, 2019 at 08:37:28PM CEST, sae...@mellanox.com wrote: >On Thu, 2019-05-23 at 11:45 +0200, Jiri Pirko wrote: >> From: Jiri Pirko >> >> When user is flashing device using devlink, he currenly does not see >> any >> information about what is going on, percentages, etc. >> Drivers, for exa

Re: [patch net-next 0/7] expose flash update status to user

2019-05-23 Thread Saeed Mahameed
On Thu, 2019-05-23 at 11:45 +0200, Jiri Pirko wrote: > From: Jiri Pirko > > When user is flashing device using devlink, he currenly does not see > any > information about what is going on, percentages, etc. > Drivers, for example mlxsw and mlx5, have notion about the progress > and what is happen

[patch net-next 0/7] expose flash update status to user

2019-05-23 Thread Jiri Pirko
From: Jiri Pirko When user is flashing device using devlink, he currenly does not see any information about what is going on, percentages, etc. Drivers, for example mlxsw and mlx5, have notion about the progress and what is happening. This patchset exposes this progress information to userspace.