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:   1540 MB/s  1254103 calls/s
# udp tx:   1873 MB/s    31773 calls/s  31773 msg/s
# udp tx:   1902 MB/s    32276 calls/s  32276 msg/s
# udp rx:   1834 MB/s  1493165 calls/s
# udp tx:   1950 MB/s    33074 calls/s  33074 msg/s
# udp rx:   1859 MB/s  1513893 calls/s
# UDP GRO fwd perf                        udp rx:   1696 MB/s  1381003 calls/s
# udp tx:   1790 MB/s    30366 calls/s  30366 msg/s
# udp rx:   1935 MB/s  1575816 calls/s
# udp tx:   1938 MB/s    32879 calls/s  32879 msg/s
# udp rx:   1936 MB/s  1576479 calls/s
# udp tx:   1950 MB/s    33090 calls/s  33090 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:   1101 MB/s   896814 calls/s
# udp tx:   1175 MB/s    19945 calls/s  19945 msg/s
# udp rx:   1216 MB/s   990395 calls/s
# udp tx:   1236 MB/s    20975 calls/s  20975 msg/s
# udp rx:    908 MB/s   739881 calls/s
# udp tx:   1217 MB/s    20656 calls/s  20656 msg/s
# UDP GRO fwd perf                        udp rx:   1544 MB/s  1251779 calls/s
# udp tx:   1965 MB/s    33331 calls/s  33331 msg/s
# udp rx:   1691 MB/s  1370757 calls/s
# udp tx:   1965 MB/s    33343 calls/s  33343 msg/s
# udp rx:   1732 MB/s  1403904 calls/s
# udp tx:   1967 MB/s    33366 calls/s  33366 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__->