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:    917 MB/s    15568 calls/s  15568 msg/s
# tcp rx:    918 MB/s    49293 calls/s
# tcp tx:    631 MB/s    10715 calls/s  10715 msg/s
# tcp rx:    631 MB/s    32572 calls/s
# tcp tx:    652 MB/s    11064 calls/s  11064 msg/s
# tcp rx:    653 MB/s    33626 calls/s
# tcp tx:    650 MB/s    11028 calls/s  11028 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:    599 MB/s   434688 calls/s
# udp tx:   1179 MB/s    20002 calls/s  20002 msg/s
# udp rx:    655 MB/s   474880 calls/s
# udp tx:   1226 MB/s    20803 calls/s  20803 msg/s
# udp rx:    623 MB/s   452096 calls/s
# udp tx:   1266 MB/s    21477 calls/s  21477 msg/s
# udp rx:    658 MB/s   477184 calls/s
# udp tx:   1310 MB/s    22219 calls/s  22219 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:   1104 MB/s   805342 calls/s
# udp tx:   1134 MB/s    19244 calls/s  19244 msg/s
# udp rx:   1136 MB/s   828790 calls/s
# udp tx:   1134 MB/s    19247 calls/s  19247 msg/s
# udp rx:   1072 MB/s   781937 calls/s
# udp tx:   1070 MB/s    18156 calls/s  18156 msg/s
# udp rx:    717 MB/s   523430 calls/s
# udp tx:    706 MB/s    11982 calls/s  11982 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__->