Re: [patch net-next v2 3/7] mlxfw: Propagate error messages through extack

2019-05-28 Thread Ido Schimmel
On Tue, May 28, 2019 at 01:48:42PM +0200, Jiri Pirko wrote: > From: Jiri Pirko > > Currently the error messages are printed to dmesg. Propagate them also > to directly to user doing the flashing through extack. > > Signed-off-by: Jiri Pirko Reviewed-by: Ido Schimmel

[patch net-next v2 3/7] mlxfw: Propagate error messages through extack

2019-05-28 Thread Jiri Pirko
From: Jiri Pirko Currently the error messages are printed to dmesg. Propagate them also to directly to user doing the flashing through extack. Signed-off-by: Jiri Pirko --- v1->v2: - dropped "is which" from errmsg. --- drivers/net/ethernet/mellanox/mlx5/core/fw.c | 6 ++-- .../net/ethernet/m