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:    999 MB/s    16947 calls/s  16947 msg/s
# tcp rx:    999 MB/s    51469 calls/s
# tcp tx:    979 MB/s    16613 calls/s  16613 msg/s
# tcp rx:    987 MB/s    50268 calls/s
# tcp tx:    956 MB/s    16219 calls/s  16219 msg/s
# tcp rx:    956 MB/s    49059 calls/s
# tcp tx:    976 MB/s    16562 calls/s  16562 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:   1265 MB/s    21456 calls/s  21456 msg/s
# udp rx:    664 MB/s   481280 calls/s
# udp tx:   1292 MB/s    21915 calls/s  21915 msg/s
# udp rx:    664 MB/s   481280 calls/s
# udp tx:   1311 MB/s    22248 calls/s  22248 msg/s
# udp rx:    665 MB/s   481792 calls/s
# udp tx:   1312 MB/s    22267 calls/s  22267 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:   1057 MB/s   771247 calls/s
# udp tx:   1089 MB/s    18478 calls/s  18478 msg/s
# udp rx:    672 MB/s   490412 calls/s
# udp tx:    661 MB/s    11221 calls/s  11221 msg/s
# udp rx:    648 MB/s   473270 calls/s
# udp tx:    650 MB/s    11032 calls/s  11032 msg/s
# udp rx:    670 MB/s   488995 calls/s
# udp tx:    672 MB/s    11403 calls/s  11403 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__->