Re: [dpdk-dev] JSON compilation in examples/vm_power_manager

2018-11-01 Thread Thomas Monjalon
01/11/2018 15:59, Richardson, Bruce: > > -Original Message- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > > Sent: Thursday, November 1, 2018 2:40 PM > > To: Hunt, David > > Cc: dev@dpdk.org > > Subject: Re: [dp

Re: [dpdk-dev] JSON compilation in examples/vm_power_manager

2018-11-01 Thread Richardson, Bruce
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Thursday, November 1, 2018 2:40 PM > To: Hunt, David > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] JSON compilation in examples/vm_power_manager > > 01/11/2018 15

Re: [dpdk-dev] JSON compilation in examples/vm_power_manager

2018-11-01 Thread Thomas Monjalon
01/11/2018 15:26, Hunt, David: > Hi Thomas, > > > On 1/11/2018 10:47 AM, Thomas Monjalon wrote: > > Hi Dave, > > > > In examples/vm_power_manager/Makefile, jansson lib availability > > is detected with pkg-config --exists. > > As we have seen for telemetry lib, we can detect jansson > > for the w

Re: [dpdk-dev] JSON compilation in examples/vm_power_manager

2018-11-01 Thread Hunt, David
Hi Thomas, On 1/11/2018 10:47 AM, Thomas Monjalon wrote: Hi Dave, In examples/vm_power_manager/Makefile, jansson lib availability is detected with pkg-config --exists. As we have seen for telemetry lib, we can detect jansson for the wrong arch and enable it no matter the arch being compiled.

[dpdk-dev] JSON compilation in examples/vm_power_manager

2018-11-01 Thread Thomas Monjalon
Hi Dave, In examples/vm_power_manager/Makefile, jansson lib availability is detected with pkg-config --exists. As we have seen for telemetry lib, we can detect jansson for the wrong arch and enable it no matter the arch being compiled. The solution was to disable it in Makefile and use meson for