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:    959 MB/s   779133 calls/s
# udp tx:   1353 MB/s    22948 calls/s  22948 msg/s
# udp rx:   1122 MB/s   911163 calls/s
# udp tx:   1224 MB/s    20767 calls/s  20767 msg/s
# udp rx:   1043 MB/s   847262 calls/s
# udp tx:   1238 MB/s    21007 calls/s  21007 msg/s
# UDP GRO fwd perf                        udp rx:   1034 MB/s   838912 calls/s
# udp tx:   1243 MB/s    21088 calls/s  21088 msg/s
# udp rx:   1067 MB/s   865935 calls/s
# udp tx:   1243 MB/s    21096 calls/s  21096 msg/s
# udp rx:    920 MB/s   746692 calls/s
# udp tx:   1232 MB/s    20906 calls/s  20906 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:    619 MB/s   502800 calls/s
# udp tx:   1096 MB/s    18601 calls/s  18601 msg/s
# udp rx:   1010 MB/s   819994 calls/s
# udp tx:   1173 MB/s    19907 calls/s  19907 msg/s
# udp rx:   1063 MB/s   862727 calls/s
# udp tx:   1247 MB/s    21158 calls/s  21158 msg/s
# UDP GRO fwd perf                        udp rx:   1039 MB/s   845370 calls/s
# udp tx:   1173 MB/s    19897 calls/s  19897 msg/s
# udp rx:   1126 MB/s   915014 calls/s
# udp tx:   1230 MB/s    20875 calls/s  20875 msg/s
# udp rx:   1097 MB/s   891694 calls/s
# udp tx:   1202 MB/s    20395 calls/s  20395 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__->