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:    879 MB/s    14917 calls/s  14917 msg/s
# tcp rx:    880 MB/s   149221 calls/s
# tcp tx:    868 MB/s    14738 calls/s  14738 msg/s
# tcp rx:    869 MB/s   161210 calls/s
# tcp tx:    879 MB/s    14919 calls/s  14919 msg/s
# tcp rx:    880 MB/s   164350 calls/s
# tcp tx:    884 MB/s    15010 calls/s  15010 msg/s
# udp gso - over veth touching data
# udp rx:   1165 MB/s   830393 calls/s
# udp tx:   1200 MB/s    20360 calls/s  20360 msg/s
# udp rx:   1187 MB/s   845576 calls/s
# udp tx:   1189 MB/s    20171 calls/s  20171 msg/s
# udp rx:   1213 MB/s   864508 calls/s
# udp tx:   1215 MB/s    20623 calls/s  20623 msg/s
# udp rx:   1226 MB/s   873460 calls/s
# udp tx:   1229 MB/s    20852 calls/s  20852 msg/s
# udp gso and gro - over veth touching data
# udp rx:    622 MB/s   443681 calls/s
# udp tx:    636 MB/s    10801 calls/s  10801 msg/s
# udp rx:    636 MB/s   453659 calls/s
# udp tx:    638 MB/s    10824 calls/s  10824 msg/s
# udp rx:    635 MB/s   452660 calls/s
# udp tx:    637 MB/s    10807 calls/s  10807 msg/s
# udp rx:    633 MB/s   451559 calls/s
# udp tx:    635 MB/s    10773 calls/s  10773 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    576 MB/s     9785 calls/s   9785 msg/s
# tcp rx:    577 MB/s    84327 calls/s
# tcp tx:    603 MB/s    10240 calls/s  10240 msg/s
# tcp rx:    604 MB/s    81362 calls/s
# tcp tx:    623 MB/s    10567 calls/s  10567 msg/s
# tcp rx:    623 MB/s    80748 calls/s
# tcp tx:    627 MB/s    10642 calls/s  10642 msg/s
# udp gso - over veth touching data
# udp rx:   1150 MB/s   839178 calls/s
# udp tx:   1181 MB/s    20038 calls/s  20038 msg/s
# udp rx:   1173 MB/s   855587 calls/s
# udp tx:   1180 MB/s    20022 calls/s  20022 msg/s
# udp rx:   1179 MB/s   860210 calls/s
# udp tx:   1178 MB/s    19993 calls/s  19993 msg/s
# udp rx:   1182 MB/s   862660 calls/s
# udp tx:   1181 MB/s    20046 calls/s  20046 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1067 MB/s   778850 calls/s
# udp tx:   1102 MB/s    18694 calls/s  18694 msg/s
# udp rx:   1169 MB/s   852716 calls/s
# udp tx:   1171 MB/s    19868 calls/s  19868 msg/s
# udp rx:   1218 MB/s   888714 calls/s
# udp tx:   1220 MB/s    20707 calls/s  20707 msg/s
# udp rx:   1209 MB/s   882217 calls/s
# udp tx:   1211 MB/s    20553 calls/s  20553 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__->