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:   1116 MB/s    18937 calls/s  18937 msg/s
# tcp rx:   1133 MB/s   140215 calls/s
# tcp tx:    921 MB/s    15625 calls/s  15625 msg/s
# tcp rx:    915 MB/s    99428 calls/s
# tcp tx:   1053 MB/s    17860 calls/s  17860 msg/s
# tcp rx:   1064 MB/s   128297 calls/s
# tcp tx:   1077 MB/s    18280 calls/s  18280 msg/s
# udp gso - over veth touching data
# udp rx:   1192 MB/s   849372 calls/s
# udp tx:   1217 MB/s    20643 calls/s  20643 msg/s
# udp rx:   1261 MB/s   898923 calls/s
# udp tx:   1259 MB/s    21358 calls/s  21358 msg/s
# udp rx:   1246 MB/s   888081 calls/s
# udp tx:   1245 MB/s    21132 calls/s  21132 msg/s
# udp rx:   1236 MB/s   880949 calls/s
# udp tx:   1235 MB/s    20960 calls/s  20960 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1203 MB/s   857644 calls/s
# udp tx:   1225 MB/s    20793 calls/s  20793 msg/s
# udp rx:   1283 MB/s   914208 calls/s
# udp tx:   1283 MB/s    21769 calls/s  21769 msg/s
# udp rx:   1246 MB/s   887915 calls/s
# udp tx:   1238 MB/s    21001 calls/s  21001 msg/s
# udp rx:   1264 MB/s   900554 calls/s
# udp tx:   1270 MB/s    21548 calls/s  21548 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1094 MB/s    18565 calls/s  18565 msg/s
# tcp rx:   1171 MB/s   145007 calls/s
# tcp tx:    975 MB/s    16541 calls/s  16541 msg/s
# tcp rx:    958 MB/s   126556 calls/s
# tcp tx:   1014 MB/s    17214 calls/s  17214 msg/s
# tcp rx:   1018 MB/s   126121 calls/s
# tcp tx:   1062 MB/s    18018 calls/s  18018 msg/s
# udp gso - over veth touching data
# udp rx:   1140 MB/s   831537 calls/s
# udp tx:   1166 MB/s    19787 calls/s  19787 msg/s
# udp rx:   1178 MB/s   859664 calls/s
# udp tx:   1180 MB/s    20020 calls/s  20020 msg/s
# udp rx:   1219 MB/s   889257 calls/s
# udp tx:   1221 MB/s    20712 calls/s  20712 msg/s
# udp rx:   1197 MB/s   873154 calls/s
# udp tx:   1198 MB/s    20329 calls/s  20329 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1218 MB/s   888700 calls/s
# udp tx:   1245 MB/s    21132 calls/s  21132 msg/s
# udp rx:   1251 MB/s   913053 calls/s
# udp tx:   1251 MB/s    21221 calls/s  21221 msg/s
# udp rx:   1256 MB/s   916605 calls/s
# udp tx:   1256 MB/s    21313 calls/s  21313 msg/s
# udp rx:   1245 MB/s   908423 calls/s
# udp tx:   1244 MB/s    21108 calls/s  21108 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__->