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:    786 MB/s    13348 calls/s  13348 msg/s
# tcp rx:    787 MB/s    89564 calls/s
# tcp tx:    874 MB/s    14834 calls/s  14834 msg/s
# tcp rx:    875 MB/s   105223 calls/s
# tcp tx:    954 MB/s    16184 calls/s  16184 msg/s
# tcp rx:    955 MB/s   130927 calls/s
# tcp tx:   1012 MB/s    17181 calls/s  17181 msg/s
# udp gso - over veth touching data
# udp rx:   1191 MB/s   848788 calls/s
# udp tx:   1222 MB/s    20737 calls/s  20737 msg/s
# udp rx:   1310 MB/s   933351 calls/s
# udp tx:   1309 MB/s    22212 calls/s  22212 msg/s
# udp rx:   1314 MB/s   936159 calls/s
# udp tx:   1313 MB/s    22272 calls/s  22272 msg/s
# udp rx:   1323 MB/s   942679 calls/s
# udp tx:   1321 MB/s    22420 calls/s  22420 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1120 MB/s   798246 calls/s
# udp tx:   1149 MB/s    19491 calls/s  19491 msg/s
# udp rx:   1133 MB/s   807446 calls/s
# udp tx:   1141 MB/s    19362 calls/s  19362 msg/s
# udp rx:   1240 MB/s   883976 calls/s
# udp tx:   1242 MB/s    21079 calls/s  21079 msg/s
# udp rx:   1215 MB/s   865583 calls/s
# udp tx:   1216 MB/s    20631 calls/s  20631 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1088 MB/s    18454 calls/s  18454 msg/s
# tcp rx:   1088 MB/s   143117 calls/s
# tcp tx:   1069 MB/s    18139 calls/s  18139 msg/s
# tcp rx:   1118 MB/s   125067 calls/s
# tcp tx:    953 MB/s    16167 calls/s  16167 msg/s
# tcp rx:   1004 MB/s   127234 calls/s
# tcp tx:   1069 MB/s    18135 calls/s  18135 msg/s
# udp gso - over veth touching data
# udp rx:   1223 MB/s   892446 calls/s
# udp tx:   1268 MB/s    21509 calls/s  21509 msg/s
# udp rx:   1288 MB/s   939703 calls/s
# udp tx:   1292 MB/s    21917 calls/s  21917 msg/s
# udp rx:   1273 MB/s   928784 calls/s
# udp tx:   1274 MB/s    21619 calls/s  21619 msg/s
# udp rx:   1287 MB/s   939043 calls/s
# udp tx:   1288 MB/s    21850 calls/s  21850 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1139 MB/s   830888 calls/s
# udp tx:   1169 MB/s    19828 calls/s  19828 msg/s
# udp rx:   1282 MB/s   935651 calls/s
# udp tx:   1282 MB/s    21744 calls/s  21744 msg/s
# udp rx:   1258 MB/s   917904 calls/s
# udp tx:   1257 MB/s    21331 calls/s  21331 msg/s
# udp rx:   1277 MB/s   931807 calls/s
# udp tx:   1276 MB/s    21654 calls/s  21654 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__->