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:   1485 MB/s  1207952 calls/s
# udp tx:   1878 MB/s    31869 calls/s  31869 msg/s
# udp rx:   1690 MB/s  1376333 calls/s
# udp tx:   1942 MB/s    32949 calls/s  32949 msg/s
# udp rx:   1920 MB/s  1563273 calls/s
# udp tx:   1923 MB/s    32632 calls/s  32632 msg/s
# UDP GRO fwd perf                        udp rx:   1661 MB/s  1349805 calls/s
# udp tx:   1854 MB/s    31448 calls/s  31448 msg/s
# udp rx:   1836 MB/s  1491772 calls/s
# udp tx:   1895 MB/s    32153 calls/s  32153 msg/s
# udp rx:   1881 MB/s  1527882 calls/s
# udp tx:   1927 MB/s    32690 calls/s  32690 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:   1209 MB/s   981670 calls/s
# udp tx:   1801 MB/s    30563 calls/s  30563 msg/s
# udp rx:   1794 MB/s  1454458 calls/s
# udp tx:   1926 MB/s    32677 calls/s  32677 msg/s
# udp rx:   1797 MB/s  1457356 calls/s
# udp tx:   1926 MB/s    32668 calls/s  32668 msg/s
# UDP GRO fwd perf                        udp rx:   1663 MB/s  1348971 calls/s
# udp tx:   1898 MB/s    32208 calls/s  32208 msg/s
# udp rx:   1682 MB/s  1363721 calls/s
# udp tx:   1943 MB/s    32962 calls/s  32962 msg/s
# udp rx:   1725 MB/s  1398384 calls/s
# udp tx:   1939 MB/s    32901 calls/s  32901 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__->