make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_fwd.sh TESST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-1/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: udpgro_fwd.sh
# IPv4
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1644 MB/s  1339103 calls/s
# udp tx:   1887 MB/s    32009 calls/s  32009 msg/s
# udp rx:   1840 MB/s  1498332 calls/s
# udp tx:   1895 MB/s    32148 calls/s  32148 msg/s
# udp rx:   1763 MB/s  1435593 calls/s
# udp tx:   1760 MB/s    29866 calls/s  29866 msg/s
# UDP GRO fwd perf                        udp rx:   1347 MB/s  1096746 calls/s
# udp tx:   1875 MB/s    31811 calls/s  31811 msg/s
# udp rx:   1933 MB/s  1574340 calls/s
# udp tx:   1940 MB/s    32904 calls/s  32904 msg/s
# udp rx:   1869 MB/s  1521613 calls/s
# udp tx:   1943 MB/s    32964 calls/s  32964 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1467 MB/s  1191762 calls/s
# udp tx:   1746 MB/s    29618 calls/s  29618 msg/s
# udp rx:   1573 MB/s  1278512 calls/s
# udp tx:   1704 MB/s    28914 calls/s  28914 msg/s
# udp rx:   1715 MB/s  1395064 calls/s
# udp tx:   1853 MB/s    31444 calls/s  31444 msg/s
# UDP GRO fwd perf                        udp rx:   1556 MB/s  1263949 calls/s
# udp tx:   1809 MB/s    30697 calls/s  30697 msg/s
# udp rx:   1701 MB/s  1381896 calls/s
# udp tx:   1912 MB/s    32435 calls/s  32435 msg/s
# udp rx:   1586 MB/s  1287471 calls/s
# udp tx:   1878 MB/s    31857 calls/s  31857 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
ok 1 selftests: net: udpgro_fwd.sh
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->