make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_fwd.sh TEST__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:   1445 MB/s  1173714 calls/s
# udp tx:   1954 MB/s    33145 calls/s  33145 msg/s
# udp rx:   1404 MB/s  1140264 calls/s
# udp tx:   1973 MB/s    33465 calls/s  33465 msg/s
# udp rx:   1802 MB/s  1466587 calls/s
# udp tx:   1969 MB/s    33403 calls/s  33403 msg/s
# UDP GRO fwd perf                        udp rx:    591 MB/s   480123 calls/s
# udp tx:   1502 MB/s    25479 calls/s  25479 msg/s
# udp rx:   1036 MB/s   839406 calls/s
# udp tx:   1353 MB/s    22958 calls/s  22958 msg/s
# udp rx:   1042 MB/s   844561 calls/s
# udp tx:   1354 MB/s    22981 calls/s  22981 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:   1301 MB/s  1056846 calls/s
# udp tx:   1895 MB/s    32143 calls/s  32143 msg/s
# udp rx:   1552 MB/s  1258615 calls/s
# udp tx:   1927 MB/s    32684 calls/s  32684 msg/s
# udp rx:   1544 MB/s  1252004 calls/s
# udp tx:   1928 MB/s    32710 calls/s  32710 msg/s
# UDP GRO fwd perf                        udp rx:   1198 MB/s   971436 calls/s
# udp tx:   1833 MB/s    31090 calls/s  31090 msg/s
# udp rx:   1639 MB/s  1329560 calls/s
# udp tx:   1817 MB/s    30827 calls/s  30827 msg/s
# udp rx:   1661 MB/s  1346480 calls/s
# udp tx:   1889 MB/s    32046 calls/s  32046 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__->