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:   1292 MB/s  1052235 calls/s
# udp tx:   1623 MB/s    27538 calls/s  27538 msg/s
# udp rx:   1848 MB/s  1505088 calls/s
# udp tx:   1865 MB/s    31642 calls/s  31642 msg/s
# udp rx:   1887 MB/s  1536637 calls/s
# udp tx:   1912 MB/s    32430 calls/s  32430 msg/s
# UDP GRO fwd perf                        udp rx:   1702 MB/s  1385667 calls/s
# udp tx:   1889 MB/s    32048 calls/s  32048 msg/s
# udp rx:   1535 MB/s  1247261 calls/s
# udp tx:   1950 MB/s    33086 calls/s  33086 msg/s
# udp rx:   1436 MB/s  1166093 calls/s
# udp tx:   1942 MB/s    32950 calls/s  32950 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:   1252 MB/s  1014615 calls/s
# udp tx:   1889 MB/s    32054 calls/s  32054 msg/s
# udp rx:   1603 MB/s  1299620 calls/s
# udp tx:   1944 MB/s    32976 calls/s  32976 msg/s
# udp rx:   1574 MB/s  1275648 calls/s
# udp tx:   1941 MB/s    32922 calls/s  32922 msg/s
# UDP GRO fwd perf                        udp rx:   1576 MB/s  1279238 calls/s
# udp tx:   1845 MB/s    31302 calls/s  31302 msg/s
# udp rx:   1589 MB/s  1288021 calls/s
# udp tx:   1921 MB/s    32585 calls/s  32585 msg/s
# udp rx:   1708 MB/s  1383923 calls/s
# udp tx:   1938 MB/s    32872 calls/s  32872 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__->