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:    947 MB/s    16073 calls/s  16073 msg/s
# tcp rx:    951 MB/s    50216 calls/s
# tcp tx:    930 MB/s    15785 calls/s  15785 msg/s
# tcp rx:    931 MB/s    47318 calls/s
# tcp tx:    951 MB/s    16134 calls/s  16134 msg/s
# tcp rx:    952 MB/s    48738 calls/s
# tcp tx:    944 MB/s    16015 calls/s  16015 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:    600 MB/s   435200 calls/s
# udp tx:   1229 MB/s    20854 calls/s  20854 msg/s
# udp rx:    664 MB/s   481082 calls/s
# udp tx:   1299 MB/s    22040 calls/s  22040 msg/s
# udp rx:    662 MB/s   480139 calls/s
# udp tx:   1294 MB/s    21955 calls/s  21955 msg/s
# udp rx:    663 MB/s   480571 calls/s
# udp tx:   1295 MB/s    21979 calls/s  21979 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:    855 MB/s   623636 calls/s
# udp tx:    865 MB/s    14687 calls/s  14687 msg/s
# udp rx:    621 MB/s   453255 calls/s
# udp tx:    623 MB/s    10572 calls/s  10572 msg/s
# udp rx:    616 MB/s   449905 calls/s
# udp tx:    618 MB/s    10492 calls/s  10492 msg/s
# udp rx:    616 MB/s   449451 calls/s
# udp tx:    617 MB/s    10479 calls/s  10479 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__->