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:   1031 MB/s    17490 calls/s  17490 msg/s
# tcp rx:   1031 MB/s   141677 calls/s
# tcp tx:   1028 MB/s    17450 calls/s  17450 msg/s
# tcp rx:   1037 MB/s   131292 calls/s
# tcp tx:   1038 MB/s    17610 calls/s  17610 msg/s
# tcp rx:   1044 MB/s   129460 calls/s
# tcp tx:   1029 MB/s    17454 calls/s  17454 msg/s
# udp gso - over veth touching data
# udp rx:    614 MB/s   437808 calls/s
# udp tx:    630 MB/s    10698 calls/s  10698 msg/s
# udp rx:    607 MB/s   432831 calls/s
# udp tx:    609 MB/s    10342 calls/s  10342 msg/s
# udp rx:    649 MB/s   462469 calls/s
# udp tx:    651 MB/s    11049 calls/s  11049 msg/s
# udp rx:    649 MB/s   462322 calls/s
# udp tx:    650 MB/s    11040 calls/s  11040 msg/s
# udp gso and gro - over veth touching data
# udp rx:    636 MB/s   453715 calls/s
# udp tx:    650 MB/s    11030 calls/s  11030 msg/s
# udp rx:    669 MB/s   476598 calls/s
# udp tx:    674 MB/s    11441 calls/s  11441 msg/s
# udp rx:    674 MB/s   480402 calls/s
# udp tx:    679 MB/s    11524 calls/s  11524 msg/s
# udp rx:    675 MB/s   481391 calls/s
# udp tx:    678 MB/s    11511 calls/s  11511 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    832 MB/s    14120 calls/s  14120 msg/s
# tcp rx:    833 MB/s    96451 calls/s
# tcp tx:    810 MB/s    13749 calls/s  13749 msg/s
# tcp rx:    868 MB/s    89733 calls/s
# tcp tx:    975 MB/s    16553 calls/s  16553 msg/s
# tcp rx:    964 MB/s   132378 calls/s
# tcp tx:    959 MB/s    16278 calls/s  16278 msg/s
# udp gso - over veth touching data
# udp rx:    602 MB/s   439163 calls/s
# udp tx:    614 MB/s    10425 calls/s  10425 msg/s
# udp rx:    643 MB/s   469488 calls/s
# udp tx:    648 MB/s    10992 calls/s  10992 msg/s
# udp rx:    633 MB/s   461860 calls/s
# udp tx:    635 MB/s    10776 calls/s  10776 msg/s
# udp rx:    622 MB/s   453951 calls/s
# udp tx:    623 MB/s    10577 calls/s  10577 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1192 MB/s   869384 calls/s
# udp tx:   1220 MB/s    20697 calls/s  20697 msg/s
# udp rx:   1185 MB/s   864897 calls/s
# udp tx:   1183 MB/s    20076 calls/s  20076 msg/s
# udp rx:   1239 MB/s   903776 calls/s
# udp tx:   1238 MB/s    21001 calls/s  21001 msg/s
# udp rx:   1227 MB/s   895009 calls/s
# udp tx:   1233 MB/s    20929 calls/s  20929 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__->