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:   1855 MB/s  1508909 calls/s
# udp tx:   1946 MB/s    33016 calls/s  33016 msg/s
# udp rx:   1923 MB/s  1564121 calls/s
# udp tx:   1948 MB/s    33045 calls/s  33045 msg/s
# udp rx:   1926 MB/s  1566930 calls/s
# udp tx:   1952 MB/s    33109 calls/s  33109 msg/s
# UDP GRO fwd perf                        udp rx:   1417 MB/s  1152791 calls/s
# udp tx:   1889 MB/s    32040 calls/s  32040 msg/s
# udp rx:   1179 MB/s   959843 calls/s
# udp tx:   1886 MB/s    32003 calls/s  32003 msg/s
# udp rx:   1608 MB/s  1307849 calls/s
# udp tx:   1873 MB/s    31769 calls/s  31769 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:   1083 MB/s   879343 calls/s
# udp tx:   1786 MB/s    30306 calls/s  30306 msg/s
# udp rx:   1527 MB/s  1240342 calls/s
# udp tx:   1777 MB/s    30156 calls/s  30156 msg/s
# udp rx:   1625 MB/s  1319738 calls/s
# udp tx:   1751 MB/s    29700 calls/s  29700 msg/s
# UDP GRO fwd perf                        udp rx:   1496 MB/s  1212298 calls/s
# udp tx:   1922 MB/s    32609 calls/s  32609 msg/s
# udp rx:   1522 MB/s  1233512 calls/s
# udp tx:   1930 MB/s    32736 calls/s  32736 msg/s
# udp rx:   1508 MB/s  1222350 calls/s
# udp tx:   1928 MB/s    32705 calls/s  32705 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__->