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:   1316 MB/s  1071771 calls/s
# udp tx:   1803 MB/s    30589 calls/s  30589 msg/s
# udp rx:   1820 MB/s  1481089 calls/s
# udp tx:   1936 MB/s    32836 calls/s  32836 msg/s
# udp rx:   1927 MB/s  1569162 calls/s
# udp tx:   1938 MB/s    32872 calls/s  32872 msg/s
# UDP GRO fwd perf                        udp rx:   1144 MB/s   931025 calls/s
# udp tx:   1961 MB/s    33274 calls/s  33274 msg/s
# udp rx:   1586 MB/s  1291236 calls/s
# udp tx:   1957 MB/s    33203 calls/s  33203 msg/s
# udp rx:   1435 MB/s  1166181 calls/s
# udp tx:   1784 MB/s    30271 calls/s  30271 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:   1066 MB/s   866075 calls/s
# udp tx:   1274 MB/s    21618 calls/s  21618 msg/s
# udp rx:    987 MB/s   800691 calls/s
# udp tx:   1299 MB/s    22040 calls/s  22040 msg/s
# udp rx:    870 MB/s   704938 calls/s
# udp tx:   1298 MB/s    22027 calls/s  22027 msg/s
# UDP GRO fwd perf                        udp rx:    916 MB/s   742879 calls/s
# udp tx:   1299 MB/s    22045 calls/s  22045 msg/s
# udp rx:    992 MB/s   804384 calls/s
# udp tx:   1300 MB/s    22053 calls/s  22053 msg/s
# udp rx:    952 MB/s   771534 calls/s
# udp tx:   1295 MB/s    21968 calls/s  21968 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__->