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:    774 MB/s    13129 calls/s  13129 msg/s
# tcp rx:    774 MB/s    47699 calls/s
# tcp tx:    811 MB/s    13768 calls/s  13768 msg/s
# tcp rx:    811 MB/s    45441 calls/s
# tcp tx:    663 MB/s    11257 calls/s  11257 msg/s
# tcp rx:    664 MB/s    39211 calls/s
# tcp tx:    647 MB/s    10982 calls/s  10982 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:    481 MB/s   348263 calls/s
# udp tx:    835 MB/s    14177 calls/s  14177 msg/s
# udp rx:    469 MB/s   340819 calls/s
# udp tx:    710 MB/s    12043 calls/s  12043 msg/s
# udp rx:    387 MB/s   281034 calls/s
# udp tx:    725 MB/s    12301 calls/s  12301 msg/s
# udp rx:    371 MB/s   269100 calls/s
# udp tx:    775 MB/s    13153 calls/s  13153 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:   1012 MB/s   738303 calls/s
# udp tx:   1050 MB/s    17813 calls/s  17813 msg/s
# udp rx:    887 MB/s   647305 calls/s
# udp tx:    878 MB/s    14906 calls/s  14906 msg/s
# udp rx:    874 MB/s   637879 calls/s
# udp tx:    883 MB/s    14986 calls/s  14986 msg/s
# udp rx:    976 MB/s   711990 calls/s
# udp tx:    971 MB/s    16483 calls/s  16483 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__->