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:    648 MB/s    11002 calls/s  11002 msg/s
# tcp rx:    648 MB/s    33147 calls/s
# tcp tx:    635 MB/s    10785 calls/s  10785 msg/s
# tcp rx:    636 MB/s    32676 calls/s
# tcp tx:    614 MB/s    10414 calls/s  10414 msg/s
# tcp rx:    614 MB/s    31656 calls/s
# tcp tx:    621 MB/s    10534 calls/s  10534 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:    584 MB/s   423680 calls/s
# udp tx:   1188 MB/s    20165 calls/s  20165 msg/s
# udp rx:    622 MB/s   450560 calls/s
# udp tx:   1244 MB/s    21104 calls/s  21104 msg/s
# udp rx:    602 MB/s   436224 calls/s
# udp tx:   1147 MB/s    19469 calls/s  19469 msg/s
# udp rx:    644 MB/s   466944 calls/s
# udp tx:   1205 MB/s    20454 calls/s  20454 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:   1128 MB/s   822701 calls/s
# udp tx:   1155 MB/s    19599 calls/s  19599 msg/s
# udp rx:   1152 MB/s   840292 calls/s
# udp tx:   1154 MB/s    19580 calls/s  19580 msg/s
# udp rx:   1164 MB/s   849080 calls/s
# udp tx:   1166 MB/s    19788 calls/s  19788 msg/s
# udp rx:   1155 MB/s   842502 calls/s
# udp tx:   1157 MB/s    19632 calls/s  19632 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__->