Re: [dpdk-dev] [PATCH 2/2] ci: enable more drivers in Travis builds

2020-02-17 Thread Aaron Conole
Thomas Monjalon writes: > 17/02/2020 19:00, Aaron Conole: >> Thomas Monjalon writes: >> >> > The Travis compilation is missing some dependencies to build these PMDs: >> >- af_xdp (libbpf) >> >- ipn3ke (libfdt) >> >- mlx (libibverbs) >> > >> > Signed-off-by: Thomas Monjalon >> >> I

Re: [dpdk-dev] [PATCH 2/2] ci: enable more drivers in Travis builds

2020-02-17 Thread Thomas Monjalon
17/02/2020 19:00, Aaron Conole: > Thomas Monjalon writes: > > > The Travis compilation is missing some dependencies to build these PMDs: > > - af_xdp (libbpf) > > - ipn3ke (libfdt) > > - mlx (libibverbs) > > > > Signed-off-by: Thomas Monjalon > > I was going to wait until travis fin

Re: [dpdk-dev] [PATCH 2/2] ci: enable more drivers in Travis builds

2020-02-17 Thread Aaron Conole
Thomas Monjalon writes: > The Travis compilation is missing some dependencies to build these PMDs: > - af_xdp (libbpf) > - ipn3ke (libfdt) > - mlx (libibverbs) > > Signed-off-by: Thomas Monjalon > --- I was going to wait until travis finished to ACK this but I think it's okay.

[dpdk-dev] [PATCH 2/2] ci: enable more drivers in Travis builds

2020-02-17 Thread Thomas Monjalon
The Travis compilation is missing some dependencies to build these PMDs: - af_xdp (libbpf) - ipn3ke (libfdt) - mlx (libibverbs) Signed-off-by: Thomas Monjalon --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml ind