make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_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:   1119 MB/s    18991 calls/s  18991 msg/s
# tcp rx:   1119 MB/s   141930 calls/s
# tcp tx:    860 MB/s    14603 calls/s  14603 msg/s
# tcp rx:    861 MB/s    96416 calls/s
# tcp tx:    858 MB/s    14569 calls/s  14569 msg/s
# tcp rx:    859 MB/s    96878 calls/s
# tcp tx:    830 MB/s    14093 calls/s  14093 msg/s
# udp gso - over veth touching data
# udp rx:   1195 MB/s   851631 calls/s
# udp tx:   1235 MB/s    20954 calls/s  20954 msg/s
# udp rx:   1311 MB/s   933960 calls/s
# udp tx:   1315 MB/s    22306 calls/s  22306 msg/s
# udp rx:   1328 MB/s   946170 calls/s
# udp tx:   1329 MB/s    22543 calls/s  22543 msg/s
# udp rx:   1332 MB/s   949555 calls/s
# udp tx:   1336 MB/s    22665 calls/s  22665 msg/s
# udp gso and gro - over veth touching data
# udp rx:    566 MB/s   403570 calls/s
# udp tx:    585 MB/s     9922 calls/s   9922 msg/s
# udp rx:    607 MB/s   432708 calls/s
# udp tx:    606 MB/s    10295 calls/s  10295 msg/s
# udp rx:    637 MB/s   454350 calls/s
# udp tx:    637 MB/s    10813 calls/s  10813 msg/s
# udp rx:    637 MB/s   454441 calls/s
# udp tx:    637 MB/s    10820 calls/s  10820 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    722 MB/s    12257 calls/s  12257 msg/s
# tcp rx:    725 MB/s    88321 calls/s
# tcp tx:    950 MB/s    16125 calls/s  16125 msg/s
# tcp rx:    965 MB/s   125448 calls/s
# tcp tx:   1013 MB/s    17189 calls/s  17189 msg/s
# tcp rx:   1018 MB/s   127716 calls/s
# tcp tx:   1003 MB/s    17020 calls/s  17020 msg/s
# udp gso - over veth touching data
# udp rx:   1215 MB/s   886291 calls/s
# udp tx:   1250 MB/s    21214 calls/s  21214 msg/s
# udp rx:   1089 MB/s   794379 calls/s
# udp tx:   1088 MB/s    18458 calls/s  18458 msg/s
# udp rx:   1212 MB/s   884087 calls/s
# udp tx:   1210 MB/s    20539 calls/s  20539 msg/s
# udp rx:   1218 MB/s   888577 calls/s
# udp tx:   1217 MB/s    20656 calls/s  20656 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1158 MB/s   844660 calls/s
# udp tx:   1191 MB/s    20201 calls/s  20201 msg/s
# udp rx:    972 MB/s   709090 calls/s
# udp tx:    964 MB/s    16363 calls/s  16363 msg/s
# udp rx:    677 MB/s   494447 calls/s
# udp tx:    680 MB/s    11539 calls/s  11539 msg/s
# udp rx:    678 MB/s   494873 calls/s
# udp tx:    681 MB/s    11563 calls/s  11563 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__->