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:    960 MB/s    16284 calls/s  16284 msg/s
# tcp rx:    960 MB/s    50855 calls/s
# tcp tx:    908 MB/s    15402 calls/s  15402 msg/s
# tcp rx:    957 MB/s    41298 calls/s
# tcp tx:   1207 MB/s    20473 calls/s  20473 msg/s
# tcp tx:   1201 MB/s    20372 calls/s  20372 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:    635 MB/s   459901 calls/s
# udp tx:   1269 MB/s    21539 calls/s  21539 msg/s
# udp rx:    629 MB/s   455680 calls/s
# udp tx:   1284 MB/s    21779 calls/s  21779 msg/s
# udp rx:    570 MB/s   413184 calls/s
# udp tx:   1306 MB/s    22163 calls/s  22163 msg/s
# udp rx:    615 MB/s   445440 calls/s
# udp tx:   1296 MB/s    21982 calls/s  21982 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:   1056 MB/s   770473 calls/s
# udp tx:   1080 MB/s    18321 calls/s  18321 msg/s
# udp rx:   1132 MB/s   825611 calls/s
# udp tx:   1134 MB/s    19241 calls/s  19241 msg/s
# udp rx:   1101 MB/s   803549 calls/s
# udp tx:   1101 MB/s    18689 calls/s  18689 msg/s
# udp rx:   1151 MB/s   839909 calls/s
# udp tx:   1150 MB/s    19515 calls/s  19515 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__->