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:   1579 MB/s  1285519 calls/s
# udp tx:   1891 MB/s    32083 calls/s  32083 msg/s
# udp rx:   1770 MB/s  1441672 calls/s
# udp tx:   1882 MB/s    31935 calls/s  31935 msg/s
# udp rx:   1895 MB/s  1542981 calls/s
# udp tx:   1900 MB/s    32241 calls/s  32241 msg/s
# UDP GRO fwd perf                        udp rx:   1519 MB/s  1235614 calls/s
# udp tx:   1949 MB/s    33060 calls/s  33060 msg/s
# udp rx:   1752 MB/s  1426758 calls/s
# udp tx:   1957 MB/s    33197 calls/s  33197 msg/s
# udp rx:   1755 MB/s  1427695 calls/s
# udp tx:   1959 MB/s    33240 calls/s  33240 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:   1093 MB/s   888935 calls/s
# udp tx:   1222 MB/s    20734 calls/s  20734 msg/s
# udp rx:   1187 MB/s   966626 calls/s
# udp tx:   1213 MB/s    20583 calls/s  20583 msg/s
# udp rx:   1009 MB/s   820845 calls/s
# udp tx:   1258 MB/s    21340 calls/s  21340 msg/s
# UDP GRO fwd perf                        udp rx:   1162 MB/s   944553 calls/s
# udp tx:   1312 MB/s    22256 calls/s  22256 msg/s
# udp rx:   1239 MB/s  1007403 calls/s
# udp tx:   1317 MB/s    22347 calls/s  22347 msg/s
# udp rx:    658 MB/s   535555 calls/s
# udp tx:   1163 MB/s    19740 calls/s  19740 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__->