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 tx:   1818 MB/s    30843 calls/s  30843 msg/s
# udp rx:   1454 MB/s  1183772 calls/s
# udp tx:   1733 MB/s    29397 calls/s  29397 msg/s
# udp rx:   1304 MB/s  1061226 calls/s
# udp tx:   1295 MB/s    21967 calls/s  21967 msg/s
# udp rx:   1283 MB/s  1044653 calls/s
# UDP GRO fwd perf                        udp rx:   1773 MB/s  1443339 calls/s
# udp tx:   1860 MB/s    31557 calls/s  31557 msg/s
# udp rx:   1936 MB/s  1576574 calls/s
# udp tx:   1946 MB/s    33007 calls/s  33007 msg/s
# udp rx:   1938 MB/s  1578184 calls/s
# udp tx:   1947 MB/s    33027 calls/s  33027 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:   1519 MB/s  1234488 calls/s
# udp tx:   1823 MB/s    30927 calls/s  30927 msg/s
# udp rx:   1880 MB/s  1528206 calls/s
# udp tx:   1940 MB/s    32918 calls/s  32918 msg/s
# udp rx:   1624 MB/s  1321646 calls/s
# udp tx:   1931 MB/s    32756 calls/s  32756 msg/s
# UDP GRO fwd perf                        udp rx:   1771 MB/s  1437935 calls/s
# udp tx:   1937 MB/s    32857 calls/s  32857 msg/s
# udp rx:   1889 MB/s  1535309 calls/s
# udp tx:   1941 MB/s    32931 calls/s  32931 msg/s
# udp rx:   1802 MB/s  1464299 calls/s
# udp tx:   1920 MB/s    32568 calls/s  32568 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__->