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:   1319 MB/s  1073125 calls/s
# udp tx:   1911 MB/s    32414 calls/s  32414 msg/s
# udp rx:   1953 MB/s  1589236 calls/s
# udp tx:   1991 MB/s    33774 calls/s  33774 msg/s
# udp rx:   1980 MB/s  1611952 calls/s
# udp tx:   1999 MB/s    33916 calls/s  33916 msg/s
# UDP GRO fwd perf                        udp tx:   1922 MB/s    32609 calls/s  32609 msg/s
# udp rx:   1787 MB/s  1452633 calls/s
# udp tx:   1971 MB/s    33442 calls/s  33442 msg/s
# udp rx:   1899 MB/s  1544272 calls/s
# udp tx:   1983 MB/s    33645 calls/s  33645 msg/s
# udp rx:   1928 MB/s  1567196 calls/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:    990 MB/s   805207 calls/s
# udp tx:   1258 MB/s    21349 calls/s  21349 msg/s
# udp rx:    981 MB/s   796337 calls/s
# udp tx:   1298 MB/s    22023 calls/s  22023 msg/s
# udp rx:   1055 MB/s   857128 calls/s
# udp tx:   1302 MB/s    22098 calls/s  22098 msg/s
# UDP GRO fwd perf                        udp rx:   1202 MB/s   978232 calls/s
# udp tx:   1301 MB/s    22074 calls/s  22074 msg/s
# udp rx:   1289 MB/s  1049546 calls/s
# udp tx:   1312 MB/s    22267 calls/s  22267 msg/s
# udp rx:   1289 MB/s  1048974 calls/s
# udp tx:   1321 MB/s    22415 calls/s  22415 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__->