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:   1744 MB/s  1419973 calls/s
# udp tx:   1840 MB/s    31214 calls/s  31214 msg/s
# udp tx:   1954 MB/s    33146 calls/s  33146 msg/s
# udp rx:   1844 MB/s  1501799 calls/s
# udp tx:   1925 MB/s    32654 calls/s  32654 msg/s
# udp rx:   1791 MB/s  1458754 calls/s
# UDP GRO fwd perf                        udp rx:   1864 MB/s  1517524 calls/s
# udp tx:   1937 MB/s    32867 calls/s  32867 msg/s
# udp rx:   1898 MB/s  1545351 calls/s
# udp tx:   1908 MB/s    32368 calls/s  32368 msg/s
# udp rx:   1935 MB/s  1575402 calls/s
# udp tx:   1939 MB/s    32897 calls/s  32897 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:   1624 MB/s  1322254 calls/s
# udp tx:   1910 MB/s    32399 calls/s  32399 msg/s
# udp rx:   1935 MB/s  1575860 calls/s
# udp tx:   1947 MB/s    33026 calls/s  33026 msg/s
# udp rx:   1892 MB/s  1540533 calls/s
# udp tx:   1939 MB/s    32894 calls/s  32894 msg/s
# UDP GRO fwd perf                        udp rx:   1507 MB/s  1226478 calls/s
# udp tx:   1942 MB/s    32938 calls/s  32938 msg/s
# udp rx:   1941 MB/s  1580453 calls/s
# udp tx:   1956 MB/s    33188 calls/s  33188 msg/s
# udp rx:   1935 MB/s  1575294 calls/s
# udp tx:   1947 MB/s    33039 calls/s  33039 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__->