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 6000
# selftests: net: udpgro_bench.sh
# ipv4
# tcp - over veth touching data
[    2.093069] ip (237) used greatest stack depth: 12056 bytes left
# tcp tx:    703 MB/s    11933 calls/s  11933 msg/s
# tcp rx:    710 MB/s    28242 calls/s
# tcp tx:    726 MB/s    12327 calls/s  12327 msg/s
# tcp rx:    727 MB/s    33819 calls/s
# tcp tx:    743 MB/s    12604 calls/s  12604 msg/s
# tcp rx:    744 MB/s    31231 calls/s
# tcp tx:    743 MB/s    12614 calls/s  12614 msg/s
# udp gso - over veth touching data
[    6.474363] ip (271) used greatest stack depth: 12024 bytes left
# udp rx:    375 MB/s   267630 calls/s
# udp tx:    390 MB/s     6628 calls/s   6628 msg/s
# udp rx:    444 MB/s   316924 calls/s
# udp tx:    445 MB/s     7559 calls/s   7559 msg/s
# udp rx:    454 MB/s   323502 calls/s
# udp tx:    453 MB/s     7694 calls/s   7694 msg/s
# udp rx:    417 MB/s   297108 calls/s
# udp tx:    416 MB/s     7067 calls/s   7067 msg/s
# udp gso and gro - over veth touching data
# udp rx:    840 MB/s    14145 calls/s
# udp tx:    860 MB/s    14587 calls/s  14587 msg/s
# udp rx:    829 MB/s    14071 calls/s
# udp tx:    829 MB/s    14073 calls/s  14073 msg/s
# udp rx:    827 MB/s    14038 calls/s
# udp tx:    827 MB/s    14036 calls/s  14036 msg/s
# udp rx:    834 MB/s    14154 calls/s
# udp tx:    834 MB/s    14155 calls/s  14155 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    763 MB/s    12941 calls/s  12941 msg/s
# tcp rx:    766 MB/s    33028 calls/s
# tcp tx:    758 MB/s    12857 calls/s  12857 msg/s
# tcp rx:    764 MB/s    32436 calls/s
# tcp tx:    752 MB/s    12757 calls/s  12757 msg/s
# tcp rx:    752 MB/s    32635 calls/s
# tcp tx:    760 MB/s    12903 calls/s  12903 msg/s
# udp gso - over veth touching data
# udp rx:    418 MB/s   305074 calls/s
# udp tx:    428 MB/s     7268 calls/s   7268 msg/s
# udp rx:    425 MB/s   310589 calls/s
# udp tx:    425 MB/s     7212 calls/s   7212 msg/s
# udp rx:    432 MB/s   315690 calls/s
# udp tx:    432 MB/s     7342 calls/s   7342 msg/s
# udp rx:    438 MB/s   319643 calls/s
# udp tx:    437 MB/s     7426 calls/s   7426 msg/s
# udp gso and gro - over veth touching data
# udp rx:    753 MB/s    12775 calls/s
# udp tx:    776 MB/s    13164 calls/s  13164 msg/s
# udp rx:    714 MB/s    12114 calls/s
# udp tx:    708 MB/s    12021 calls/s  12021 msg/s
# udp rx:    790 MB/s    13455 calls/s
# udp tx:    795 MB/s    13488 calls/s  13488 msg/s
# udp rx:    766 MB/s    13000 calls/s
# udp tx:    764 MB/s    12964 calls/s  12964 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__->