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:   1284 MB/s  1045157 calls/s
# udp tx:   1788 MB/s    30333 calls/s  30333 msg/s
# udp rx:   1713 MB/s  1394646 calls/s
# udp tx:   1948 MB/s    33040 calls/s  33040 msg/s
# udp rx:   1518 MB/s  1235628 calls/s
# udp tx:   1963 MB/s    33308 calls/s  33308 msg/s
# UDP GRO fwd perf                        udp rx:   1701 MB/s  1382470 calls/s
# udp tx:   1949 MB/s    33063 calls/s  33063 msg/s
# udp rx:   1728 MB/s  1403921 calls/s
# udp tx:   1952 MB/s    33112 calls/s  33112 msg/s
# udp rx:   1876 MB/s  1526554 calls/s
# udp tx:   1946 MB/s    33011 calls/s  33011 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:   1001 MB/s   814912 calls/s
# udp tx:   1194 MB/s    20262 calls/s  20262 msg/s
# udp rx:    918 MB/s   748113 calls/s
# udp tx:   1250 MB/s    21203 calls/s  21203 msg/s
# udp rx:   1180 MB/s   960879 calls/s
# udp tx:   1221 MB/s    20718 calls/s  20718 msg/s
# UDP GRO fwd perf                        udp rx:    774 MB/s   630677 calls/s
# udp tx:   1231 MB/s    20885 calls/s  20885 msg/s
# udp rx:   1189 MB/s   966963 calls/s
# udp tx:   1436 MB/s    24364 calls/s  24364 msg/s
# udp rx:   1550 MB/s  1258026 calls/s
# udp tx:   1846 MB/s    31318 calls/s  31318 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__->