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:    937 MB/s    15904 calls/s  15904 msg/s
# tcp rx:    937 MB/s    48773 calls/s
# tcp tx:    888 MB/s    15077 calls/s  15077 msg/s
# tcp rx:    890 MB/s    47826 calls/s
# tcp tx:    918 MB/s    15585 calls/s  15585 msg/s
# tcp rx:    919 MB/s    46271 calls/s
# tcp tx:    848 MB/s    14389 calls/s  14389 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:    543 MB/s   394203 calls/s
# udp tx:    725 MB/s    12300 calls/s  12300 msg/s
# udp rx:    574 MB/s   416275 calls/s
# udp tx:    773 MB/s    13111 calls/s  13111 msg/s
# udp rx:    571 MB/s   414208 calls/s
# udp tx:    780 MB/s    13243 calls/s  13243 msg/s
# udp rx:    574 MB/s   416512 calls/s
# udp tx:    766 MB/s    13006 calls/s  13006 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:    636 MB/s   464067 calls/s
# udp tx:    652 MB/s    11065 calls/s  11065 msg/s
# udp rx:    647 MB/s   471874 calls/s
# udp tx:    646 MB/s    10971 calls/s  10971 msg/s
# udp rx:    651 MB/s   475169 calls/s
# udp tx:    651 MB/s    11048 calls/s  11048 msg/s
# udp rx:    652 MB/s   476025 calls/s
# udp tx:    652 MB/s    11063 calls/s  11063 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__->