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:   1060 MB/s    17993 calls/s  17993 msg/s
# tcp rx:   1078 MB/s   129952 calls/s
# tcp tx:   1029 MB/s    17459 calls/s  17459 msg/s
# tcp rx:   1028 MB/s   126940 calls/s
# tcp tx:    999 MB/s    16944 calls/s  16944 msg/s
# tcp rx:   1014 MB/s   128344 calls/s
# tcp tx:   1023 MB/s    17367 calls/s  17367 msg/s
# udp gso - over veth touching data
# udp rx:   1322 MB/s   941923 calls/s
# udp tx:   1357 MB/s    23026 calls/s  23026 msg/s
# udp rx:   1347 MB/s   960059 calls/s
# udp tx:   1351 MB/s    22916 calls/s  22916 msg/s
# udp rx:   1348 MB/s   960736 calls/s
# udp tx:   1350 MB/s    22901 calls/s  22901 msg/s
# udp rx:   1339 MB/s   953849 calls/s
# udp tx:   1341 MB/s    22749 calls/s  22749 msg/s
# udp gso and gro - over veth touching data
# udp rx:    945 MB/s   673709 calls/s
# udp tx:    973 MB/s    16513 calls/s  16513 msg/s
# udp rx:    702 MB/s   500672 calls/s
# udp tx:    706 MB/s    11988 calls/s  11988 msg/s
# udp rx:    698 MB/s   497354 calls/s
# udp tx:    700 MB/s    11876 calls/s  11876 msg/s
# udp rx:    619 MB/s   441148 calls/s
# udp tx:    644 MB/s    10926 calls/s  10926 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    852 MB/s    14463 calls/s  14463 msg/s
# tcp rx:    855 MB/s    97287 calls/s
# tcp tx:    790 MB/s    13400 calls/s  13400 msg/s
# tcp rx:    790 MB/s    90573 calls/s
# tcp tx:    704 MB/s    11955 calls/s  11955 msg/s
# tcp rx:    705 MB/s    87179 calls/s
# tcp tx:   1005 MB/s    17056 calls/s  17056 msg/s
# udp gso - over veth touching data
# udp rx:   1197 MB/s   873661 calls/s
# udp tx:   1240 MB/s    21036 calls/s  21036 msg/s
# udp rx:   1261 MB/s   920303 calls/s
# udp tx:   1265 MB/s    21466 calls/s  21466 msg/s
# udp rx:   1269 MB/s   925611 calls/s
# udp tx:   1273 MB/s    21594 calls/s  21594 msg/s
# udp rx:   1270 MB/s   926839 calls/s
# udp tx:   1274 MB/s    21615 calls/s  21615 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1169 MB/s   852666 calls/s
# udp tx:   1189 MB/s    20168 calls/s  20168 msg/s
# udp rx:   1236 MB/s   901473 calls/s
# udp tx:   1245 MB/s    21126 calls/s  21126 msg/s
# udp rx:   1263 MB/s   921662 calls/s
# udp tx:   1262 MB/s    21421 calls/s  21421 msg/s
# udp rx:   1254 MB/s   914805 calls/s
# udp tx:   1253 MB/s    21257 calls/s  21257 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__->