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:    553 MB/s     9380 calls/s   9380 msg/s
# tcp rx:    554 MB/s    35469 calls/s
# tcp tx:    535 MB/s     9075 calls/s   9075 msg/s
# tcp rx:    535 MB/s    33520 calls/s
# tcp tx:    540 MB/s     9163 calls/s   9163 msg/s
# tcp rx:    551 MB/s    33766 calls/s
# tcp tx:    952 MB/s    16148 calls/s  16148 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:    637 MB/s   461824 calls/s
# udp tx:   1315 MB/s    22306 calls/s  22306 msg/s
# udp rx:    633 MB/s   459008 calls/s
# udp tx:   1327 MB/s    22511 calls/s  22511 msg/s
# udp rx:    659 MB/s   477952 calls/s
# udp tx:   1312 MB/s    22267 calls/s  22267 msg/s
# udp rx:    623 MB/s   451584 calls/s
# udp tx:   1325 MB/s    22475 calls/s  22475 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:    590 MB/s   430674 calls/s
# udp tx:    605 MB/s    10268 calls/s  10268 msg/s
# udp rx:    618 MB/s   450815 calls/s
# udp tx:    618 MB/s    10487 calls/s  10487 msg/s
# udp rx:    609 MB/s   444513 calls/s
# udp tx:    608 MB/s    10322 calls/s  10322 msg/s
# udp rx:    638 MB/s   465902 calls/s
# udp tx:    638 MB/s    10835 calls/s  10835 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__->