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:    891 MB/s    15117 calls/s  15117 msg/s
# tcp rx:    892 MB/s   136072 calls/s
# tcp tx:    993 MB/s    16848 calls/s  16848 msg/s
# tcp rx:    993 MB/s   134358 calls/s
# tcp tx:    984 MB/s    16697 calls/s  16697 msg/s
# tcp rx:    986 MB/s   128810 calls/s
# tcp tx:   1000 MB/s    16965 calls/s  16965 msg/s
# udp gso - over veth touching data
# udp rx:   1086 MB/s   774007 calls/s
# udp tx:   1122 MB/s    19044 calls/s  19044 msg/s
# udp rx:   1258 MB/s   896553 calls/s
# udp tx:   1264 MB/s    21446 calls/s  21446 msg/s
# udp rx:    995 MB/s   709196 calls/s
# udp tx:    993 MB/s    16845 calls/s  16845 msg/s
# udp rx:   1235 MB/s   880254 calls/s
# udp tx:   1229 MB/s    20857 calls/s  20857 msg/s
# udp gso and gro - over veth touching data
# udp rx:    926 MB/s   660227 calls/s
# udp tx:    957 MB/s    16244 calls/s  16244 msg/s
# udp rx:    949 MB/s   676291 calls/s
# udp tx:    954 MB/s    16185 calls/s  16185 msg/s
# udp rx:    954 MB/s   680172 calls/s
# udp tx:    952 MB/s    16147 calls/s  16147 msg/s
# udp rx:   1020 MB/s   726947 calls/s
# udp tx:   1020 MB/s    17316 calls/s  17316 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1003 MB/s    17021 calls/s  17021 msg/s
# tcp rx:   1008 MB/s   134505 calls/s
# tcp tx:    879 MB/s    14924 calls/s  14924 msg/s
# tcp rx:    878 MB/s   131258 calls/s
# tcp tx:    873 MB/s    14808 calls/s  14808 msg/s
# tcp rx:    873 MB/s   127906 calls/s
# tcp tx:    843 MB/s    14310 calls/s  14310 msg/s
# udp gso - over veth touching data
# udp rx:    934 MB/s   681366 calls/s
# udp tx:    976 MB/s    16569 calls/s  16569 msg/s
# udp rx:   1170 MB/s   853950 calls/s
# udp tx:   1174 MB/s    19923 calls/s  19923 msg/s
# udp rx:   1168 MB/s   852204 calls/s
# udp tx:   1168 MB/s    19811 calls/s  19811 msg/s
# udp rx:   1136 MB/s   828686 calls/s
# udp tx:   1140 MB/s    19347 calls/s  19347 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1072 MB/s   781907 calls/s
# udp tx:   1098 MB/s    18638 calls/s  18638 msg/s
# udp rx:    948 MB/s   691937 calls/s
# udp tx:    951 MB/s    16143 calls/s  16143 msg/s
# udp rx:   1114 MB/s   812792 calls/s
# udp tx:   1118 MB/s    18971 calls/s  18971 msg/s
# udp rx:   1046 MB/s   762924 calls/s
# udp tx:   1056 MB/s    17923 calls/s  17923 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__->