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:    921 MB/s    15636 calls/s  15636 msg/s
# tcp rx:    927 MB/s    49937 calls/s
# tcp tx:    947 MB/s    16068 calls/s  16068 msg/s
# tcp rx:    962 MB/s    47990 calls/s
# tcp tx:    925 MB/s    15701 calls/s  15701 msg/s
# tcp rx:    928 MB/s    46720 calls/s
# tcp tx:    926 MB/s    15716 calls/s  15716 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:    558 MB/s   405231 calls/s
# udp tx:    747 MB/s    12686 calls/s  12686 msg/s
# udp rx:    533 MB/s   386744 calls/s
# udp tx:    777 MB/s    13191 calls/s  13191 msg/s
# udp rx:    500 MB/s   363008 calls/s
# udp tx:    815 MB/s    13836 calls/s  13836 msg/s
# udp rx:    571 MB/s   414395 calls/s
# udp tx:    745 MB/s    12637 calls/s  12637 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:    604 MB/s   440916 calls/s
# udp tx:    615 MB/s    10443 calls/s  10443 msg/s
# udp rx:    623 MB/s   454391 calls/s
# udp tx:    622 MB/s    10560 calls/s  10560 msg/s
# udp rx:    611 MB/s   446308 calls/s
# udp tx:    608 MB/s    10324 calls/s  10324 msg/s
# udp rx:    570 MB/s   416277 calls/s
# udp tx:    572 MB/s     9706 calls/s   9706 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__->