Re: [dpdk-dev] [PATCH v4 4/5] telemetry: implement empty stubs for Windows

2020-08-05 Thread Bruce Richardson
On Wed, Aug 05, 2020 at 11:06:04AM +0200, Thomas Monjalon wrote: > 05/08/2020 10:40, Bruce Richardson: > > On Wed, Aug 05, 2020 at 10:27:27AM +0200, Thomas Monjalon wrote: > > > 05/08/2020 01:39, Dmitry Kozlyuk: > > > > On Tue, 4 Aug 2020 09:29:46 +0300, Fady Bader wrote: > > > > > Telemetry didn'

Re: [dpdk-dev] [PATCH v4 4/5] telemetry: implement empty stubs for Windows

2020-08-05 Thread Thomas Monjalon
05/08/2020 10:40, Bruce Richardson: > On Wed, Aug 05, 2020 at 10:27:27AM +0200, Thomas Monjalon wrote: > > 05/08/2020 01:39, Dmitry Kozlyuk: > > > On Tue, 4 Aug 2020 09:29:46 +0300, Fady Bader wrote: > > > > Telemetry didn't compile under Windows. > > > > Empty stubs implementation was added for W

Re: [dpdk-dev] [PATCH v4 4/5] telemetry: implement empty stubs for Windows

2020-08-05 Thread Bruce Richardson
On Wed, Aug 05, 2020 at 10:27:27AM +0200, Thomas Monjalon wrote: > 05/08/2020 01:39, Dmitry Kozlyuk: > > On Tue, 4 Aug 2020 09:29:46 +0300, Fady Bader wrote: > > > Telemetry didn't compile under Windows. > > > Empty stubs implementation was added for Windows. > > > > > > Signed-off-by: Fady Bader

Re: [dpdk-dev] [PATCH v4 4/5] telemetry: implement empty stubs for Windows

2020-08-05 Thread Thomas Monjalon
04/08/2020 08:29, Fady Bader: > Telemetry didn't compile under Windows. > Empty stubs implementation was added for Windows. > > Signed-off-by: Fady Bader > --- > lib/librte_telemetry/rte_telemetry.h| 4 +++ > lib/librte_telemetry/telemetry.c| 51 > -

Re: [dpdk-dev] [PATCH v4 4/5] telemetry: implement empty stubs for Windows

2020-08-05 Thread Thomas Monjalon
05/08/2020 01:39, Dmitry Kozlyuk: > On Tue, 4 Aug 2020 09:29:46 +0300, Fady Bader wrote: > > Telemetry didn't compile under Windows. > > Empty stubs implementation was added for Windows. > > > > Signed-off-by: Fady Bader > > --- > > lib/librte_telemetry/rte_telemetry.h| 4 +++ > > lib/libr

Re: [dpdk-dev] [PATCH v4 4/5] telemetry: implement empty stubs for Windows

2020-08-04 Thread Dmitry Kozlyuk
On Tue, 4 Aug 2020 09:29:46 +0300, Fady Bader wrote: > Telemetry didn't compile under Windows. > Empty stubs implementation was added for Windows. > > Signed-off-by: Fady Bader > --- > lib/librte_telemetry/rte_telemetry.h| 4 +++ > lib/librte_telemetry/telemetry.c| 51 > ++

Re: [dpdk-dev] [PATCH v4 4/5] telemetry: implement empty stubs for Windows

2020-08-04 Thread Narcisa Ana Maria Vasile
On Tue, Aug 04, 2020 at 09:29:46AM +0300, Fady Bader wrote: > Telemetry didn't compile under Windows. > Empty stubs implementation was added for Windows. > > Signed-off-by: Fady Bader > --- > lib/librte_telemetry/rte_telemetry.h| 4 +++ > lib/librte_telemetry/telemetry.c| 51 >

[dpdk-dev] [PATCH v4 4/5] telemetry: implement empty stubs for Windows

2020-08-03 Thread Fady Bader
Telemetry didn't compile under Windows. Empty stubs implementation was added for Windows. Signed-off-by: Fady Bader --- lib/librte_telemetry/rte_telemetry.h| 4 +++ lib/librte_telemetry/telemetry.c| 51 - lib/librte_telemetry/telemetry_legacy.c | 26 +