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:    939 MB/s    15937 calls/s  15937 msg/s
# tcp rx:    957 MB/s    50178 calls/s
# tcp tx:    940 MB/s    15950 calls/s  15950 msg/s
# tcp rx:    939 MB/s    48842 calls/s
# tcp tx:    951 MB/s    16142 calls/s  16142 msg/s
# tcp rx:    947 MB/s    49720 calls/s
# tcp tx:    961 MB/s    16315 calls/s  16315 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:    566 MB/s   410658 calls/s
# udp tx:   1013 MB/s    17194 calls/s  17194 msg/s
# udp rx:    534 MB/s   387584 calls/s
# udp tx:    764 MB/s    12972 calls/s  12972 msg/s
# udp rx:    544 MB/s   394752 calls/s
# udp tx:    821 MB/s    13926 calls/s  13926 msg/s
# udp rx:    545 MB/s   395264 calls/s
# udp tx:    831 MB/s    14096 calls/s  14096 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:   1076 MB/s   785440 calls/s
# udp tx:   1109 MB/s    18824 calls/s  18824 msg/s
# udp rx:   1166 MB/s   850386 calls/s
# udp tx:   1164 MB/s    19756 calls/s  19756 msg/s
# udp rx:   1164 MB/s   849330 calls/s
# udp tx:   1163 MB/s    19735 calls/s  19735 msg/s
# udp rx:   1164 MB/s   849341 calls/s
# udp tx:   1163 MB/s    19734 calls/s  19734 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__->