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 <bl...@debian.org> > --- > drivers/net/avf/meson.build | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/net/avf/meson.build b/drivers/net/avf/meson.build > index b5ad9cc673..9a05ebbf4e 100644 > --- a/drivers/net/avf/meson.build > +++ b/drivers/net/avf/meson.build > @@ -9,7 +9,6 @@ objs = [base_objs] > sources = files( > 'avf_ethdev.c', > 'avf_rxtx.c', > - 'avf_rxtx_vec_sse.c',
The patch merged [1] already don't have this. [1] https://patches.dpdk.org/patch/44908/