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:    729 MB/s    12369 calls/s  12369 msg/s
# tcp rx:    730 MB/s    84726 calls/s
# tcp tx:    696 MB/s    11821 calls/s  11821 msg/s
# tcp rx:    698 MB/s    82541 calls/s
# tcp tx:    707 MB/s    11992 calls/s  11992 msg/s
# tcp rx:    707 MB/s    83024 calls/s
# tcp tx:    718 MB/s    12188 calls/s  12188 msg/s
# udp gso - over veth touching data
# udp rx:    595 MB/s   423914 calls/s
# udp tx:    615 MB/s    10444 calls/s  10444 msg/s
# udp rx:    660 MB/s   470692 calls/s
# udp tx:    661 MB/s    11218 calls/s  11218 msg/s
# udp rx:    646 MB/s   460888 calls/s
# udp tx:    648 MB/s    10995 calls/s  10995 msg/s
# udp rx:    648 MB/s   461791 calls/s
# udp tx:    649 MB/s    11016 calls/s  11016 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1302 MB/s   927770 calls/s
# udp tx:   1346 MB/s    22844 calls/s  22844 msg/s
# udp rx:   1344 MB/s   957594 calls/s
# udp tx:   1344 MB/s    22803 calls/s  22803 msg/s
# udp rx:   1347 MB/s   959797 calls/s
# udp tx:   1346 MB/s    22843 calls/s  22843 msg/s
# udp rx:   1350 MB/s   962054 calls/s
# udp tx:   1349 MB/s    22895 calls/s  22895 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1135 MB/s    19264 calls/s  19264 msg/s
# tcp rx:   1144 MB/s   136574 calls/s
# tcp tx:   1116 MB/s    18945 calls/s  18945 msg/s
# tcp rx:   1117 MB/s   141453 calls/s
# tcp tx:   1103 MB/s    18719 calls/s  18719 msg/s
# tcp rx:   1110 MB/s   138178 calls/s
# tcp tx:   1118 MB/s    18968 calls/s  18968 msg/s
# udp gso - over veth touching data
# udp rx:   1137 MB/s   829774 calls/s
# udp tx:   1172 MB/s    19893 calls/s  19893 msg/s
# udp rx:   1244 MB/s   907407 calls/s
# udp tx:   1244 MB/s    21114 calls/s  21114 msg/s
# udp rx:   1284 MB/s   936932 calls/s
# udp tx:   1282 MB/s    21753 calls/s  21753 msg/s
# udp rx:   1272 MB/s   928133 calls/s
# udp tx:   1272 MB/s    21582 calls/s  21582 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1226 MB/s   894244 calls/s
# udp tx:   1260 MB/s    21386 calls/s  21386 msg/s
# udp rx:   1261 MB/s   920094 calls/s
# udp tx:   1260 MB/s    21380 calls/s  21380 msg/s
# udp rx:   1167 MB/s   851108 calls/s
# udp tx:   1166 MB/s    19788 calls/s  19788 msg/s
# udp rx:   1267 MB/s   924754 calls/s
# udp tx:   1267 MB/s    21490 calls/s  21490 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__->