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:   1505 MB/s  1224690 calls/s
# udp tx:   1877 MB/s    31845 calls/s  31845 msg/s
# udp rx:   1911 MB/s  1556396 calls/s
# udp tx:   1917 MB/s    32517 calls/s  32517 msg/s
# udp rx:   1949 MB/s  1586616 calls/s
# udp tx:   1956 MB/s    33179 calls/s  33179 msg/s
# UDP GRO fwd perf                        udp rx:   1615 MB/s  1311822 calls/s
# udp tx:   1970 MB/s    33413 calls/s  33413 msg/s
# udp rx:   1854 MB/s  1507953 calls/s
# udp tx:   1959 MB/s    33232 calls/s  33232 msg/s
# udp rx:   1952 MB/s  1589847 calls/s
# udp tx:   1959 MB/s    33229 calls/s  33229 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:   1403 MB/s  1138026 calls/s
# udp tx:   1884 MB/s    31963 calls/s  31963 msg/s
# udp rx:   1573 MB/s  1274494 calls/s
# udp tx:   1968 MB/s    33385 calls/s  33385 msg/s
# udp rx:   1726 MB/s  1398540 calls/s
# udp tx:   1936 MB/s    32848 calls/s  32848 msg/s
# UDP GRO fwd perf                        udp rx:   1295 MB/s  1050278 calls/s
# udp tx:   1949 MB/s    33073 calls/s  33073 msg/s
# udp rx:   1472 MB/s  1192526 calls/s
# udp tx:   1969 MB/s    33407 calls/s  33407 msg/s
# udp rx:   1649 MB/s  1336218 calls/s
# udp tx:   1958 MB/s    33219 calls/s  33219 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__->