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:   1775 MB/s  1443740 calls/s
# udp tx:   1909 MB/s    32381 calls/s  32381 msg/s
# udp rx:   1920 MB/s  1563730 calls/s
# udp tx:   1940 MB/s    32908 calls/s  32908 msg/s
# udp rx:   1917 MB/s  1560623 calls/s
# udp tx:   1941 MB/s    32921 calls/s  32921 msg/s
# UDP GRO fwd perf                        udp rx:   1783 MB/s  1451510 calls/s
# udp tx:   1863 MB/s    31601 calls/s  31601 msg/s
# udp rx:   1939 MB/s  1579172 calls/s
# udp tx:   1961 MB/s    33269 calls/s  33269 msg/s
# udp rx:   1938 MB/s  1578224 calls/s
# udp tx:   1962 MB/s    33286 calls/s  33286 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:   1354 MB/s  1100880 calls/s
# udp tx:   1690 MB/s    28671 calls/s  28671 msg/s
# udp rx:   1808 MB/s  1468607 calls/s
# udp tx:   1882 MB/s    31924 calls/s  31924 msg/s
# udp rx:   1882 MB/s  1528340 calls/s
# udp tx:   1946 MB/s    33008 calls/s  33008 msg/s
# UDP GRO fwd perf                        udp rx:   1559 MB/s  1265378 calls/s
# udp tx:   1875 MB/s    31816 calls/s  31816 msg/s
# udp rx:   1838 MB/s  1492533 calls/s
# udp tx:   1924 MB/s    32644 calls/s  32644 msg/s
# udp tx:   1586 MB/s    26908 calls/s  26908 msg/s
# udp rx:    512 MB/s   415252 calls/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__->