make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_bench.sh TTEST_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_bench.sh
# ipv4
# tcp - over veth touching data
# tcp tx:   1135 MB/s    19262 calls/s  19262 msg/s
# tcp rx:   1141 MB/s   137819 calls/s
# tcp tx:    772 MB/s    13099 calls/s  13099 msg/s
# tcp rx:    772 MB/s    87202 calls/s
# tcp tx:    759 MB/s    12880 calls/s  12880 msg/s
# tcp rx:    760 MB/s    86206 calls/s
# tcp tx:    810 MB/s    13742 calls/s  13742 msg/s
# udp gso - over veth touching data
# udp rx:    576 MB/s   410628 calls/s
# udp tx:    593 MB/s    10071 calls/s  10071 msg/s
# udp rx:    596 MB/s   424906 calls/s
# udp tx:    596 MB/s    10110 calls/s  10110 msg/s
# udp rx:    605 MB/s   431136 calls/s
# udp tx:    604 MB/s    10252 calls/s  10252 msg/s
# udp rx:    601 MB/s   428400 calls/s
# udp tx:    601 MB/s    10195 calls/s  10195 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1200 MB/s   855319 calls/s
# udp tx:   1235 MB/s    20960 calls/s  20960 msg/s
# udp rx:   1285 MB/s   915452 calls/s
# udp tx:   1289 MB/s    21870 calls/s  21870 msg/s
# udp rx:   1300 MB/s   926365 calls/s
# udp tx:   1304 MB/s    22121 calls/s  22121 msg/s
# udp rx:   1301 MB/s   926903 calls/s
# udp tx:   1305 MB/s    22144 calls/s  22144 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    705 MB/s    11960 calls/s  11960 msg/s
# tcp rx:    713 MB/s    84961 calls/s
# tcp tx:    677 MB/s    11487 calls/s  11487 msg/s
# tcp rx:    675 MB/s    80009 calls/s
# tcp tx:    684 MB/s    11612 calls/s  11612 msg/s
# tcp rx:    685 MB/s    80484 calls/s
# tcp tx:    718 MB/s    12194 calls/s  12194 msg/s
# udp gso - over veth touching data
# udp rx:   1159 MB/s   845607 calls/s
# udp tx:   1200 MB/s    20356 calls/s  20356 msg/s
# udp rx:   1235 MB/s   900814 calls/s
# udp tx:   1234 MB/s    20936 calls/s  20936 msg/s
# udp rx:   1233 MB/s   899678 calls/s
# udp tx:   1232 MB/s    20911 calls/s  20911 msg/s
# udp rx:   1236 MB/s   901910 calls/s
# udp tx:   1237 MB/s    20993 calls/s  20993 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1126 MB/s   821645 calls/s
# udp tx:   1161 MB/s    19705 calls/s  19705 msg/s
# udp rx:    950 MB/s   692878 calls/s
# udp tx:    948 MB/s    16093 calls/s  16093 msg/s
# udp rx:   1209 MB/s   881861 calls/s
# udp tx:   1208 MB/s    20497 calls/s  20497 msg/s
# udp rx:   1214 MB/s   885945 calls/s
# udp tx:   1213 MB/s    20588 calls/s  20588 msg/s
ok 1 selftests: net: udpgro_bench.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__->