Re: [dpdk-dev] [PATCH v8 05/13] telemetry: add client feature and sockets

2018-10-25 Thread Thomas Monjalon
25/10/2018 23:16, Richardson, Bruce: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 25/10/2018 22:44, Bruce Richardson: > > > On Thu, Oct 25, 2018 at 10:41:53PM +0200, Thomas Monjalon wrote: > > > > 25/10/2018 22:29, Thomas Monjalon: > > > > > 24/10/2018 18:03, Kevin Laatz: > > > > > > --

Re: [dpdk-dev] [PATCH v8 05/13] telemetry: add client feature and sockets

2018-10-25 Thread Richardson, Bruce
hreyansh.j...@nxp.com; > mattias.ronnb...@ericsson.com; Ciara Power ; Brian > Archbold > Subject: Re: [dpdk-dev] [PATCH v8 05/13] telemetry: add client feature and > sockets > > 25/10/2018 22:44, Bruce Richardson: > > On Thu, Oct 25, 2018 at 10:41:53PM +0200, Thomas Monjalon w

Re: [dpdk-dev] [PATCH v8 05/13] telemetry: add client feature and sockets

2018-10-25 Thread Thomas Monjalon
25/10/2018 22:44, Bruce Richardson: > On Thu, Oct 25, 2018 at 10:41:53PM +0200, Thomas Monjalon wrote: > > 25/10/2018 22:29, Thomas Monjalon: > > > 24/10/2018 18:03, Kevin Laatz: > > > > --- a/lib/librte_telemetry/meson.build > > > > +++ b/lib/librte_telemetry/meson.build > > > > @@ -5,3 +5,5 @@ so

Re: [dpdk-dev] [PATCH v8 05/13] telemetry: add client feature and sockets

2018-10-25 Thread Bruce Richardson
On Thu, Oct 25, 2018 at 10:41:53PM +0200, Thomas Monjalon wrote: > 25/10/2018 22:29, Thomas Monjalon: > > 24/10/2018 18:03, Kevin Laatz: > > > --- a/lib/librte_telemetry/meson.build > > > +++ b/lib/librte_telemetry/meson.build > > > @@ -5,3 +5,5 @@ sources = files('rte_telemetry.c') > > > headers

Re: [dpdk-dev] [PATCH v8 05/13] telemetry: add client feature and sockets

2018-10-25 Thread Thomas Monjalon
25/10/2018 22:29, Thomas Monjalon: > 24/10/2018 18:03, Kevin Laatz: > > --- a/lib/librte_telemetry/meson.build > > +++ b/lib/librte_telemetry/meson.build > > @@ -5,3 +5,5 @@ sources = files('rte_telemetry.c') > > headers = files('rte_telemetry.h', 'rte_telemetry_internal.h') > > deps += ['metrics

Re: [dpdk-dev] [PATCH v8 05/13] telemetry: add client feature and sockets

2018-10-25 Thread Thomas Monjalon
24/10/2018 18:03, Kevin Laatz: > --- a/lib/librte_telemetry/meson.build > +++ b/lib/librte_telemetry/meson.build > @@ -5,3 +5,5 @@ sources = files('rte_telemetry.c') > headers = files('rte_telemetry.h', 'rte_telemetry_internal.h') > deps += ['metrics', 'ethdev'] > cflags += '-DALLOW_EXPERIMENTAL