Re: [dpdk-dev] [PATCH v2 1/4] build: include missing hypervisor files in Meson build

2018-09-17 Thread Luca Boccassi
On Mon, 2018-09-17 at 09:20 +0100, Bruce Richardson wrote: > On Sun, Sep 16, 2018 at 11:00:24AM +0200, Thomas Monjalon wrote: > > 31/08/2018 13:00, Bruce Richardson: > > > On Fri, Aug 31, 2018 at 11:41:51AM +0100, Luca Boccassi wrote: > > > > They are built by the legacy makefiles but not by Meson.

Re: [dpdk-dev] [PATCH v2 1/4] build: include missing hypervisor files in Meson build

2018-09-17 Thread Bruce Richardson
On Sun, Sep 16, 2018 at 11:00:24AM +0200, Thomas Monjalon wrote: > 31/08/2018 13:00, Bruce Richardson: > > On Fri, Aug 31, 2018 at 11:41:51AM +0100, Luca Boccassi wrote: > > > They are built by the legacy makefiles but not by Meson. > > > > > > Fixes: 8f40ee0734c8 ("eal/x86: get hypervisor name")

Re: [dpdk-dev] [PATCH v2 1/4] build: include missing hypervisor files in Meson build

2018-09-16 Thread Thomas Monjalon
31/08/2018 13:00, Bruce Richardson: > On Fri, Aug 31, 2018 at 11:41:51AM +0100, Luca Boccassi wrote: > > They are built by the legacy makefiles but not by Meson. > > > > Fixes: 8f40ee0734c8 ("eal/x86: get hypervisor name") > > > > Signed-off-by: Luca Boccassi > > Acked-by: Bruce Richardson Sh

Re: [dpdk-dev] [PATCH v2 1/4] build: include missing hypervisor files in Meson build

2018-08-31 Thread Bruce Richardson
On Fri, Aug 31, 2018 at 11:41:51AM +0100, Luca Boccassi wrote: > They are built by the legacy makefiles but not by Meson. > > Fixes: 8f40ee0734c8 ("eal/x86: get hypervisor name") > > Signed-off-by: Luca Boccassi Acked-by: Bruce Richardson

[dpdk-dev] [PATCH v2 1/4] build: include missing hypervisor files in Meson build

2018-08-31 Thread Luca Boccassi
They are built by the legacy makefiles but not by Meson. Fixes: 8f40ee0734c8 ("eal/x86: get hypervisor name") Signed-off-by: Luca Boccassi --- lib/librte_eal/common/arch/arm/meson.build | 2 +- lib/librte_eal/common/arch/x86/meson.build | 2 +- lib/librte_eal/common/meson.build | 2 ++