Re: [dpdk-dev] [PATCH v2 08/16] ethdev: add callback support for telemetry

2020-04-09 Thread Bruce Richardson
On Wed, Apr 08, 2020 at 07:16:10PM +0100, Wiles, Keith wrote: > > > > On Apr 8, 2020, at 11:49 AM, Power, Ciara wrote: > > > > From: Bruce Richardson > > > > The ethdev library now registers commands with telemetry, and > > implements the callback functions. These commands allow the list of > >

Re: [dpdk-dev] [PATCH v2 08/16] ethdev: add callback support for telemetry

2020-04-08 Thread Wiles, Keith
> On Apr 8, 2020, at 11:49 AM, Power, Ciara wrote: > > From: Bruce Richardson > > The ethdev library now registers commands with telemetry, and > implements the callback functions. These commands allow the list of > ethdev ports and the stats and link status for a port to be queried. > > Si

[dpdk-dev] [PATCH v2 08/16] ethdev: add callback support for telemetry

2020-04-08 Thread Ciara Power
From: Bruce Richardson The ethdev library now registers commands with telemetry, and implements the callback functions. These commands allow the list of ethdev ports and the stats and link status for a port to be queried. Signed-off-by: Bruce Richardson Signed-off-by: Ciara Power --- v2: -