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:   1642 MB/s  1336939 calls/s
# udp tx:   1949 MB/s    33070 calls/s  33070 msg/s
# udp rx:   1943 MB/s  1582130 calls/s
# udp tx:   1951 MB/s    33092 calls/s  33092 msg/s
# udp rx:   1946 MB/s  1584344 calls/s
# udp tx:   1953 MB/s    33138 calls/s  33138 msg/s
# UDP GRO fwd perf                        udp rx:   1811 MB/s  1474184 calls/s
# udp tx:   1897 MB/s    32176 calls/s  32176 msg/s
# udp rx:   1923 MB/s  1566138 calls/s
# udp tx:   1931 MB/s    32767 calls/s  32767 msg/s
# udp rx:   1790 MB/s  1457535 calls/s
# udp tx:   1946 MB/s    33010 calls/s  33010 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:   1007 MB/s   819071 calls/s
# udp tx:   1196 MB/s    20296 calls/s  20296 msg/s
# udp rx:   1137 MB/s   924803 calls/s
# udp tx:   1307 MB/s    22168 calls/s  22168 msg/s
# udp rx:   1159 MB/s   942469 calls/s
# udp tx:   1312 MB/s    22258 calls/s  22258 msg/s
# UDP GRO fwd perf                        udp rx:   1072 MB/s   871366 calls/s
# udp tx:   1256 MB/s    21314 calls/s  21314 msg/s
# udp rx:   1241 MB/s  1008629 calls/s
# udp tx:   1366 MB/s    23181 calls/s  23181 msg/s
# udp rx:   1187 MB/s   964637 calls/s
# udp tx:   1346 MB/s    22837 calls/s  22837 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__->