make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_fwd.sh TEST__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:   1211 MB/s   985408 calls/s
# udp tx:   1797 MB/s    30491 calls/s  30491 msg/s
# udp rx:   1698 MB/s  1382811 calls/s
# udp tx:   1874 MB/s    31793 calls/s  31793 msg/s
# udp rx:   1632 MB/s  1328622 calls/s
# udp tx:   1880 MB/s    31899 calls/s  31899 msg/s
# UDP GRO fwd perf                        udp rx:   1607 MB/s  1307428 calls/s
# udp tx:   1836 MB/s    31153 calls/s  31153 msg/s
# udp rx:   1895 MB/s  1542937 calls/s
# udp tx:   1914 MB/s    32463 calls/s  32463 msg/s
# udp rx:   1826 MB/s  1486290 calls/s
# udp tx:   1838 MB/s    31182 calls/s  31182 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:   1339 MB/s  1087106 calls/s
# udp tx:   1850 MB/s    31389 calls/s  31389 msg/s
# udp rx:    941 MB/s   764215 calls/s
# udp tx:   1770 MB/s    30026 calls/s  30026 msg/s
# udp rx:   1520 MB/s  1231954 calls/s
# udp tx:   1913 MB/s    32450 calls/s  32450 msg/s
# UDP GRO fwd perf                        udp rx:   1004 MB/s   813513 calls/s
# udp tx:   1923 MB/s    32630 calls/s  32630 msg/s
# udp tx:   1956 MB/s    33188 calls/s  33188 msg/s
# udp rx:   1453 MB/s  1176634 calls/s
# udp tx:   1921 MB/s    32598 calls/s  32598 msg/s
# udp rx:   1365 MB/s  1105604 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__->