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:    957 MB/s    16243 calls/s  16243 msg/s
# tcp rx:    957 MB/s    49597 calls/s
# tcp tx:    976 MB/s    16565 calls/s  16565 msg/s
# tcp rx:    977 MB/s    49910 calls/s
# tcp tx:    969 MB/s    16451 calls/s  16451 msg/s
# tcp rx:    970 MB/s    49635 calls/s
# tcp tx:    974 MB/s    16536 calls/s  16536 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:    601 MB/s   435712 calls/s
# udp tx:   1263 MB/s    21429 calls/s  21429 msg/s
# udp rx:    661 MB/s   479488 calls/s
# udp tx:   1206 MB/s    20469 calls/s  20469 msg/s
# udp rx:    659 MB/s   477696 calls/s
# udp tx:   1281 MB/s    21728 calls/s  21728 msg/s
# udp rx:    659 MB/s   477440 calls/s
# udp tx:   1279 MB/s    21695 calls/s  21695 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:   1108 MB/s   808241 calls/s
# udp tx:   1132 MB/s    19200 calls/s  19200 msg/s
# udp rx:   1237 MB/s   902411 calls/s
# udp tx:   1239 MB/s    21025 calls/s  21025 msg/s
# udp rx:   1163 MB/s   848733 calls/s
# udp tx:   1162 MB/s    19721 calls/s  19721 msg/s
# udp rx:   1166 MB/s   850418 calls/s
# udp tx:   1165 MB/s    19762 calls/s  19762 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__->