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:   1183 MB/s   963285 calls/s
# udp tx:   1714 MB/s    29085 calls/s  29085 msg/s
# udp rx:   1828 MB/s  1488135 calls/s
# udp tx:   1809 MB/s    30690 calls/s  30690 msg/s
# udp rx:   1746 MB/s  1421969 calls/s
# udp tx:   1774 MB/s    30104 calls/s  30104 msg/s
# UDP GRO fwd perf                        udp rx:   1821 MB/s  1482440 calls/s
# udp tx:   1944 MB/s    32982 calls/s  32982 msg/s
# udp rx:   1929 MB/s  1570468 calls/s
# udp tx:   1950 MB/s    33088 calls/s  33088 msg/s
# udp rx:   1865 MB/s  1518282 calls/s
# udp tx:   1955 MB/s    33164 calls/s  33164 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:   1594 MB/s  1293649 calls/s
# udp tx:   1832 MB/s    31081 calls/s  31081 msg/s
# udp rx:   1762 MB/s  1430030 calls/s
# udp tx:   1906 MB/s    32329 calls/s  32329 msg/s
# udp rx:   1854 MB/s  1505235 calls/s
# udp tx:   1915 MB/s    32482 calls/s  32482 msg/s
# UDP GRO fwd perf                        udp rx:   1726 MB/s  1399929 calls/s
# udp tx:   1922 MB/s    32613 calls/s  32613 msg/s
# udp rx:   1831 MB/s  1485701 calls/s
# udp tx:   1925 MB/s    32665 calls/s  32665 msg/s
# udp rx:   1840 MB/s  1492915 calls/s
# udp tx:   1930 MB/s    32737 calls/s  32737 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__->