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 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:    940 MB/s    15957 calls/s  15957 msg/s
# tcp rx:    941 MB/s    50918 calls/s
# tcp tx:   1003 MB/s    17014 calls/s  17014 msg/s
# tcp rx:   1004 MB/s    51844 calls/s
# tcp tx:   1001 MB/s    16980 calls/s  16980 msg/s
# tcp rx:   1002 MB/s    51305 calls/s
# tcp tx:   1008 MB/s    17098 calls/s  17098 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:    627 MB/s   454656 calls/s
# udp tx:   1147 MB/s    19464 calls/s  19464 msg/s
# udp rx:    595 MB/s   432504 calls/s
# udp tx:    784 MB/s    13301 calls/s  13301 msg/s
# udp rx:    577 MB/s   419400 calls/s
# udp tx:    714 MB/s    12121 calls/s  12121 msg/s
# udp rx:    573 MB/s   415532 calls/s
# udp tx:    768 MB/s    13040 calls/s  13040 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:    624 MB/s   455167 calls/s
# udp tx:    648 MB/s    10996 calls/s  10996 msg/s
# udp rx:    656 MB/s   478619 calls/s
# udp tx:    655 MB/s    11116 calls/s  11116 msg/s
# udp rx:    623 MB/s   454963 calls/s
# udp tx:    623 MB/s    10582 calls/s  10582 msg/s
# udp rx:    630 MB/s   459949 calls/s
# udp tx:    629 MB/s    10680 calls/s  10680 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__->