Re: [dpdk-dev] [PATCH v1] examples/power: fix FreeBSD meson lib dependency

2019-07-15 Thread Hunt, David
On 13/07/2019 00:23, Stephen Hemminger wrote: On Fri, 12 Jul 2019 10:06:51 +0100 David Hunt wrote: Samples apps that depend on the power library should not build if the power library is not present. So now the following apps will check to see if it's built, else skip building. * l3fwd-pwer * v

Re: [dpdk-dev] [PATCH v1] examples/power: fix FreeBSD meson lib dependency

2019-07-12 Thread Stephen Hemminger
On Fri, 12 Jul 2019 10:06:51 +0100 David Hunt wrote: > Samples apps that depend on the power library should not build if > the power library is not present. So now the following apps will > check to see if it's built, else skip building. > * l3fwd-pwer > * vm_power_manager > * guest_cli > > Fixe

Re: [dpdk-dev] [PATCH v1] examples/power: fix FreeBSD meson lib dependency

2019-07-12 Thread Ferruh Yigit
On 7/12/2019 10:22 AM, Bruce Richardson wrote: > On Fri, Jul 12, 2019 at 10:06:51AM +0100, David Hunt wrote: >> Samples apps that depend on the power library should not build if >> the power library is not present. So now the following apps will >> check to see if it's built, else skip building. >>

Re: [dpdk-dev] [PATCH v1] examples/power: fix FreeBSD meson lib dependency

2019-07-12 Thread Bruce Richardson
On Fri, Jul 12, 2019 at 10:06:51AM +0100, David Hunt wrote: > Samples apps that depend on the power library should not build if > the power library is not present. So now the following apps will > check to see if it's built, else skip building. > * l3fwd-pwer > * vm_power_manager > * guest_cli > >

[dpdk-dev] [PATCH v1] examples/power: fix FreeBSD meson lib dependency

2019-07-12 Thread David Hunt
Samples apps that depend on the power library should not build if the power library is not present. So now the following apps will check to see if it's built, else skip building. * l3fwd-pwer * vm_power_manager * guest_cli Fixes: e0130788576f ("examples/power: support meson/ninja build") Fixes: 89