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:   1662 MB/s  1353434 calls/s
# udp tx:   1746 MB/s    29617 calls/s  29617 msg/s
# udp rx:   1816 MB/s  1478953 calls/s
# udp tx:   1799 MB/s    30513 calls/s  30513 msg/s
# udp rx:   1234 MB/s  1005214 calls/s
# udp tx:   1235 MB/s    20956 calls/s  20956 msg/s
# UDP GRO fwd perf                        udp rx:   1724 MB/s  1403626 calls/s
# udp tx:   1839 MB/s    31200 calls/s  31200 msg/s
# udp rx:   1831 MB/s  1491249 calls/s
# udp tx:   1916 MB/s    32504 calls/s  32504 msg/s
# udp rx:   1778 MB/s  1448136 calls/s
# udp tx:   1916 MB/s    32510 calls/s  32510 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:   1375 MB/s  1116869 calls/s
# udp tx:   1897 MB/s    32178 calls/s  32178 msg/s
# udp rx:   1800 MB/s  1462751 calls/s
# udp tx:   1840 MB/s    31221 calls/s  31221 msg/s
# udp rx:   1885 MB/s  1533820 calls/s
# udp tx:   1914 MB/s    32468 calls/s  32468 msg/s
# UDP GRO fwd perf                        udp rx:   1785 MB/s  1448778 calls/s
# udp tx:   1930 MB/s    32737 calls/s  32737 msg/s
# udp rx:   1858 MB/s  1508731 calls/s
# udp tx:   1932 MB/s    32777 calls/s  32777 msg/s
# udp rx:   1730 MB/s  1404691 calls/s
# udp tx:   1855 MB/s    31478 calls/s  31478 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__->