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:   1795 MB/s  1461287 calls/s
# udp tx:   1878 MB/s    31865 calls/s  31865 msg/s
# udp rx:   1708 MB/s  1391057 calls/s
# udp tx:   1937 MB/s    32868 calls/s  32868 msg/s
# udp rx:   1923 MB/s  1566241 calls/s
# udp tx:   1939 MB/s    32888 calls/s  32888 msg/s
# UDP GRO fwd perf                        udp rx:   1830 MB/s  1490372 calls/s
# udp tx:   1916 MB/s    32508 calls/s  32508 msg/s
# udp rx:   1924 MB/s  1566891 calls/s
# udp tx:   1939 MB/s    32887 calls/s  32887 msg/s
# udp rx:   1876 MB/s  1527381 calls/s
# udp tx:   1883 MB/s    31948 calls/s  31948 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:   1634 MB/s  1328946 calls/s
# udp tx:   1800 MB/s    30541 calls/s  30541 msg/s
# udp rx:   1402 MB/s  1138612 calls/s
# udp tx:   1908 MB/s    32371 calls/s  32371 msg/s
# udp rx:   1698 MB/s  1379153 calls/s
# udp tx:   1918 MB/s    32534 calls/s  32534 msg/s
# UDP GRO fwd perf                        udp rx:   1766 MB/s  1437674 calls/s
# udp tx:   1922 MB/s    32606 calls/s  32606 msg/s
# udp rx:   1885 MB/s  1534725 calls/s
# udp tx:   1920 MB/s    32570 calls/s  32570 msg/s
# udp rx:   1379 MB/s  1121226 calls/s
# udp tx:   1906 MB/s    32329 calls/s  32329 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__->