On Fri, Oct 19, 2018 at 10:31 AM Paolo Abeni <pab...@redhat.com> wrote: > > And fix a couple of buglets (port option processing, > clean termination on SIGINT). This is preparatory work > for GRO tests. > > Signed-off-by: Paolo Abeni <pab...@redhat.com> > --- > tools/testing/selftests/net/udpgso_bench_rx.c | 37 +++++++++++++++---- > 1 file changed, 30 insertions(+), 7 deletions(-) > > diff --git a/tools/testing/selftests/net/udpgso_bench_rx.c > b/tools/testing/selftests/net/udpgso_bench_rx.c
> @@ -167,10 +177,10 @@ static void do_verify_udp(const char *data, int len) > /* Flush all outstanding datagrams. Verify first few bytes of each. */ > static void do_flush_udp(int fd) > { > - static char rbuf[ETH_DATA_LEN]; > + static char rbuf[65535]; we can use ETH_MAX_MTU.