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:    976 MB/s    16564 calls/s  16564 msg/s
# tcp rx:    976 MB/s   140455 calls/s
# tcp tx:   1130 MB/s    19166 calls/s  19166 msg/s
# tcp rx:   1130 MB/s   137706 calls/s
# tcp tx:   1134 MB/s    19237 calls/s  19237 msg/s
# tcp rx:   1135 MB/s   132918 calls/s
# tcp tx:   1104 MB/s    18737 calls/s  18737 msg/s
# udp gso - over veth touching data
# udp rx:   1247 MB/s   888826 calls/s
# udp tx:   1282 MB/s    21750 calls/s  21750 msg/s
# udp rx:   1246 MB/s   887968 calls/s
# udp tx:   1238 MB/s    20999 calls/s  20999 msg/s
# udp rx:   1231 MB/s   876925 calls/s
# udp tx:   1238 MB/s    21004 calls/s  21004 msg/s
# udp rx:   1220 MB/s   869186 calls/s
# udp tx:   1216 MB/s    20639 calls/s  20639 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1290 MB/s   919248 calls/s
# udp tx:   1329 MB/s    22545 calls/s  22545 msg/s
# udp rx:   1321 MB/s   941219 calls/s
# udp tx:   1321 MB/s    22408 calls/s  22408 msg/s
# udp rx:   1207 MB/s   860067 calls/s
# udp tx:   1199 MB/s    20336 calls/s  20336 msg/s
# udp rx:   1296 MB/s   923563 calls/s
# udp tx:   1305 MB/s    22141 calls/s  22141 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1104 MB/s    18740 calls/s  18740 msg/s
# tcp rx:   1105 MB/s   134307 calls/s
# tcp tx:   1012 MB/s    17165 calls/s  17165 msg/s
# tcp rx:   1013 MB/s   129449 calls/s
# tcp tx:    892 MB/s    15144 calls/s  15144 msg/s
# tcp rx:    892 MB/s   115410 calls/s
# tcp tx:    705 MB/s    11965 calls/s  11965 msg/s
# udp gso - over veth touching data
# udp rx:   1203 MB/s   877974 calls/s
# udp tx:   1247 MB/s    21154 calls/s  21154 msg/s
# udp rx:   1247 MB/s   909957 calls/s
# udp tx:   1245 MB/s    21131 calls/s  21131 msg/s
# udp rx:   1262 MB/s   920796 calls/s
# udp tx:   1264 MB/s    21439 calls/s  21439 msg/s
# udp rx:   1233 MB/s   899680 calls/s
# udp tx:   1250 MB/s    21211 calls/s  21211 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1175 MB/s   856949 calls/s
# udp tx:   1222 MB/s    20727 calls/s  20727 msg/s
# udp rx:   1230 MB/s   897624 calls/s
# udp tx:   1233 MB/s    20926 calls/s  20926 msg/s
# udp rx:   1258 MB/s   917661 calls/s
# udp tx:   1262 MB/s    21409 calls/s  21409 msg/s
# udp rx:   1232 MB/s   899184 calls/s
# udp tx:   1232 MB/s    20909 calls/s  20909 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__->