[ovs-dev] [PATCH] travis: Test build with afxdp.

2019-10-21 Thread Ilya Maximets
We can't easily update the kernel on TravisCI to run system tests with AF_XDP, but we could run build tests with libbpf and headers from newer kernels. Signed-off-by: Ilya Maximets --- .travis.yml| 1 + .travis/linux-build.sh | 34 -- 2 files changed,

Re: [ovs-dev] [PATCH] travis: Test build with afxdp.

2019-10-21 Thread Ben Pfaff
On Mon, Oct 21, 2019 at 08:11:14PM +0200, Ilya Maximets wrote: > We can't easily update the kernel on TravisCI to run system tests > with AF_XDP, but we could run build tests with libbpf and headers > from newer kernels. > > Signed-off-by: Ilya Maximets I read this and it seemed reasonable, but

Re: [ovs-dev] [PATCH] travis: Test build with afxdp.

2019-10-21 Thread Aaron Conole
Ilya Maximets writes: > We can't easily update the kernel on TravisCI to run system tests > with AF_XDP, but we could run build tests with libbpf and headers > from newer kernels. > > Signed-off-by: Ilya Maximets > --- https://travis-ci.org/ovsrobot/ovs/jobs/600899950 Nice. Looks like the afx

Re: [ovs-dev] [PATCH] travis: Test build with afxdp.

2019-10-21 Thread Ilya Maximets
On 21.10.2019 21:28, Aaron Conole wrote: Ilya Maximets writes: We can't easily update the kernel on TravisCI to run system tests with AF_XDP, but we could run build tests with libbpf and headers from newer kernels. Signed-off-by: Ilya Maximets --- https://travis-ci.org/ovsrobot/ovs/jobs/60