Re: [PATCH net-next 3/7] devlink: move devlink health reporter to use devlink msg API

2019-01-24 Thread Eran Ben Elisha
On 1/24/2019 11:09 AM, Jiri Pirko wrote: > Thu, Jan 24, 2019 at 08:45:05AM CET, era...@mellanox.com wrote: >> >> >> On 1/23/2019 4:42 PM, Jiri Pirko wrote: >>> Tue, Jan 22, 2019 at 04:57:20PM CET, era...@mellanox.com wrote: Move devlink reporter diagnose and dump operations to use the new ms

Re: [PATCH net-next 3/7] devlink: move devlink health reporter to use devlink msg API

2019-01-24 Thread Jiri Pirko
Thu, Jan 24, 2019 at 08:45:05AM CET, era...@mellanox.com wrote: > > >On 1/23/2019 4:42 PM, Jiri Pirko wrote: >> Tue, Jan 22, 2019 at 04:57:20PM CET, era...@mellanox.com wrote: >>> Move devlink reporter diagnose and dump operations to use the new msg API. >>> Redefine the signature of diagnose and d

Re: [PATCH net-next 3/7] devlink: move devlink health reporter to use devlink msg API

2019-01-23 Thread Eran Ben Elisha
On 1/23/2019 4:42 PM, Jiri Pirko wrote: > Tue, Jan 22, 2019 at 04:57:20PM CET, era...@mellanox.com wrote: >> Move devlink reporter diagnose and dump operations to use the new msg API. >> Redefine the signature of diagnose and dump operations and move the mlx5e >> reporter to use it with the new f

Re: [PATCH net-next 3/7] devlink: move devlink health reporter to use devlink msg API

2019-01-23 Thread Jiri Pirko
Tue, Jan 22, 2019 at 04:57:20PM CET, era...@mellanox.com wrote: >Move devlink reporter diagnose and dump operations to use the new msg API. >Redefine the signature of diagnose and dump operations and move the mlx5e >reporter to use it with the new format. > >Signed-off-by: Eran Ben Elisha >Reviewe

[PATCH net-next 3/7] devlink: move devlink health reporter to use devlink msg API

2019-01-22 Thread Eran Ben Elisha
Move devlink reporter diagnose and dump operations to use the new msg API. Redefine the signature of diagnose and dump operations and move the mlx5e reporter to use it with the new format. Signed-off-by: Eran Ben Elisha Reviewed-by: Moshe Shemesh --- .../mellanox/mlx5/core/en/reporter_tx.c