Re: [PATCH net-next 2/7] net/mlx5e: Move driver to use devlink msg API

2019-01-24 Thread Eran Ben Elisha
On 1/24/2019 11:08 AM, Jiri Pirko wrote: > Thu, Jan 24, 2019 at 08:39:12AM CET, era...@mellanox.com wrote: >> >> >> On 1/23/2019 4:39 PM, Jiri Pirko wrote: >>> Tue, Jan 22, 2019 at 04:57:19PM CET, era...@mellanox.com wrote: As part of the devlink health reporter diagnose ops callback, the ml

Re: [PATCH net-next 2/7] net/mlx5e: Move driver to use devlink msg API

2019-01-24 Thread Jiri Pirko
Thu, Jan 24, 2019 at 08:39:12AM CET, era...@mellanox.com wrote: > > >On 1/23/2019 4:39 PM, Jiri Pirko wrote: >> Tue, Jan 22, 2019 at 04:57:19PM CET, era...@mellanox.com wrote: >>> As part of the devlink health reporter diagnose ops callback, the mlx5e TX >>> reporter used devlink health buffers API

Re: [PATCH net-next 2/7] net/mlx5e: Move driver to use devlink msg API

2019-01-23 Thread Eran Ben Elisha
On 1/23/2019 4:39 PM, Jiri Pirko wrote: > Tue, Jan 22, 2019 at 04:57:19PM CET, era...@mellanox.com wrote: >> As part of the devlink health reporter diagnose ops callback, the mlx5e TX >> reporter used devlink health buffers API. Which will soon be depracated. >> Modify the reporter to use the new

Re: [PATCH net-next 2/7] net/mlx5e: Move driver to use devlink msg API

2019-01-23 Thread Jiri Pirko
Tue, Jan 22, 2019 at 04:57:19PM CET, era...@mellanox.com wrote: >As part of the devlink health reporter diagnose ops callback, the mlx5e TX >reporter used devlink health buffers API. Which will soon be depracated. >Modify the reporter to use the new devlink msg API. > >The actual set of the new dia

[PATCH net-next 2/7] net/mlx5e: Move driver to use devlink msg API

2019-01-22 Thread Eran Ben Elisha
As part of the devlink health reporter diagnose ops callback, the mlx5e TX reporter used devlink health buffers API. Which will soon be depracated. Modify the reporter to use the new devlink msg API. The actual set of the new diagnose function will be done later in the downstream patch, only when