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:    951 MB/s    16144 calls/s  16144 msg/s
# tcp rx:    952 MB/s    49805 calls/s
# tcp tx:   1000 MB/s    16970 calls/s  16970 msg/s
# tcp rx:   1000 MB/s    51304 calls/s
# tcp tx:    921 MB/s    15629 calls/s  15629 msg/s
# tcp rx:    922 MB/s    48798 calls/s
# tcp tx:    898 MB/s    15240 calls/s  15240 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:    505 MB/s   366645 calls/s
# udp tx:    817 MB/s    13861 calls/s  13861 msg/s
# udp rx:    527 MB/s   382566 calls/s
# udp tx:    958 MB/s    16263 calls/s  16263 msg/s
# udp rx:    598 MB/s   433664 calls/s
# udp tx:   1299 MB/s    22033 calls/s  22033 msg/s
# udp rx:    625 MB/s   453376 calls/s
# udp tx:   1099 MB/s    18640 calls/s  18640 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:   1110 MB/s   810002 calls/s
# udp tx:   1146 MB/s    19449 calls/s  19449 msg/s
# udp rx:   1149 MB/s   838539 calls/s
# udp tx:   1138 MB/s    19306 calls/s  19306 msg/s
# udp rx:    621 MB/s   453505 calls/s
# udp tx:    622 MB/s    10551 calls/s  10551 msg/s
# udp rx:    624 MB/s   455259 calls/s
# udp tx:    625 MB/s    10616 calls/s  10616 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__->