make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.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 6000
# selftests: net: udpgro_frglist.sh
# ipv6
# tcp - over veth touching data
# -l 4 -6 -D 2001:db8::1 -t rx -4 -t
# -4 -t
# tcp tx:    637 MB/s    10811 calls/s  10811 msg/s
# tcp rx:    637 MB/s    23993 calls/s
# tcp tx:    700 MB/s    11887 calls/s  11887 msg/s
# tcp rx:    701 MB/s    23801 calls/s
# tcp tx:    690 MB/s    11718 calls/s  11718 msg/s
# tcp rx:    691 MB/s    30397 calls/s
# tcp tx:    739 MB/s    12540 calls/s  12540 msg/s
# udp gso - over veth touching data
# -l 4 -6 -D 2001:db8::1 -u -S 0 rx -4 -v
# -4 -v
# udp rx:    436 MB/s   317946 calls/s
# udp tx:    465 MB/s     7903 calls/s   7903 msg/s
# udp rx:    429 MB/s   313295 calls/s
# udp tx:    435 MB/s     7384 calls/s   7384 msg/s
# udp rx:    434 MB/s   316366 calls/s
# udp tx:    437 MB/s     7415 calls/s   7415 msg/s
# udp rx:    425 MB/s   310305 calls/s
# udp tx:    430 MB/s     7306 calls/s   7306 msg/s
# udp gso and gro - over veth touching data
# -l 4 -6 -D 2001:db8::1 -S 0 rx -4 -G
# -4 -G
# udp rx:    559 MB/s   407884 calls/s
# udp tx:    575 MB/s     9759 calls/s   9759 msg/s
# udp rx:    598 MB/s   436295 calls/s
# udp tx:    591 MB/s    10039 calls/s  10039 msg/s
# udp rx:    561 MB/s   409771 calls/s
# udp tx:    566 MB/s     9607 calls/s   9607 msg/s
# udp rx:    616 MB/s   449375 calls/s
# udp tx:    615 MB/s    10443 calls/s  10443 msg/s
ok 1 selftests: net: udpgro_frglist.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__->