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:   1532 MB/s  1247202 calls/s
# udp tx:   1815 MB/s    30794 calls/s  30794 msg/s
# udp rx:   1829 MB/s  1489332 calls/s
# udp tx:   1976 MB/s    33522 calls/s  33522 msg/s
# udp rx:   1752 MB/s  1426627 calls/s
# udp tx:   1969 MB/s    33403 calls/s  33403 msg/s
# UDP GRO fwd perf                        udp rx:   1666 MB/s  1356400 calls/s
# udp tx:   1902 MB/s    32264 calls/s  32264 msg/s
# udp rx:   1849 MB/s  1505509 calls/s
# udp tx:   1888 MB/s    32022 calls/s  32022 msg/s
# udp rx:   1927 MB/s  1568161 calls/s
# udp tx:   1959 MB/s    33237 calls/s  33237 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:   1701 MB/s  1383666 calls/s
# udp tx:   1887 MB/s    32007 calls/s  32007 msg/s
# udp rx:   1781 MB/s  1447693 calls/s
# udp tx:   1917 MB/s    32524 calls/s  32524 msg/s
# udp rx:   1846 MB/s  1499367 calls/s
# udp tx:   1946 MB/s    33009 calls/s  33009 msg/s
# UDP GRO fwd perf                        udp rx:   1536 MB/s  1246617 calls/s
# udp tx:   1925 MB/s    32652 calls/s  32652 msg/s
# udp rx:   1832 MB/s  1486168 calls/s
# udp tx:   1974 MB/s    33487 calls/s  33487 msg/s
# udp rx:   1412 MB/s  1144815 calls/s
# udp tx:   1959 MB/s    33232 calls/s  33232 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__->