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:   1296 MB/s  1054995 calls/s
# udp tx:   1840 MB/s    31221 calls/s  31221 msg/s
# udp rx:   1657 MB/s  1346488 calls/s
# udp tx:   1968 MB/s    33393 calls/s  33393 msg/s
# udp rx:   1935 MB/s  1574124 calls/s
# udp tx:   1973 MB/s    33474 calls/s  33474 msg/s
# UDP GRO fwd perf                        udp rx:   1866 MB/s  1519116 calls/s
# udp tx:   1945 MB/s    32996 calls/s  32996 msg/s
# udp rx:   1951 MB/s  1588412 calls/s
# udp tx:   1958 MB/s    33216 calls/s  33216 msg/s
# udp rx:   1970 MB/s  1603908 calls/s
# udp tx:   1980 MB/s    33592 calls/s  33592 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:   1267 MB/s  1029537 calls/s
# udp tx:   1704 MB/s    28907 calls/s  28907 msg/s
# udp rx:   1409 MB/s  1144676 calls/s
# udp tx:   1741 MB/s    29539 calls/s  29539 msg/s
# udp rx:   1394 MB/s  1130802 calls/s
# udp tx:   1910 MB/s    32404 calls/s  32404 msg/s
# UDP GRO fwd perf                        udp rx:   1337 MB/s  1085497 calls/s
# udp tx:   1643 MB/s    27878 calls/s  27878 msg/s
# udp rx:   1190 MB/s   969468 calls/s
# udp tx:   1193 MB/s    20236 calls/s  20236 msg/s
# udp rx:   1201 MB/s   978242 calls/s
# udp tx:   1204 MB/s    20430 calls/s  20430 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__->