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:   1521 MB/s  1237973 calls/s
# udp tx:   1859 MB/s    31540 calls/s  31540 msg/s
# udp rx:   1877 MB/s  1528355 calls/s
# udp tx:   1911 MB/s    32417 calls/s  32417 msg/s
# udp rx:   1786 MB/s  1454006 calls/s
# udp tx:   1916 MB/s    32498 calls/s  32498 msg/s
# UDP GRO fwd perf                        udp rx:   1685 MB/s  1372276 calls/s
# udp tx:   1775 MB/s    30111 calls/s  30111 msg/s
# udp rx:   1907 MB/s  1553110 calls/s
# udp tx:   1890 MB/s    32068 calls/s  32068 msg/s
# udp rx:   1731 MB/s  1409368 calls/s
# udp tx:   1757 MB/s    29808 calls/s  29808 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:   1396 MB/s  1134445 calls/s
# udp tx:   1794 MB/s    30429 calls/s  30429 msg/s
# udp rx:   1667 MB/s  1354881 calls/s
# udp tx:   1808 MB/s    30676 calls/s  30676 msg/s
# udp rx:   1889 MB/s  1535937 calls/s
# udp tx:   1923 MB/s    32621 calls/s  32621 msg/s
# UDP GRO fwd perf                        udp rx:   1775 MB/s  1444694 calls/s
# udp tx:   1869 MB/s    31708 calls/s  31708 msg/s
# udp rx:   1771 MB/s  1441587 calls/s
# udp tx:   1845 MB/s    31301 calls/s  31301 msg/s
# udp rx:   1868 MB/s  1519737 calls/s
# udp tx:   1896 MB/s    32172 calls/s  32172 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__->