make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_bench.sh TTEST_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:    726 MB/s    12321 calls/s  12321 msg/s
# tcp rx:    726 MB/s   128479 calls/s
# tcp tx:    668 MB/s    11338 calls/s  11338 msg/s
# tcp rx:    669 MB/s    76558 calls/s
# tcp tx:    702 MB/s    11923 calls/s  11923 msg/s
# tcp rx:    704 MB/s    80630 calls/s
# tcp tx:    827 MB/s    14032 calls/s  14032 msg/s
# udp gso - over veth touching data
# udp rx:    623 MB/s   443936 calls/s
# udp tx:    638 MB/s    10833 calls/s  10833 msg/s
# udp rx:    640 MB/s   456124 calls/s
# udp tx:    639 MB/s    10847 calls/s  10847 msg/s
# udp rx:    777 MB/s   554076 calls/s
# udp tx:    789 MB/s    13390 calls/s  13390 msg/s
# udp rx:   1198 MB/s   853620 calls/s
# udp tx:   1200 MB/s    20362 calls/s  20362 msg/s
# udp gso and gro - over veth touching data
# udp rx:    927 MB/s   660681 calls/s
# udp tx:    953 MB/s    16178 calls/s  16178 msg/s
# udp rx:   1215 MB/s   866115 calls/s
# udp tx:   1229 MB/s    20859 calls/s  20859 msg/s
# udp rx:   1325 MB/s   944553 calls/s
# udp tx:   1315 MB/s    22312 calls/s  22312 msg/s
# udp rx:   1306 MB/s   931004 calls/s
# udp tx:   1322 MB/s    22422 calls/s  22422 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    994 MB/s    16874 calls/s  16874 msg/s
# tcp rx:    995 MB/s   128938 calls/s
# tcp tx:   1010 MB/s    17132 calls/s  17132 msg/s
# tcp rx:   1011 MB/s   117553 calls/s
# tcp tx:   1024 MB/s    17382 calls/s  17382 msg/s
# tcp rx:   1025 MB/s   129683 calls/s
# tcp tx:    999 MB/s    16957 calls/s  16957 msg/s
# udp gso - over veth touching data
# udp rx:   1027 MB/s   749605 calls/s
# udp tx:   1066 MB/s    18093 calls/s  18093 msg/s
# udp rx:   1270 MB/s   926759 calls/s
# udp tx:   1269 MB/s    21533 calls/s  21533 msg/s
# udp rx:   1183 MB/s   863450 calls/s
# udp tx:   1182 MB/s    20061 calls/s  20061 msg/s
# udp rx:   1219 MB/s   889465 calls/s
# udp tx:   1214 MB/s    20600 calls/s  20600 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1065 MB/s   777125 calls/s
# udp tx:   1103 MB/s    18724 calls/s  18724 msg/s
# udp rx:   1054 MB/s   769288 calls/s
# udp tx:   1055 MB/s    17895 calls/s  17895 msg/s
# udp rx:   1095 MB/s   799264 calls/s
# udp tx:   1082 MB/s    18353 calls/s  18353 msg/s
# udp rx:   1083 MB/s   790184 calls/s
# udp tx:   1093 MB/s    18549 calls/s  18549 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__->