Re: [dpdk-dev] [PATCH] build: remove non-x86 file from non-x86 net/avf builds

2018-09-26 Thread Luca Boccassi
On Wed, 2018-09-26 at 11:48 +0100, Ferruh Yigit wrote: > On 9/26/2018 11:17 AM, Luca Boccassi wrote: > > The sse file was added both conditionally on building for x86 and > > unconditionally, which breaks the build on non-x86. > > > > Fixes: bd29fd07ba64 ("build: add Meson files for avf PMD") > >

Re: [dpdk-dev] [PATCH] build: remove non-x86 file from non-x86 net/avf builds

2018-09-26 Thread Ferruh Yigit
On 9/26/2018 11:17 AM, Luca Boccassi wrote: > The sse file was added both conditionally on building for x86 and > unconditionally, which breaks the build on non-x86. > > Fixes: bd29fd07ba64 ("build: add Meson files for avf PMD") > > Signed-off-by: Luca Boccassi > --- > drivers/net/avf/meson.bui

[dpdk-dev] [PATCH] build: remove non-x86 file from non-x86 net/avf builds

2018-09-26 Thread Luca Boccassi
The sse file was added both conditionally on building for x86 and unconditionally, which breaks the build on non-x86. Fixes: bd29fd07ba64 ("build: add Meson files for avf PMD") Signed-off-by: Luca Boccassi --- drivers/net/avf/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/driver