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:   1683 MB/s  1365837 calls/s
# udp tx:   1855 MB/s    31474 calls/s  31474 msg/s
# udp rx:   1554 MB/s  1260508 calls/s
# udp tx:   1955 MB/s    33174 calls/s  33174 msg/s
# udp rx:   1870 MB/s  1517177 calls/s
# udp tx:   1956 MB/s    33177 calls/s  33177 msg/s
# UDP GRO fwd perf                        udp rx:   1750 MB/s  1421659 calls/s
# udp tx:   1912 MB/s    32434 calls/s  32434 msg/s
# udp rx:   1811 MB/s  1472604 calls/s
# udp tx:   1861 MB/s    31567 calls/s  31567 msg/s
# udp rx:   1376 MB/s  1120264 calls/s
# udp tx:   1841 MB/s    31228 calls/s  31228 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:    928 MB/s   756137 calls/s
# udp tx:   1100 MB/s    18663 calls/s  18663 msg/s
# udp rx:   1148 MB/s   935352 calls/s
# udp tx:   1160 MB/s    19675 calls/s  19675 msg/s
# udp rx:   1155 MB/s   940544 calls/s
# udp tx:   1159 MB/s    19672 calls/s  19672 msg/s
# UDP GRO fwd perf                        udp rx:   1099 MB/s   894962 calls/s
# udp tx:   1143 MB/s    19391 calls/s  19391 msg/s
# udp rx:   1137 MB/s   925722 calls/s
# udp tx:   1142 MB/s    19384 calls/s  19384 msg/s
# udp rx:   1084 MB/s   882900 calls/s
# udp tx:   1082 MB/s    18354 calls/s  18354 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__->