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:   1114 MB/s    18901 calls/s  18901 msg/s
# tcp rx:   1114 MB/s   140363 calls/s
# tcp tx:   1106 MB/s    18766 calls/s  18766 msg/s
# tcp rx:   1107 MB/s   140873 calls/s
# tcp tx:   1089 MB/s    18480 calls/s  18480 msg/s
# tcp rx:   1090 MB/s   139967 calls/s
# tcp tx:   1129 MB/s    19155 calls/s  19155 msg/s
# udp gso - over veth touching data
# udp rx:   1204 MB/s   858262 calls/s
# udp tx:   1239 MB/s    21017 calls/s  21017 msg/s
# udp rx:   1318 MB/s   939334 calls/s
# udp tx:   1320 MB/s    22390 calls/s  22390 msg/s
# udp rx:   1180 MB/s   840861 calls/s
# udp tx:   1162 MB/s    19719 calls/s  19719 msg/s
# udp rx:    581 MB/s   414506 calls/s
# udp tx:    576 MB/s     9783 calls/s   9783 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1142 MB/s   814134 calls/s
# udp tx:   1178 MB/s    19986 calls/s  19986 msg/s
# udp rx:   1257 MB/s   895614 calls/s
# udp tx:   1257 MB/s    21321 calls/s  21321 msg/s
# udp rx:   1280 MB/s   912185 calls/s
# udp tx:   1278 MB/s    21685 calls/s  21685 msg/s
# udp rx:   1299 MB/s   925609 calls/s
# udp tx:   1300 MB/s    22051 calls/s  22051 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1014 MB/s    17202 calls/s  17202 msg/s
# tcp rx:   1014 MB/s   139915 calls/s
# tcp tx:   1008 MB/s    17104 calls/s  17104 msg/s
# tcp rx:   1009 MB/s   138436 calls/s
# tcp tx:   1234 MB/s    20941 calls/s  20941 msg/s
# tcp rx:   1235 MB/s   115395 calls/s
# tcp tx:    967 MB/s    16410 calls/s  16410 msg/s
# udp gso - over veth touching data
# udp rx:   1107 MB/s   807519 calls/s
# udp tx:   1144 MB/s    19411 calls/s  19411 msg/s
# udp rx:   1147 MB/s   836620 calls/s
# udp tx:   1133 MB/s    19228 calls/s  19228 msg/s
# udp rx:   1163 MB/s   848324 calls/s
# udp tx:   1173 MB/s    19897 calls/s  19897 msg/s
# udp rx:   1187 MB/s   866017 calls/s
# udp tx:   1187 MB/s    20148 calls/s  20148 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1219 MB/s   889027 calls/s
# udp tx:   1251 MB/s    21226 calls/s  21226 msg/s
# udp rx:   1256 MB/s   916127 calls/s
# udp tx:   1258 MB/s    21340 calls/s  21340 msg/s
# udp rx:   1257 MB/s   917139 calls/s
# udp tx:   1259 MB/s    21365 calls/s  21365 msg/s
# udp rx:   1275 MB/s   929943 calls/s
# udp tx:   1276 MB/s    21657 calls/s  21657 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__->