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:    864 MB/s    14655 calls/s  14655 msg/s
# tcp rx:    864 MB/s   159038 calls/s
# tcp tx:    909 MB/s    15423 calls/s  15423 msg/s
# tcp rx:    913 MB/s   130524 calls/s
# tcp tx:    832 MB/s    14121 calls/s  14121 msg/s
# tcp rx:    831 MB/s   153732 calls/s
# tcp tx:    846 MB/s    14357 calls/s  14357 msg/s
# udp gso - over veth touching data
# udp rx:   1129 MB/s   804812 calls/s
# udp tx:   1162 MB/s    19711 calls/s  19711 msg/s
# udp rx:   1095 MB/s   780051 calls/s
# udp tx:   1084 MB/s    18393 calls/s  18393 msg/s
# udp rx:   1011 MB/s   720490 calls/s
# udp tx:   1015 MB/s    17228 calls/s  17228 msg/s
# udp rx:   1071 MB/s   762963 calls/s
# udp tx:   1075 MB/s    18242 calls/s  18242 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1204 MB/s   857933 calls/s
# udp tx:   1243 MB/s    21093 calls/s  21093 msg/s
# udp rx:   1229 MB/s   875491 calls/s
# udp tx:   1226 MB/s    20804 calls/s  20804 msg/s
# udp rx:   1185 MB/s   844515 calls/s
# udp tx:   1191 MB/s    20201 calls/s  20201 msg/s
# udp rx:   1230 MB/s   876377 calls/s
# udp tx:   1231 MB/s    20891 calls/s  20891 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    799 MB/s    13554 calls/s  13554 msg/s
# tcp rx:    799 MB/s   141613 calls/s
# tcp tx:    838 MB/s    14214 calls/s  14214 msg/s
# tcp rx:    839 MB/s   145963 calls/s
# tcp tx:    821 MB/s    13940 calls/s  13940 msg/s
# tcp rx:    835 MB/s   135769 calls/s
# tcp tx:    774 MB/s    13128 calls/s  13128 msg/s
# udp gso - over veth touching data
# udp rx:   1032 MB/s   752712 calls/s
# udp tx:   1064 MB/s    18055 calls/s  18055 msg/s
# udp rx:   1192 MB/s   869355 calls/s
# udp tx:   1189 MB/s    20173 calls/s  20173 msg/s
# udp rx:   1174 MB/s   856702 calls/s
# udp tx:   1174 MB/s    19925 calls/s  19925 msg/s
# udp rx:   1164 MB/s   849640 calls/s
# udp tx:   1165 MB/s    19760 calls/s  19760 msg/s
# udp gso and gro - over veth touching data
# udp rx:    547 MB/s   399077 calls/s
# udp tx:    565 MB/s     9595 calls/s   9595 msg/s
# udp rx:    624 MB/s   455652 calls/s
# udp tx:    623 MB/s    10577 calls/s  10577 msg/s
# udp rx:    623 MB/s   454496 calls/s
# udp tx:    622 MB/s    10560 calls/s  10560 msg/s
# udp rx:    624 MB/s   455750 calls/s
# udp tx:    624 MB/s    10590 calls/s  10590 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__->