make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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_frglist.sh
# ipv6
# tcp - over veth touching data
# -l 4 -6 -D 2001:db8::1 -t rx -4 -t
# -4 -t
# tcp tx:    928 MB/s    15747 calls/s  15747 msg/s
# tcp rx:    929 MB/s    50730 calls/s
# tcp tx:    967 MB/s    16401 calls/s  16401 msg/s
# tcp rx:    973 MB/s    50355 calls/s
# tcp tx:    928 MB/s    15740 calls/s  15740 msg/s
# tcp rx:    931 MB/s    49358 calls/s
# tcp tx:    947 MB/s    16078 calls/s  16078 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:    572 MB/s   415006 calls/s
# udp tx:   1213 MB/s    20583 calls/s  20583 msg/s
# udp rx:    584 MB/s   424234 calls/s
# udp tx:    789 MB/s    13391 calls/s  13391 msg/s
# udp rx:    571 MB/s   414709 calls/s
# udp tx:    700 MB/s    11884 calls/s  11884 msg/s
# udp rx:    574 MB/s   417159 calls/s
# udp tx:    688 MB/s    11685 calls/s  11685 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:    576 MB/s   420167 calls/s
# udp tx:    593 MB/s    10062 calls/s  10062 msg/s
# udp rx:    622 MB/s   453905 calls/s
# udp tx:    621 MB/s    10547 calls/s  10547 msg/s
# udp rx:    611 MB/s   446248 calls/s
# udp tx:    611 MB/s    10374 calls/s  10374 msg/s
# udp rx:    615 MB/s   449103 calls/s
# udp tx:    615 MB/s    10442 calls/s  10442 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__->