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:    584 MB/s     9912 calls/s   9912 msg/s
# tcp rx:    584 MB/s    33989 calls/s
# tcp tx:    579 MB/s     9821 calls/s   9821 msg/s
# tcp rx:    579 MB/s    33924 calls/s
# tcp tx:    615 MB/s    10440 calls/s  10440 msg/s
# tcp rx:    616 MB/s    34384 calls/s
# tcp tx:    606 MB/s    10287 calls/s  10287 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:    607 MB/s   440490 calls/s
# udp tx:   1180 MB/s    20016 calls/s  20016 msg/s
# udp rx:    642 MB/s   465535 calls/s
# udp tx:   1242 MB/s    21078 calls/s  21078 msg/s
# udp rx:    637 MB/s   461673 calls/s
# udp tx:   1301 MB/s    22073 calls/s  22073 msg/s
# udp rx:    662 MB/s   479867 calls/s
# udp tx:   1292 MB/s    21916 calls/s  21916 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:    707 MB/s   516035 calls/s
# udp tx:    723 MB/s    12279 calls/s  12279 msg/s
# udp rx:    682 MB/s   497506 calls/s
# udp tx:    685 MB/s    11627 calls/s  11627 msg/s
# udp rx:    680 MB/s   496133 calls/s
# udp tx:    682 MB/s    11584 calls/s  11584 msg/s
# udp rx:    675 MB/s   492951 calls/s
# udp tx:    677 MB/s    11492 calls/s  11492 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__->