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:    587 MB/s     9969 calls/s   9969 msg/s
# tcp rx:    607 MB/s    34171 calls/s
# tcp tx:    912 MB/s    15485 calls/s  15485 msg/s
# tcp rx:    912 MB/s    47295 calls/s
# tcp tx:    905 MB/s    15360 calls/s  15360 msg/s
# tcp rx:    907 MB/s    46876 calls/s
# tcp tx:    931 MB/s    15792 calls/s  15792 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:    644 MB/s   466944 calls/s
# udp tx:   1317 MB/s    22351 calls/s  22351 msg/s
# udp rx:    585 MB/s   424448 calls/s
# udp tx:   1334 MB/s    22632 calls/s  22632 msg/s
# udp rx:    592 MB/s   428782 calls/s
# udp tx:   1334 MB/s    22630 calls/s  22630 msg/s
# udp rx:    625 MB/s   452709 calls/s
# udp tx:   1321 MB/s    22410 calls/s  22410 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:    631 MB/s   460415 calls/s
# udp tx:    645 MB/s    10948 calls/s  10948 msg/s
# udp rx:    629 MB/s   459335 calls/s
# udp tx:    628 MB/s    10657 calls/s  10657 msg/s
# udp rx:    642 MB/s   468900 calls/s
# udp tx:    642 MB/s    10896 calls/s  10896 msg/s
# udp rx:    647 MB/s   472047 calls/s
# udp tx:    643 MB/s    10911 calls/s  10911 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__->