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:    786 MB/s    13343 calls/s  13343 msg/s
# tcp rx:    787 MB/s    97956 calls/s
# tcp tx:   1157 MB/s    19625 calls/s  19625 msg/s
# tcp rx:   1158 MB/s   138247 calls/s
# tcp tx:   1037 MB/s    17601 calls/s  17601 msg/s
# tcp rx:   1037 MB/s   126790 calls/s
# tcp tx:    703 MB/s    11928 calls/s  11928 msg/s
# udp gso - over veth touching data
# udp rx:   1014 MB/s   722490 calls/s
# udp tx:   1049 MB/s    17802 calls/s  17802 msg/s
# udp rx:   1243 MB/s   885840 calls/s
# udp tx:   1256 MB/s    21303 calls/s  21303 msg/s
# udp rx:   1090 MB/s   776828 calls/s
# udp tx:   1094 MB/s    18562 calls/s  18562 msg/s
# udp rx:   1259 MB/s   897509 calls/s
# udp tx:   1264 MB/s    21455 calls/s  21455 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1194 MB/s   850810 calls/s
# udp tx:   1241 MB/s    21064 calls/s  21064 msg/s
# udp rx:   1336 MB/s   951955 calls/s
# udp tx:   1340 MB/s    22732 calls/s  22732 msg/s
# udp rx:   1319 MB/s   939930 calls/s
# udp tx:   1322 MB/s    22432 calls/s  22432 msg/s
# udp rx:   1325 MB/s   944254 calls/s
# udp tx:   1328 MB/s    22540 calls/s  22540 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    938 MB/s    15923 calls/s  15923 msg/s
# tcp rx:    948 MB/s   139234 calls/s
# tcp tx:   1089 MB/s    18487 calls/s  18487 msg/s
# tcp rx:   1094 MB/s   130530 calls/s
# tcp tx:   1082 MB/s    18358 calls/s  18358 msg/s
# tcp rx:   1083 MB/s   128092 calls/s
# tcp tx:    893 MB/s    15154 calls/s  15154 msg/s
# udp gso - over veth touching data
# udp rx:   1136 MB/s   828922 calls/s
# udp tx:   1181 MB/s    20032 calls/s  20032 msg/s
# udp rx:   1274 MB/s   929649 calls/s
# udp tx:   1280 MB/s    21713 calls/s  21713 msg/s
# udp rx:   1265 MB/s   923155 calls/s
# udp tx:   1263 MB/s    21435 calls/s  21435 msg/s
# udp rx:    995 MB/s   726126 calls/s
# udp tx:    998 MB/s    16936 calls/s  16936 msg/s
# udp gso and gro - over veth touching data
# udp rx:    519 MB/s   379116 calls/s
# udp tx:    580 MB/s     9846 calls/s   9846 msg/s
# udp rx:    536 MB/s   391124 calls/s
# udp tx:    578 MB/s     9818 calls/s   9818 msg/s
# udp rx:    757 MB/s   552416 calls/s
# udp tx:    722 MB/s    12248 calls/s  12248 msg/s
# udp rx:    502 MB/s   366212 calls/s
# udp tx:    500 MB/s     8491 calls/s   8491 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__->