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:    920 MB/s    15609 calls/s  15609 msg/s
# tcp rx:    920 MB/s    48568 calls/s
# tcp tx:    911 MB/s    15456 calls/s  15456 msg/s
# tcp rx:    912 MB/s    48869 calls/s
# tcp tx:    935 MB/s    15870 calls/s  15870 msg/s
# tcp rx:    936 MB/s    47844 calls/s
# tcp tx:    933 MB/s    15841 calls/s  15841 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   466944 calls/s
# udp tx:   1301 MB/s    22066 calls/s  22066 msg/s
# udp rx:    664 MB/s   481536 calls/s
# udp tx:   1248 MB/s    21170 calls/s  21170 msg/s
# udp rx:    665 MB/s   482048 calls/s
# udp tx:   1217 MB/s    20653 calls/s  20653 msg/s
# udp rx:    665 MB/s   481792 calls/s
# udp tx:   1300 MB/s    22049 calls/s  22049 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:    635 MB/s   463559 calls/s
# udp tx:    656 MB/s    11134 calls/s  11134 msg/s
# udp rx:    675 MB/s   492733 calls/s
# udp tx:    678 MB/s    11514 calls/s  11514 msg/s
# udp rx:    654 MB/s   477623 calls/s
# udp tx:    657 MB/s    11145 calls/s  11145 msg/s
# udp rx:    664 MB/s   484621 calls/s
# udp tx:    679 MB/s    11521 calls/s  11521 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__->