Re: [RFC PATCH v2 08/10] selftests: conditionally enable XDP support in udpgso_bench_rx

2018-10-22 Thread Paolo Abeni
On Sun, 2018-10-21 at 16:09 -0400, Willem de Bruijn wrote: > On Fri, Oct 19, 2018 at 10:31 AM Paolo Abeni wrote: > > > > XDP support will be used by a later patch to test the GRO path > > in a net namespace, leveraging the veth XDP implementation. > > To avoid breaking existing setup, XDP support

Re: [RFC PATCH v2 08/10] selftests: conditionally enable XDP support in udpgso_bench_rx

2018-10-21 Thread Willem de Bruijn
On Fri, Oct 19, 2018 at 10:31 AM Paolo Abeni wrote: > > XDP support will be used by a later patch to test the GRO path > in a net namespace, leveraging the veth XDP implementation. > To avoid breaking existing setup, XDP support is conditionally > enabled and build only if llc is locally available

[RFC PATCH v2 08/10] selftests: conditionally enable XDP support in udpgso_bench_rx

2018-10-19 Thread Paolo Abeni
XDP support will be used by a later patch to test the GRO path in a net namespace, leveraging the veth XDP implementation. To avoid breaking existing setup, XDP support is conditionally enabled and build only if llc is locally available. Signed-off-by: Paolo Abeni --- tools/testing/selftests/net