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:    903 MB/s    15322 calls/s  15322 msg/s
# tcp rx:   1225 MB/s    49262 calls/s
# tcp tx:    998 MB/s    16934 calls/s  16934 msg/s
# tcp rx:    850 MB/s    42933 calls/s
# tcp tx:    662 MB/s    11229 calls/s  11229 msg/s
# tcp rx:    675 MB/s    34501 calls/s
# tcp tx:    694 MB/s    11786 calls/s  11786 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:    633 MB/s   458752 calls/s
# udp tx:   1239 MB/s    21025 calls/s  21025 msg/s
# udp rx:    668 MB/s   483828 calls/s
# udp tx:   1230 MB/s    20869 calls/s  20869 msg/s
# udp rx:    640 MB/s   464145 calls/s
# udp tx:   1157 MB/s    19631 calls/s  19631 msg/s
# udp rx:    555 MB/s   402728 calls/s
# udp tx:    817 MB/s    13868 calls/s  13868 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:    611 MB/s   445968 calls/s
# udp tx:    626 MB/s    10622 calls/s  10622 msg/s
# udp rx:    631 MB/s   460759 calls/s
# udp tx:    633 MB/s    10753 calls/s  10753 msg/s
# udp rx:    590 MB/s   430920 calls/s
# udp tx:    587 MB/s     9959 calls/s   9959 msg/s
# udp rx:    607 MB/s   443406 calls/s
# udp tx:    618 MB/s    10489 calls/s  10489 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__->