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:    588 MB/s     9975 calls/s   9975 msg/s
# tcp rx:    588 MB/s    34356 calls/s
# tcp tx:    572 MB/s     9710 calls/s   9710 msg/s
# tcp rx:    573 MB/s    34051 calls/s
# tcp tx:    579 MB/s     9824 calls/s   9824 msg/s
# tcp rx:    579 MB/s    33395 calls/s
# tcp tx:    589 MB/s     9996 calls/s   9996 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:    491 MB/s   355584 calls/s
# udp tx:    855 MB/s    14518 calls/s  14518 msg/s
# udp rx:    604 MB/s   438032 calls/s
# udp tx:   1064 MB/s    18052 calls/s  18052 msg/s
# udp rx:    665 MB/s   481792 calls/s
# udp tx:   1290 MB/s    21884 calls/s  21884 msg/s
# udp rx:    664 MB/s   481280 calls/s
# udp tx:   1291 MB/s    21913 calls/s  21913 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:    603 MB/s   440310 calls/s
# udp tx:    616 MB/s    10463 calls/s  10463 msg/s
# udp rx:    653 MB/s   476323 calls/s
# udp tx:    652 MB/s    11066 calls/s  11066 msg/s
# udp rx:    637 MB/s   465127 calls/s
# udp tx:    636 MB/s    10801 calls/s  10801 msg/s
# udp rx:    612 MB/s   447011 calls/s
# udp tx:    612 MB/s    10390 calls/s  10390 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__->