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:   1724 MB/s    29248 calls/s  29248 msg/s
# tcp rx:   1725 MB/s    70478 calls/s
# tcp tx:   1645 MB/s    27902 calls/s  27902 msg/s
# tcp rx:   1647 MB/s    66288 calls/s
# tcp tx:   1728 MB/s    29320 calls/s  29320 msg/s
# tcp rx:   1730 MB/s    67936 calls/s
# tcp tx:   1708 MB/s    28978 calls/s  28978 msg/s
# udp gso - over veth touching data
# udp rx:   1140 MB/s   812282 calls/s
# udp tx:   1169 MB/s    19840 calls/s  19840 msg/s
# udp rx:   1129 MB/s   804679 calls/s
# udp tx:   1134 MB/s    19245 calls/s  19245 msg/s
# udp rx:   1227 MB/s   874526 calls/s
# udp tx:   1227 MB/s    20813 calls/s  20813 msg/s
# udp rx:   1201 MB/s   855937 calls/s
# udp tx:   1199 MB/s    20344 calls/s  20344 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1582 MB/s    26847 calls/s
# udp tx:   1632 MB/s    27689 calls/s  27689 msg/s
# udp rx:   1757 MB/s    29800 calls/s
# udp tx:   1760 MB/s    29854 calls/s  29854 msg/s
# udp rx:   1762 MB/s    29900 calls/s
# udp tx:   1762 MB/s    29888 calls/s  29888 msg/s
# udp rx:   1674 MB/s    28403 calls/s
# udp tx:   1676 MB/s    28429 calls/s  28429 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1575 MB/s    26722 calls/s  26722 msg/s
# tcp rx:   1576 MB/s    62918 calls/s
# tcp tx:   1580 MB/s    26808 calls/s  26808 msg/s
# tcp rx:   1581 MB/s    63738 calls/s
# tcp tx:   1346 MB/s    22832 calls/s  22832 msg/s
# tcp rx:   1348 MB/s    53801 calls/s
# tcp tx:   1354 MB/s    22967 calls/s  22967 msg/s
# udp gso - over veth touching data
# udp rx:   1042 MB/s   760640 calls/s
# udp tx:   1072 MB/s    18189 calls/s  18189 msg/s
# udp rx:   1130 MB/s   824700 calls/s
# udp tx:   1129 MB/s    19162 calls/s  19162 msg/s
# udp rx:   1178 MB/s   859359 calls/s
# udp tx:   1178 MB/s    19982 calls/s  19982 msg/s
# udp rx:   1107 MB/s   807778 calls/s
# udp tx:   1117 MB/s    18951 calls/s  18951 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1025 MB/s    17399 calls/s
# udp tx:   1084 MB/s    18388 calls/s  18388 msg/s
# udp rx:   1662 MB/s    28199 calls/s
# udp tx:   1663 MB/s    28208 calls/s  28208 msg/s
# udp rx:   1527 MB/s    25914 calls/s
# udp tx:   1530 MB/s    25954 calls/s  25954 msg/s
# udp rx:   1755 MB/s    29766 calls/s
# udp tx:   1754 MB/s    29763 calls/s  29763 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__->