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:   1052 MB/s    17848 calls/s  17848 msg/s
# tcp rx:   1053 MB/s   132012 calls/s
# tcp tx:   1069 MB/s    18138 calls/s  18138 msg/s
# tcp rx:   1070 MB/s   132129 calls/s
# tcp tx:   1079 MB/s    18314 calls/s  18314 msg/s
# tcp rx:   1111 MB/s   130685 calls/s
# tcp tx:   1092 MB/s    18524 calls/s  18524 msg/s
# udp gso - over veth touching data
# udp rx:   1257 MB/s   895612 calls/s
# udp tx:   1293 MB/s    21937 calls/s  21937 msg/s
# udp rx:   1274 MB/s   907843 calls/s
# udp tx:   1261 MB/s    21393 calls/s  21393 msg/s
# udp rx:   1280 MB/s   911848 calls/s
# udp tx:   1292 MB/s    21923 calls/s  21923 msg/s
# udp rx:   1305 MB/s   930076 calls/s
# udp tx:   1305 MB/s    22140 calls/s  22140 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1282 MB/s   913643 calls/s
# udp tx:   1321 MB/s    22421 calls/s  22421 msg/s
# udp rx:   1264 MB/s   900516 calls/s
# udp tx:   1267 MB/s    21495 calls/s  21495 msg/s
# udp rx:   1053 MB/s   750572 calls/s
# udp tx:   1037 MB/s    17598 calls/s  17598 msg/s
# udp rx:    725 MB/s   516805 calls/s
# udp tx:    728 MB/s    12357 calls/s  12357 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1115 MB/s    18916 calls/s  18916 msg/s
# tcp rx:   1116 MB/s   140465 calls/s
# tcp tx:   1088 MB/s    18464 calls/s  18464 msg/s
# tcp rx:   1089 MB/s   134813 calls/s
# tcp tx:   1085 MB/s    18416 calls/s  18416 msg/s
# tcp rx:   1086 MB/s   136827 calls/s
# tcp tx:   1144 MB/s    19404 calls/s  19404 msg/s
# udp gso - over veth touching data
# udp rx:   1099 MB/s   801870 calls/s
# udp tx:   1130 MB/s    19176 calls/s  19176 msg/s
# udp rx:   1217 MB/s   887818 calls/s
# udp tx:   1220 MB/s    20699 calls/s  20699 msg/s
# udp rx:   1238 MB/s   902944 calls/s
# udp tx:   1237 MB/s    20984 calls/s  20984 msg/s
# udp rx:   1236 MB/s   902068 calls/s
# udp tx:   1237 MB/s    20982 calls/s  20982 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1137 MB/s   829936 calls/s
# udp tx:   1173 MB/s    19897 calls/s  19897 msg/s
# udp rx:   1241 MB/s   905521 calls/s
# udp tx:   1244 MB/s    21107 calls/s  21107 msg/s
# udp rx:   1204 MB/s   878578 calls/s
# udp tx:   1208 MB/s    20497 calls/s  20497 msg/s
# udp rx:   1264 MB/s   921914 calls/s
# udp tx:   1265 MB/s    21471 calls/s  21471 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__->