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:    943 MB/s    15999 calls/s  15999 msg/s
# tcp rx:    943 MB/s    49458 calls/s
# tcp tx:    891 MB/s    15115 calls/s  15115 msg/s
# tcp rx:    891 MB/s    48187 calls/s
# tcp tx:    926 MB/s    15722 calls/s  15722 msg/s
# tcp rx:    927 MB/s    46622 calls/s
# tcp tx:    951 MB/s    16131 calls/s  16131 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:    482 MB/s   348914 calls/s
# udp tx:    842 MB/s    14283 calls/s  14283 msg/s
# udp rx:    521 MB/s   377159 calls/s
# udp tx:    877 MB/s    14889 calls/s  14889 msg/s
# udp rx:    517 MB/s   373958 calls/s
# udp tx:    883 MB/s    14979 calls/s  14979 msg/s
# udp rx:    517 MB/s   374367 calls/s
# udp tx:    880 MB/s    14936 calls/s  14936 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   427691 calls/s
# udp tx:    605 MB/s    10266 calls/s  10266 msg/s
# udp rx:    939 MB/s   685328 calls/s
# udp tx:    956 MB/s    16231 calls/s  16231 msg/s
# udp rx:   1043 MB/s   761174 calls/s
# udp tx:   1047 MB/s    17762 calls/s  17762 msg/s
# udp rx:   1131 MB/s   825186 calls/s
# udp tx:   1134 MB/s    19248 calls/s  19248 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__->