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:    669 MB/s    11348 calls/s  11348 msg/s
# tcp rx:    669 MB/s    34064 calls/s
# tcp tx:    855 MB/s    14518 calls/s  14518 msg/s
# tcp rx:    875 MB/s    39528 calls/s
# tcp tx:    879 MB/s    14921 calls/s  14921 msg/s
# tcp rx:    879 MB/s    40375 calls/s
# tcp tx:    946 MB/s    16051 calls/s  16051 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:    618 MB/s   447744 calls/s
# udp tx:   1209 MB/s    20508 calls/s  20508 msg/s
# udp rx:    660 MB/s   478208 calls/s
# udp tx:   1214 MB/s    20596 calls/s  20596 msg/s
# udp rx:    640 MB/s   463616 calls/s
# udp tx:   1219 MB/s    20687 calls/s  20687 msg/s
# udp rx:    665 MB/s   481792 calls/s
# udp tx:   1211 MB/s    20543 calls/s  20543 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:   1076 MB/s   785283 calls/s
# udp tx:   1112 MB/s    18873 calls/s  18873 msg/s
# udp rx:   1169 MB/s   853001 calls/s
# udp tx:   1164 MB/s    19754 calls/s  19754 msg/s
# udp rx:   1142 MB/s   833045 calls/s
# udp tx:   1141 MB/s    19355 calls/s  19355 msg/s
# udp rx:   1150 MB/s   839267 calls/s
# udp tx:   1150 MB/s    19511 calls/s  19511 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__->