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:   1656 MB/s  1346230 calls/s
# udp tx:   1969 MB/s    33401 calls/s  33401 msg/s
# udp rx:   1730 MB/s  1409049 calls/s
# udp tx:   1926 MB/s    32676 calls/s  32676 msg/s
# udp rx:   1933 MB/s  1574064 calls/s
# udp tx:   1962 MB/s    33282 calls/s  33282 msg/s
# UDP GRO fwd perf                        udp rx:   1564 MB/s  1273273 calls/s
# udp tx:   1936 MB/s    32847 calls/s  32847 msg/s
# udp rx:   1785 MB/s  1452510 calls/s
# udp tx:   1909 MB/s    32392 calls/s  32392 msg/s
# udp rx:   1740 MB/s  1416043 calls/s
# udp tx:   1905 MB/s    32317 calls/s  32317 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:   1479 MB/s  1202134 calls/s
# udp tx:   1872 MB/s    31759 calls/s  31759 msg/s
# udp rx:   1844 MB/s  1498177 calls/s
# udp tx:   1891 MB/s    32078 calls/s  32078 msg/s
# udp rx:   1837 MB/s  1494275 calls/s
# udp tx:   1882 MB/s    31934 calls/s  31934 msg/s
# UDP GRO fwd perf                        udp rx:   1711 MB/s  1389150 calls/s
# udp tx:   1882 MB/s    31936 calls/s  31936 msg/s
# udp rx:   1837 MB/s  1491186 calls/s
# udp tx:   1908 MB/s    32374 calls/s  32374 msg/s
# udp rx:   1337 MB/s  1084839 calls/s
# udp tx:   1816 MB/s    30809 calls/s  30809 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__->