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:   1110 MB/s    18830 calls/s  18830 msg/s
# tcp rx:   1110 MB/s   139416 calls/s
# tcp tx:   1120 MB/s    19004 calls/s  19004 msg/s
# tcp rx:   1120 MB/s   134347 calls/s
# tcp tx:   1096 MB/s    18594 calls/s  18594 msg/s
# tcp rx:   1097 MB/s   130959 calls/s
# tcp tx:   1124 MB/s    19072 calls/s  19072 msg/s
# udp gso - over veth touching data
# udp rx:   1192 MB/s   849126 calls/s
# udp tx:   1225 MB/s    20787 calls/s  20787 msg/s
# udp rx:   1214 MB/s   865063 calls/s
# udp tx:   1213 MB/s    20589 calls/s  20589 msg/s
# udp rx:   1246 MB/s   887920 calls/s
# udp tx:   1246 MB/s    21148 calls/s  21148 msg/s
# udp rx:    847 MB/s   603714 calls/s
# udp tx:    831 MB/s    14097 calls/s  14097 msg/s
# udp gso and gro - over veth touching data
# udp rx:    904 MB/s   644417 calls/s
# udp tx:    920 MB/s    15610 calls/s  15610 msg/s
# udp rx:    628 MB/s   447747 calls/s
# udp tx:    630 MB/s    10691 calls/s  10691 msg/s
# udp rx:    631 MB/s   449625 calls/s
# udp tx:    632 MB/s    10724 calls/s  10724 msg/s
# udp rx:    626 MB/s   446002 calls/s
# udp tx:    627 MB/s    10641 calls/s  10641 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    620 MB/s    10526 calls/s  10526 msg/s
# tcp rx:    621 MB/s    82834 calls/s
# tcp tx:    651 MB/s    11042 calls/s  11042 msg/s
# tcp rx:    651 MB/s    82743 calls/s
# tcp tx:    638 MB/s    10834 calls/s  10834 msg/s
# tcp rx:    639 MB/s    83440 calls/s
# tcp tx:    704 MB/s    11942 calls/s  11942 msg/s
# udp gso - over veth touching data
# udp rx:    676 MB/s   493642 calls/s
# udp tx:    697 MB/s    11834 calls/s  11834 msg/s
# udp rx:    723 MB/s   527938 calls/s
# udp tx:    723 MB/s    12276 calls/s  12276 msg/s
# udp rx:    711 MB/s   518963 calls/s
# udp tx:    711 MB/s    12063 calls/s  12063 msg/s
# udp rx:    714 MB/s   521017 calls/s
# udp tx:    714 MB/s    12115 calls/s  12115 msg/s
# udp gso and gro - over veth touching data
# udp rx:    573 MB/s   418346 calls/s
# udp tx:    591 MB/s    10024 calls/s  10024 msg/s
# udp rx:    608 MB/s   444025 calls/s
# udp tx:    610 MB/s    10362 calls/s  10362 msg/s
# udp rx:    595 MB/s   434518 calls/s
# udp tx:    595 MB/s    10104 calls/s  10104 msg/s
# udp rx:    608 MB/s   443913 calls/s
# udp tx:    607 MB/s    10312 calls/s  10312 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__->