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:   1808 MB/s  1471130 calls/s
# udp tx:   1937 MB/s    32855 calls/s  32855 msg/s
# udp rx:   1665 MB/s  1355735 calls/s
# udp tx:   1661 MB/s    28182 calls/s  28182 msg/s
# udp rx:   1301 MB/s  1059834 calls/s
# udp tx:   1325 MB/s    22480 calls/s  22480 msg/s
# UDP GRO fwd perf                        udp rx:   1235 MB/s  1005486 calls/s
# udp tx:   1304 MB/s    22121 calls/s  22121 msg/s
# udp rx:   1286 MB/s  1047095 calls/s
# udp tx:   1310 MB/s    22219 calls/s  22219 msg/s
# udp rx:   1337 MB/s  1088844 calls/s
# udp tx:   1353 MB/s    22957 calls/s  22957 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:   1356 MB/s  1099994 calls/s
# udp tx:   1887 MB/s    32007 calls/s  32007 msg/s
# udp rx:   1738 MB/s  1409531 calls/s
# udp tx:   1943 MB/s    32957 calls/s  32957 msg/s
# udp rx:   1737 MB/s  1408170 calls/s
# udp tx:   1967 MB/s    33370 calls/s  33370 msg/s
# UDP GRO fwd perf                        udp rx:   1668 MB/s  1353449 calls/s
# udp tx:   1895 MB/s    32154 calls/s  32154 msg/s
# udp rx:   1710 MB/s  1387010 calls/s
# udp tx:   1875 MB/s    31815 calls/s  31815 msg/s
# udp rx:   1792 MB/s  1454274 calls/s
# udp tx:   1938 MB/s    32878 calls/s  32878 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__->