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:    901 MB/s    15288 calls/s  15288 msg/s
# tcp rx:    907 MB/s    50848 calls/s
# tcp tx:    762 MB/s    12938 calls/s  12938 msg/s
# tcp rx:    760 MB/s    38538 calls/s
# tcp tx:    642 MB/s    10901 calls/s  10901 msg/s
# tcp rx:    645 MB/s    32617 calls/s
# tcp tx:    642 MB/s    10898 calls/s  10898 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:    505 MB/s   365568 calls/s
# udp tx:    891 MB/s    15113 calls/s  15113 msg/s
# udp rx:    526 MB/s   380416 calls/s
# udp tx:    896 MB/s    15209 calls/s  15209 msg/s
# udp rx:    514 MB/s   371712 calls/s
# udp tx:    910 MB/s    15435 calls/s  15435 msg/s
# udp rx:    500 MB/s   361728 calls/s
# udp tx:    925 MB/s    15691 calls/s  15691 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:    556 MB/s   406178 calls/s
# udp tx:    575 MB/s     9763 calls/s   9763 msg/s
# udp rx:    672 MB/s   490751 calls/s
# udp tx:    668 MB/s    11338 calls/s  11338 msg/s
# udp rx:    643 MB/s   469459 calls/s
# udp tx:    648 MB/s    10997 calls/s  10997 msg/s
# udp rx:    694 MB/s   506156 calls/s
# udp tx:    693 MB/s    11764 calls/s  11764 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__->