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:   1021 MB/s    17317 calls/s  17317 msg/s
# tcp rx:   1021 MB/s    52732 calls/s
# tcp tx:    934 MB/s    15843 calls/s  15843 msg/s
# tcp rx:    934 MB/s    50220 calls/s
# tcp tx:   1034 MB/s    17552 calls/s  17552 msg/s
# tcp rx:   1035 MB/s    52964 calls/s
# tcp tx:   1059 MB/s    17971 calls/s  17971 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:    619 MB/s   449024 calls/s
# udp tx:   1218 MB/s    20674 calls/s  20674 msg/s
# udp rx:    575 MB/s   417024 calls/s
# udp tx:   1286 MB/s    21819 calls/s  21819 msg/s
# udp rx:    599 MB/s   434176 calls/s
# udp tx:   1330 MB/s    22561 calls/s  22561 msg/s
# udp rx:    630 MB/s   456704 calls/s
# udp tx:   1323 MB/s    22452 calls/s  22452 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:   1071 MB/s   781663 calls/s
# udp tx:   1096 MB/s    18596 calls/s  18596 msg/s
# udp rx:   1118 MB/s   815940 calls/s
# udp tx:   1120 MB/s    18999 calls/s  18999 msg/s
# udp rx:   1062 MB/s   775053 calls/s
# udp tx:   1061 MB/s    18001 calls/s  18001 msg/s
# udp rx:   1100 MB/s   802921 calls/s
# udp tx:   1101 MB/s    18686 calls/s  18686 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__->