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:   1655 MB/s  1347823 calls/s
# udp tx:   1779 MB/s    30175 calls/s  30175 msg/s
# udp rx:   1869 MB/s  1521666 calls/s
# udp tx:   1898 MB/s    32208 calls/s  32208 msg/s
# udp rx:   1938 MB/s  1578518 calls/s
# udp tx:   1955 MB/s    33161 calls/s  33161 msg/s
# UDP GRO fwd perf                        udp rx:   1624 MB/s  1322454 calls/s
# udp tx:   1876 MB/s    31823 calls/s  31823 msg/s
# udp rx:   1937 MB/s  1577418 calls/s
# udp tx:   1955 MB/s    33170 calls/s  33170 msg/s
# udp rx:   1939 MB/s  1578755 calls/s
# udp tx:   1956 MB/s    33189 calls/s  33189 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:   1410 MB/s  1146101 calls/s
# udp tx:   1821 MB/s    30894 calls/s  30894 msg/s
# udp rx:   1006 MB/s   818398 calls/s
# udp tx:   1755 MB/s    29781 calls/s  29781 msg/s
# udp rx:   1489 MB/s  1210508 calls/s
# udp tx:   1863 MB/s    31610 calls/s  31610 msg/s
# UDP GRO fwd perf                        udp rx:   1508 MB/s  1226153 calls/s
# udp tx:   1898 MB/s    32207 calls/s  32207 msg/s
# udp rx:   1795 MB/s  1459749 calls/s
# udp tx:   1854 MB/s    31448 calls/s  31448 msg/s
# udp rx:   1802 MB/s  1466694 calls/s
# udp tx:   1823 MB/s    30930 calls/s  30930 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__->