[dpdk-dev] [PATCH 2/2] ci: enable more drivers in Travis builds
Thomas Monjalon
thomas at monjalon.net
Mon Feb 17 22:19:23 CET 2020
17/02/2020 19:00, Aaron Conole:
> Thomas Monjalon <thomas at monjalon.net> writes:
>
> > The Travis compilation is missing some dependencies to build these PMDs:
> > - af_xdp (libbpf)
> > - ipn3ke (libfdt)
> > - mlx (libibverbs)
> >
> > Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
>
> I was going to wait until travis finished to ACK this but I think it's
> okay. I'll check back in on it later.
>
> Acked-by: Aaron Conole <aconole at redhat.com>
>
> > extra_packages: &extra_packages
> > - *required_packages
> > - - [libbsd-dev, libpcap-dev, libcrypto++-dev, libjansson4, abigail-tools]
> > + - [libbsd-dev, libbpf-dev, libpcap-dev, libibverbs-dev, libcrypto++-dev, libfdt-dev, libjansson4, abigail-tools]
It failed because libbpf is not available:
Unable to locate package libbpf-dev
I will re-spin a v2 without libbpf (not enabling af_xdp PMD).
More information about the dev
mailing list