Re: [PATCH net-next v3 5/7] devlink: Add devlink health port reporters API

2020-07-13 Thread Ido Schimmel
On Mon, Jul 13, 2020 at 09:18:25AM -0400, Qian Cai wrote: > On Fri, Jul 10, 2020 at 03:25:11PM +0300, Moshe Shemesh wrote: > > From: Vladyslav Tarasiuk > > > > In order to use new devlink port health reporters infrastructure, add > > corresponding constructor and destructor functions. > > > > Si

Re: [PATCH net-next v3 5/7] devlink: Add devlink health port reporters API

2020-07-13 Thread Qian Cai
On Fri, Jul 10, 2020 at 03:25:11PM +0300, Moshe Shemesh wrote: > From: Vladyslav Tarasiuk > > In order to use new devlink port health reporters infrastructure, add > corresponding constructor and destructor functions. > > Signed-off-by: Vladyslav Tarasiuk > Reviewed-by: Moshe Shemesh > Reviewe

[PATCH net-next v3 5/7] devlink: Add devlink health port reporters API

2020-07-10 Thread Moshe Shemesh
From: Vladyslav Tarasiuk In order to use new devlink port health reporters infrastructure, add corresponding constructor and destructor functions. Signed-off-by: Vladyslav Tarasiuk Reviewed-by: Moshe Shemesh Reviewed-by: Jiri Pirko --- include/net/devlink.h | 9 + net/core/devlink.c