make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    754 MB/s    12797 calls/s  12797 msg/s
# tcp rx:    756 MB/s    62977 calls/s
# tcp tx:    760 MB/s    12895 calls/s  12895 msg/s
# tcp rx:    761 MB/s    64322 calls/s
# tcp tx:    809 MB/s    13724 calls/s  13724 msg/s
# tcp rx:    809 MB/s    66427 calls/s
# tcp tx:    808 MB/s    13710 calls/s  13710 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:    572 MB/s   414720 calls/s
# udp tx:   1241 MB/s    21062 calls/s  21062 msg/s
# udp rx:    625 MB/s   452864 calls/s
# udp tx:   1241 MB/s    21055 calls/s  21055 msg/s
# udp rx:    641 MB/s   464384 calls/s
# udp tx:   1237 MB/s    20989 calls/s  20989 msg/s
# udp rx:    659 MB/s   477440 calls/s
# udp tx:   1261 MB/s    21392 calls/s  21392 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:    566 MB/s   413004 calls/s
# udp tx:    580 MB/s     9844 calls/s   9844 msg/s
# udp rx:    597 MB/s   435849 calls/s
# udp tx:    597 MB/s    10139 calls/s  10139 msg/s
# udp rx:    597 MB/s   435966 calls/s
# udp tx:    597 MB/s    10130 calls/s  10130 msg/s
# udp rx:    616 MB/s   449901 calls/s
# udp tx:    616 MB/s    10454 calls/s  10454 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__->