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:    948 MB/s    16095 calls/s  16095 msg/s
# tcp rx:    949 MB/s    50086 calls/s
# tcp tx:    974 MB/s    16527 calls/s  16527 msg/s
# tcp rx:    974 MB/s    49963 calls/s
# tcp tx:    977 MB/s    16585 calls/s  16585 msg/s
# tcp rx:    978 MB/s    50310 calls/s
# tcp tx:    977 MB/s    16581 calls/s  16581 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:    624 MB/s   452608 calls/s
# udp tx:   1295 MB/s    21967 calls/s  21967 msg/s
# udp rx:    645 MB/s   467200 calls/s
# udp tx:   1277 MB/s    21663 calls/s  21663 msg/s
# udp rx:    664 MB/s   481280 calls/s
# udp tx:   1282 MB/s    21745 calls/s  21745 msg/s
# udp rx:    664 MB/s   481280 calls/s
# udp tx:   1281 MB/s    21738 calls/s  21738 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:    570 MB/s   416430 calls/s
# udp tx:    588 MB/s     9983 calls/s   9983 msg/s
# udp rx:    596 MB/s   434800 calls/s
# udp tx:    596 MB/s    10119 calls/s  10119 msg/s
# udp rx:    635 MB/s   463211 calls/s
# udp tx:    634 MB/s    10768 calls/s  10768 msg/s
# udp rx:    632 MB/s   461637 calls/s
# udp tx:    632 MB/s    10730 calls/s  10730 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__->