[dpdk-dev] [PATCH] eal/ppc: add missing header inclusion

David Marchand david.marchand at redhat.com
Fri Apr 17 17:46:22 CEST 2020


On Fri, Apr 17, 2020 at 5:41 PM Thomas Monjalon <thomas at monjalon.net> wrote:
>
> 17/04/2020 17:25, David Marchand:
> > Compilation is broken on ppc:
> >
> >   CC otx2_rx.o
> > In file included from .../drivers/net/octeontx2/otx2_rx.c:5:0:
> > .../builds/ppc_64-power8-linux-gcc/include/rte_vect.h:29:17:
> > error: expected declaration specifiers or ‘...’ before numeric constant
> >  } __rte_aligned(16) rte_xmm_t;
> >                  ^~
> > compilation terminated due to -Wfatal-errors.
> >
> > Fixes: f35e5b3e07b2 ("replace alignment attributes")
> >
> > Signed-off-by: David Marchand <david.marchand at redhat.com>
>
> Sorry for not having tested PPC.
>
> About the title:
> eal/ppc: fix missing include
> or
> eal/ppc: fix build
> ?
>
> Tested-by: Thomas Monjalon <thomas at monjalon.net>

Applied.

-- 
David Marchand



More information about the dev mailing list