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:    955 MB/s    16200 calls/s  16200 msg/s
# tcp rx:    980 MB/s    49673 calls/s
# tcp tx:    949 MB/s    16096 calls/s  16096 msg/s
# tcp rx:    948 MB/s    47458 calls/s
# tcp tx:    988 MB/s    16767 calls/s  16767 msg/s
# tcp rx:    997 MB/s    48006 calls/s
# tcp tx:    992 MB/s    16838 calls/s  16838 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:    644 MB/s   466688 calls/s
# udp tx:   1282 MB/s    21746 calls/s  21746 msg/s
# udp rx:    645 MB/s   467200 calls/s
# udp tx:   1285 MB/s    21796 calls/s  21796 msg/s
# udp rx:    618 MB/s   448346 calls/s
# udp tx:   1218 MB/s    20668 calls/s  20668 msg/s
# udp rx:    612 MB/s   443392 calls/s
# udp tx:   1306 MB/s    22152 calls/s  22152 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:    652 MB/s   475941 calls/s
# udp tx:    670 MB/s    11373 calls/s  11373 msg/s
# udp rx:    677 MB/s   494082 calls/s
# udp tx:    682 MB/s    11571 calls/s  11571 msg/s
# udp rx:    690 MB/s   503780 calls/s
# udp tx:    690 MB/s    11706 calls/s  11706 msg/s
# udp rx:    690 MB/s   503726 calls/s
# udp tx:    689 MB/s    11698 calls/s  11698 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__->