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:   1033 MB/s    17526 calls/s  17526 msg/s
# tcp rx:   1034 MB/s   135794 calls/s
# tcp tx:   1118 MB/s    18978 calls/s  18978 msg/s
# tcp rx:   1119 MB/s   132109 calls/s
# tcp tx:   1125 MB/s    19090 calls/s  19090 msg/s
# tcp rx:   1126 MB/s   130804 calls/s
# tcp tx:   1090 MB/s    18496 calls/s  18496 msg/s
# udp gso - over veth touching data
# udp rx:    789 MB/s   562531 calls/s
# udp tx:    827 MB/s    14029 calls/s  14029 msg/s
# udp rx:   1144 MB/s   815346 calls/s
# udp tx:   1150 MB/s    19519 calls/s  19519 msg/s
# udp rx:   1194 MB/s   850830 calls/s
# udp tx:   1196 MB/s    20292 calls/s  20292 msg/s
# udp rx:   1278 MB/s   910649 calls/s
# udp tx:   1278 MB/s    21691 calls/s  21691 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1086 MB/s   773856 calls/s
# udp tx:   1123 MB/s    19050 calls/s  19050 msg/s
# udp rx:   1240 MB/s   883936 calls/s
# udp tx:   1240 MB/s    21041 calls/s  21041 msg/s
# udp rx:   1243 MB/s   885471 calls/s
# udp tx:   1240 MB/s    21047 calls/s  21047 msg/s
# udp rx:   1278 MB/s   910698 calls/s
# udp tx:   1279 MB/s    21695 calls/s  21695 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1129 MB/s    19150 calls/s  19150 msg/s
# tcp rx:   1145 MB/s   143852 calls/s
# tcp tx:   1072 MB/s    18188 calls/s  18188 msg/s
# tcp rx:   1070 MB/s   129851 calls/s
# tcp tx:   1110 MB/s    18827 calls/s  18827 msg/s
# tcp rx:   1111 MB/s   128285 calls/s
# tcp tx:   1124 MB/s    19066 calls/s  19066 msg/s
# udp gso - over veth touching data
# udp rx:   1226 MB/s   894350 calls/s
# udp tx:   1255 MB/s    21295 calls/s  21295 msg/s
# udp rx:   1258 MB/s   918104 calls/s
# udp tx:   1257 MB/s    21330 calls/s  21330 msg/s
# udp rx:   1255 MB/s   915713 calls/s
# udp tx:   1255 MB/s    21292 calls/s  21292 msg/s
# udp rx:   1257 MB/s   917291 calls/s
# udp tx:   1256 MB/s    21317 calls/s  21317 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1226 MB/s   894220 calls/s
# udp tx:   1265 MB/s    21467 calls/s  21467 msg/s
# udp rx:   1263 MB/s   921777 calls/s
# udp tx:   1263 MB/s    21423 calls/s  21423 msg/s
# udp rx:   1266 MB/s   923576 calls/s
# udp tx:   1265 MB/s    21468 calls/s  21468 msg/s
# udp rx:   1244 MB/s   907535 calls/s
# udp tx:   1243 MB/s    21086 calls/s  21086 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__->