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:    992 MB/s    16826 calls/s  16826 msg/s
# tcp rx:    993 MB/s    50679 calls/s
# tcp tx:    716 MB/s    12158 calls/s  12158 msg/s
# tcp rx:    717 MB/s    39644 calls/s
# tcp tx:    588 MB/s     9988 calls/s   9988 msg/s
# tcp rx:    589 MB/s    33197 calls/s
# tcp tx:    584 MB/s     9910 calls/s   9910 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:    492 MB/s   357012 calls/s
# udp tx:    785 MB/s    13320 calls/s  13320 msg/s
# udp rx:    530 MB/s   384869 calls/s
# udp tx:    822 MB/s    13958 calls/s  13958 msg/s
# udp rx:    532 MB/s   386048 calls/s
# udp tx:    815 MB/s    13838 calls/s  13838 msg/s
# udp rx:    551 MB/s   399616 calls/s
# udp tx:    790 MB/s    13414 calls/s  13414 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:   1026 MB/s   748522 calls/s
# udp tx:   1064 MB/s    18051 calls/s  18051 msg/s
# udp rx:   1007 MB/s   734514 calls/s
# udp tx:    990 MB/s    16804 calls/s  16804 msg/s
# udp rx:    663 MB/s   483675 calls/s
# udp tx:    662 MB/s    11238 calls/s  11238 msg/s
# udp rx:    667 MB/s   487099 calls/s
# udp tx:    667 MB/s    11327 calls/s  11327 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__->