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:    535 MB/s     9084 calls/s   9084 msg/s
# tcp rx:    536 MB/s    36389 calls/s
# tcp tx:    951 MB/s    16134 calls/s  16134 msg/s
# tcp rx:    952 MB/s    49552 calls/s
# tcp tx:    892 MB/s    15138 calls/s  15138 msg/s
# tcp rx:    893 MB/s    48090 calls/s
# tcp tx:    906 MB/s    15373 calls/s  15373 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:    540 MB/s   392331 calls/s
# udp tx:    713 MB/s    12094 calls/s  12094 msg/s
# udp rx:    584 MB/s   424500 calls/s
# udp tx:    717 MB/s    12162 calls/s  12162 msg/s
# udp rx:    590 MB/s   428261 calls/s
# udp tx:    741 MB/s    12569 calls/s  12569 msg/s
# udp rx:    587 MB/s   426477 calls/s
# udp tx:    731 MB/s    12401 calls/s  12401 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:    598 MB/s   436482 calls/s
# udp tx:    614 MB/s    10428 calls/s  10428 msg/s
# udp rx:    630 MB/s   460058 calls/s
# udp tx:    639 MB/s    10840 calls/s  10840 msg/s
# udp rx:    618 MB/s   451227 calls/s
# udp tx:    617 MB/s    10479 calls/s  10479 msg/s
# udp rx:    627 MB/s   457381 calls/s
# udp tx:    626 MB/s    10624 calls/s  10624 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__->