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:    957 MB/s    16241 calls/s  16241 msg/s
# tcp rx:    957 MB/s    50250 calls/s
# tcp tx:    947 MB/s    16067 calls/s  16067 msg/s
# tcp rx:    949 MB/s    48930 calls/s
# tcp tx:    948 MB/s    16085 calls/s  16085 msg/s
# tcp rx:    949 MB/s    49520 calls/s
# tcp tx:    959 MB/s    16282 calls/s  16282 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:    640 MB/s   464128 calls/s
# udp tx:   1246 MB/s    21144 calls/s  21144 msg/s
# udp rx:    657 MB/s   476436 calls/s
# udp tx:   1267 MB/s    21490 calls/s  21490 msg/s
# udp rx:    655 MB/s   474845 calls/s
# udp tx:   1264 MB/s    21443 calls/s  21443 msg/s
# udp rx:    655 MB/s   474366 calls/s
# udp tx:   1273 MB/s    21600 calls/s  21600 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:    979 MB/s   714644 calls/s
# udp tx:   1012 MB/s    17180 calls/s  17180 msg/s
# udp rx:   1154 MB/s   842346 calls/s
# udp tx:   1154 MB/s    19578 calls/s  19578 msg/s
# udp rx:   1147 MB/s   837031 calls/s
# udp tx:   1147 MB/s    19459 calls/s  19459 msg/s
# udp rx:   1145 MB/s   835460 calls/s
# udp tx:   1144 MB/s    19418 calls/s  19418 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__->