make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_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:    685 MB/s    11630 calls/s  11630 msg/s
# tcp rx:    688 MB/s    86246 calls/s
# tcp tx:    694 MB/s    11772 calls/s  11772 msg/s
# tcp rx:    695 MB/s    86213 calls/s
# tcp tx:    718 MB/s    12194 calls/s  12194 msg/s
# tcp rx:    719 MB/s    86708 calls/s
# tcp tx:    713 MB/s    12097 calls/s  12097 msg/s
# udp gso - over veth touching data
# udp rx:   1271 MB/s   906032 calls/s
# udp tx:   1304 MB/s    22131 calls/s  22131 msg/s
# udp rx:   1276 MB/s   909660 calls/s
# udp tx:   1289 MB/s    21866 calls/s  21866 msg/s
# udp rx:   1304 MB/s   929156 calls/s
# udp tx:   1303 MB/s    22108 calls/s  22108 msg/s
# udp rx:   1293 MB/s   921691 calls/s
# udp tx:   1292 MB/s    21925 calls/s  21925 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1249 MB/s   890008 calls/s
# udp tx:   1282 MB/s    21754 calls/s  21754 msg/s
# udp rx:   1305 MB/s   930267 calls/s
# udp tx:   1304 MB/s    22131 calls/s  22131 msg/s
# udp rx:   1306 MB/s   930920 calls/s
# udp tx:   1305 MB/s    22147 calls/s  22147 msg/s
# udp rx:   1308 MB/s   931909 calls/s
# udp tx:   1307 MB/s    22175 calls/s  22175 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1027 MB/s    17434 calls/s  17434 msg/s
# tcp rx:   1052 MB/s   144154 calls/s
# tcp tx:    711 MB/s    12063 calls/s  12063 msg/s
# tcp rx:    700 MB/s    87523 calls/s
# tcp tx:    718 MB/s    12184 calls/s  12184 msg/s
# tcp rx:    719 MB/s    87561 calls/s
# tcp tx:    765 MB/s    12975 calls/s  12975 msg/s
# udp gso - over veth touching data
# udp rx:   1106 MB/s   806996 calls/s
# udp tx:   1142 MB/s    19381 calls/s  19381 msg/s
# udp rx:   1255 MB/s   915620 calls/s
# udp tx:   1254 MB/s    21281 calls/s  21281 msg/s
# udp rx:   1172 MB/s   854787 calls/s
# udp tx:   1171 MB/s    19869 calls/s  19869 msg/s
# udp rx:    632 MB/s   461621 calls/s
# udp tx:    614 MB/s    10424 calls/s  10424 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1149 MB/s   838123 calls/s
# udp tx:   1177 MB/s    19970 calls/s  19970 msg/s
# udp rx:   1145 MB/s   835501 calls/s
# udp tx:   1151 MB/s    19527 calls/s  19527 msg/s
# udp rx:   1122 MB/s   818740 calls/s
# udp tx:   1111 MB/s    18858 calls/s  18858 msg/s
# udp rx:    665 MB/s   485495 calls/s
# udp tx:    668 MB/s    11343 calls/s  11343 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__->