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:   1011 MB/s    17164 calls/s  17164 msg/s
# tcp rx:   1012 MB/s    51844 calls/s
# tcp tx:    994 MB/s    16875 calls/s  16875 msg/s
# tcp rx:    994 MB/s    47325 calls/s
# tcp tx:    990 MB/s    16803 calls/s  16803 msg/s
# tcp rx:    991 MB/s    50625 calls/s
# tcp tx:    989 MB/s    16784 calls/s  16784 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:    623 MB/s   451584 calls/s
# udp tx:   1234 MB/s    20932 calls/s  20932 msg/s
# udp rx:    631 MB/s   457216 calls/s
# udp tx:   1294 MB/s    21950 calls/s  21950 msg/s
# udp rx:    658 MB/s   477184 calls/s
# udp tx:   1287 MB/s    21830 calls/s  21830 msg/s
# udp rx:    660 MB/s   478208 calls/s
# udp tx:   1282 MB/s    21746 calls/s  21746 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:   1027 MB/s   749060 calls/s
# udp tx:   1055 MB/s    17898 calls/s  17898 msg/s
# udp rx:   1132 MB/s   826246 calls/s
# udp tx:   1135 MB/s    19265 calls/s  19265 msg/s
# udp rx:   1143 MB/s   834189 calls/s
# udp tx:   1146 MB/s    19440 calls/s  19440 msg/s
# udp rx:   1141 MB/s   832786 calls/s
# udp tx:   1144 MB/s    19408 calls/s  19408 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__->