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:    962 MB/s    16330 calls/s  16330 msg/s
# tcp rx:    962 MB/s    49225 calls/s
# tcp tx:    976 MB/s    16564 calls/s  16564 msg/s
# tcp rx:    977 MB/s    50156 calls/s
# tcp tx:    973 MB/s    16507 calls/s  16507 msg/s
# tcp rx:    974 MB/s    50073 calls/s
# tcp tx:    978 MB/s    16601 calls/s  16601 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:    645 MB/s   467200 calls/s
# udp tx:   1311 MB/s    22242 calls/s  22242 msg/s
# udp rx:    655 MB/s   475136 calls/s
# udp tx:   1268 MB/s    21512 calls/s  21512 msg/s
# udp rx:    664 MB/s   481024 calls/s
# udp tx:   1299 MB/s    22043 calls/s  22043 msg/s
# udp rx:    663 MB/s   480512 calls/s
# udp tx:   1294 MB/s    21950 calls/s  21950 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:    665 MB/s   485242 calls/s
# udp tx:    682 MB/s    11576 calls/s  11576 msg/s
# udp rx:    713 MB/s   520348 calls/s
# udp tx:    721 MB/s    12241 calls/s  12241 msg/s
# udp rx:   1087 MB/s   792924 calls/s
# udp tx:   1088 MB/s    18464 calls/s  18464 msg/s
# udp rx:   1112 MB/s   811186 calls/s
# udp tx:   1112 MB/s    18869 calls/s  18869 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__->