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:    853 MB/s    14470 calls/s  14470 msg/s
# tcp rx:    853 MB/s    96193 calls/s
# tcp tx:    848 MB/s    14388 calls/s  14388 msg/s
# tcp rx:    849 MB/s    96292 calls/s
# tcp tx:    855 MB/s    14503 calls/s  14503 msg/s
# tcp rx:    855 MB/s    97255 calls/s
# tcp tx:    853 MB/s    14475 calls/s  14475 msg/s
# udp gso - over veth touching data
# udp rx:    579 MB/s   412708 calls/s
# udp tx:    598 MB/s    10157 calls/s  10157 msg/s
# udp rx:    616 MB/s   438923 calls/s
# udp tx:    616 MB/s    10453 calls/s  10453 msg/s
# udp rx:    611 MB/s   435389 calls/s
# udp tx:    610 MB/s    10360 calls/s  10360 msg/s
# udp rx:    618 MB/s   440470 calls/s
# udp tx:    617 MB/s    10479 calls/s  10479 msg/s
# udp gso and gro - over veth touching data
# udp rx:    953 MB/s   679122 calls/s
# udp tx:    969 MB/s    16449 calls/s  16449 msg/s
# udp rx:    616 MB/s   439030 calls/s
# udp tx:    616 MB/s    10455 calls/s  10455 msg/s
# udp rx:    633 MB/s   451596 calls/s
# udp tx:    633 MB/s    10740 calls/s  10740 msg/s
# udp rx:    631 MB/s   450126 calls/s
# udp tx:    631 MB/s    10707 calls/s  10707 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    988 MB/s    16769 calls/s  16769 msg/s
# tcp rx:    988 MB/s   126381 calls/s
# tcp tx:   1016 MB/s    17239 calls/s  17239 msg/s
# tcp rx:   1016 MB/s   131013 calls/s
# tcp tx:   1101 MB/s    18690 calls/s  18690 msg/s
# tcp rx:   1103 MB/s   128289 calls/s
# tcp tx:   1116 MB/s    18937 calls/s  18937 msg/s
# udp gso - over veth touching data
# udp rx:   1265 MB/s   922613 calls/s
# udp tx:   1302 MB/s    22096 calls/s  22096 msg/s
# udp rx:   1282 MB/s   935068 calls/s
# udp tx:   1279 MB/s    21695 calls/s  21695 msg/s
# udp rx:   1243 MB/s   906855 calls/s
# udp tx:   1245 MB/s    21127 calls/s  21127 msg/s
# udp rx:   1215 MB/s   886697 calls/s
# udp tx:   1213 MB/s    20587 calls/s  20587 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1199 MB/s   874817 calls/s
# udp tx:   1233 MB/s    20913 calls/s  20913 msg/s
# udp rx:   1247 MB/s   910077 calls/s
# udp tx:   1249 MB/s    21191 calls/s  21191 msg/s
# udp rx:   1186 MB/s   865536 calls/s
# udp tx:   1186 MB/s    20128 calls/s  20128 msg/s
# udp rx:   1220 MB/s   890117 calls/s
# udp tx:   1233 MB/s    20914 calls/s  20914 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__->