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:   1393 MB/s    23633 calls/s  23633 msg/s
# tcp rx:   1393 MB/s    55449 calls/s
# tcp tx:   1134 MB/s    19238 calls/s  19238 msg/s
# tcp rx:   1135 MB/s    48627 calls/s
# tcp tx:   1129 MB/s    19158 calls/s  19158 msg/s
# tcp rx:   1131 MB/s    49324 calls/s
# tcp tx:   1289 MB/s    21874 calls/s  21874 msg/s
# udp gso - over veth touching data
# udp rx:    968 MB/s   690071 calls/s
# udp tx:    998 MB/s    16933 calls/s  16933 msg/s
# udp rx:    925 MB/s   659429 calls/s
# udp tx:    924 MB/s    15685 calls/s  15685 msg/s
# udp rx:    912 MB/s   650036 calls/s
# udp tx:    912 MB/s    15479 calls/s  15479 msg/s
# udp rx:    922 MB/s   656850 calls/s
# udp tx:    924 MB/s    15675 calls/s  15675 msg/s
# udp gso and gro - over veth touching data
# udp rx:    841 MB/s    14269 calls/s
# udp tx:    868 MB/s    14723 calls/s  14723 msg/s
# udp rx:    866 MB/s    14697 calls/s
# udp tx:    867 MB/s    14721 calls/s  14721 msg/s
# udp rx:    857 MB/s    14548 calls/s
# udp tx:    858 MB/s    14561 calls/s  14561 msg/s
# udp rx:    846 MB/s    14352 calls/s
# udp tx:    846 MB/s    14357 calls/s  14357 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1381 MB/s    23438 calls/s  23438 msg/s
# tcp rx:   1383 MB/s    59345 calls/s
# tcp tx:   1396 MB/s    23681 calls/s  23681 msg/s
# tcp rx:   1397 MB/s    63425 calls/s
# tcp tx:   1398 MB/s    23716 calls/s  23716 msg/s
# tcp rx:   1400 MB/s    66302 calls/s
# tcp tx:   1221 MB/s    20722 calls/s  20722 msg/s
# udp gso - over veth touching data
# udp rx:    992 MB/s   723985 calls/s
# udp tx:   1033 MB/s    17521 calls/s  17521 msg/s
# udp rx:   1066 MB/s   778015 calls/s
# udp tx:   1070 MB/s    18158 calls/s  18158 msg/s
# udp rx:   1127 MB/s   822039 calls/s
# udp tx:   1124 MB/s    19072 calls/s  19072 msg/s
# udp rx:   1147 MB/s   836960 calls/s
# udp tx:   1146 MB/s    19443 calls/s  19443 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1344 MB/s    22807 calls/s
# udp tx:   1392 MB/s    23626 calls/s  23626 msg/s
# udp rx:   1578 MB/s    26800 calls/s
# udp tx:   1577 MB/s    26747 calls/s  26747 msg/s
# udp rx:   1694 MB/s    28732 calls/s
# udp tx:   1695 MB/s    28759 calls/s  28759 msg/s
# udp rx:   1250 MB/s    21202 calls/s
# udp tx:   1230 MB/s    20876 calls/s  20876 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__->