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:    856 MB/s    14526 calls/s  14526 msg/s
# tcp rx:    856 MB/s    98769 calls/s
# tcp tx:    889 MB/s    15088 calls/s  15088 msg/s
# tcp rx:    889 MB/s    98832 calls/s
# tcp tx:    890 MB/s    15111 calls/s  15111 msg/s
# tcp rx:    891 MB/s    97437 calls/s
# tcp tx:    885 MB/s    15024 calls/s  15024 msg/s
# udp gso - over veth touching data
# udp rx:   1274 MB/s   907986 calls/s
# udp tx:   1309 MB/s    22214 calls/s  22214 msg/s
# udp rx:   1337 MB/s   952921 calls/s
# udp tx:   1342 MB/s    22766 calls/s  22766 msg/s
# udp rx:   1335 MB/s   951295 calls/s
# udp tx:   1340 MB/s    22733 calls/s  22733 msg/s
# udp rx:   1366 MB/s   973468 calls/s
# udp tx:   1371 MB/s    23269 calls/s  23269 msg/s
# udp gso and gro - over veth touching data
# udp rx:    604 MB/s   430671 calls/s
# udp tx:    619 MB/s    10512 calls/s  10512 msg/s
# udp rx:    622 MB/s   443375 calls/s
# udp tx:    626 MB/s    10630 calls/s  10630 msg/s
# udp rx:    616 MB/s   439459 calls/s
# udp tx:    620 MB/s    10530 calls/s  10530 msg/s
# udp rx:    631 MB/s   449604 calls/s
# udp tx:    634 MB/s    10767 calls/s  10767 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    712 MB/s    12086 calls/s  12086 msg/s
# tcp rx:    712 MB/s    87578 calls/s
# tcp tx:   1108 MB/s    18801 calls/s  18801 msg/s
# tcp rx:   1110 MB/s   131652 calls/s
# tcp tx:   1100 MB/s    18667 calls/s  18667 msg/s
# tcp rx:   1101 MB/s   132836 calls/s
# tcp tx:   1087 MB/s    18443 calls/s  18443 msg/s
# udp gso - over veth touching data
# udp rx:    573 MB/s   418538 calls/s
# udp tx:    589 MB/s     9998 calls/s   9998 msg/s
# udp rx:    600 MB/s   437634 calls/s
# udp tx:    602 MB/s    10213 calls/s  10213 msg/s
# udp rx:    599 MB/s   437104 calls/s
# udp tx:    601 MB/s    10194 calls/s  10194 msg/s
# udp rx:    602 MB/s   439760 calls/s
# udp tx:    626 MB/s    10631 calls/s  10631 msg/s
# udp gso and gro - over veth touching data
# udp rx:    705 MB/s   514438 calls/s
# udp tx:    726 MB/s    12328 calls/s  12328 msg/s
# udp rx:    733 MB/s   535159 calls/s
# udp tx:    734 MB/s    12458 calls/s  12458 msg/s
# udp rx:   1107 MB/s   808044 calls/s
# udp tx:   1121 MB/s    19019 calls/s  19019 msg/s
# udp rx:   1304 MB/s   951709 calls/s
# udp tx:   1304 MB/s    22131 calls/s  22131 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__->