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:    896 MB/s    15213 calls/s  15213 msg/s
# tcp rx:    897 MB/s    50075 calls/s
# tcp tx:    931 MB/s    15796 calls/s  15796 msg/s
# tcp rx:    931 MB/s    48258 calls/s
# tcp tx:    945 MB/s    16038 calls/s  16038 msg/s
# tcp rx:    957 MB/s    48559 calls/s
# tcp tx:    940 MB/s    15954 calls/s  15954 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:    559 MB/s   404992 calls/s
# udp tx:   1239 MB/s    21023 calls/s  21023 msg/s
# udp rx:    630 MB/s   457984 calls/s
# udp tx:   1309 MB/s    22208 calls/s  22208 msg/s
# udp rx:    512 MB/s   371417 calls/s
# udp tx:    808 MB/s    13714 calls/s  13714 msg/s
# udp rx:    544 MB/s   394752 calls/s
# udp tx:    814 MB/s    13821 calls/s  13821 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:    586 MB/s   427920 calls/s
# udp tx:    599 MB/s    10175 calls/s  10175 msg/s
# udp rx:    599 MB/s   437550 calls/s
# udp tx:    606 MB/s    10285 calls/s  10285 msg/s
# udp rx:    625 MB/s   456040 calls/s
# udp tx:    628 MB/s    10662 calls/s  10662 msg/s
# udp rx:    589 MB/s   429847 calls/s
# udp tx:    605 MB/s    10267 calls/s  10267 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__->