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:    976 MB/s    16558 calls/s  16558 msg/s
# tcp rx:    977 MB/s    50525 calls/s
# tcp tx:   1045 MB/s    17736 calls/s  17736 msg/s
# tcp rx:   1046 MB/s    52898 calls/s
# tcp tx:   1016 MB/s    17238 calls/s  17238 msg/s
# tcp rx:   1017 MB/s    51529 calls/s
# tcp tx:    998 MB/s    16940 calls/s  16940 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:    611 MB/s   443136 calls/s
# udp tx:   1191 MB/s    20207 calls/s  20207 msg/s
# udp rx:    652 MB/s   472832 calls/s
# udp tx:   1298 MB/s    22031 calls/s  22031 msg/s
# udp rx:    656 MB/s   475136 calls/s
# udp tx:   1297 MB/s    21999 calls/s  21999 msg/s
# udp rx:    620 MB/s   449280 calls/s
# udp tx:   1307 MB/s    22176 calls/s  22176 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:   1061 MB/s   774285 calls/s
# udp tx:   1084 MB/s    18395 calls/s  18395 msg/s
# udp rx:   1184 MB/s   863998 calls/s
# udp tx:   1188 MB/s    20166 calls/s  20166 msg/s
# udp rx:   1180 MB/s   860901 calls/s
# udp tx:   1178 MB/s    19981 calls/s  19981 msg/s
# udp rx:   1160 MB/s   846201 calls/s
# udp tx:   1160 MB/s    19688 calls/s  19688 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__->