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:    951 MB/s    16130 calls/s  16130 msg/s
# tcp rx:    951 MB/s    48285 calls/s
# tcp tx:    941 MB/s    15972 calls/s  15972 msg/s
# tcp rx:    942 MB/s    48089 calls/s
# tcp tx:    943 MB/s    16003 calls/s  16003 msg/s
# tcp rx:    944 MB/s    47828 calls/s
# tcp tx:    929 MB/s    15769 calls/s  15769 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:    633 MB/s   458752 calls/s
# udp tx:   1194 MB/s    20263 calls/s  20263 msg/s
# udp rx:    664 MB/s   481280 calls/s
# udp tx:   1271 MB/s    21560 calls/s  21560 msg/s
# udp rx:    664 MB/s   481536 calls/s
# udp tx:   1268 MB/s    21516 calls/s  21516 msg/s
# udp rx:    664 MB/s   481280 calls/s
# udp tx:   1270 MB/s    21547 calls/s  21547 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:   1017 MB/s   742102 calls/s
# udp tx:   1047 MB/s    17762 calls/s  17762 msg/s
# udp rx:   1122 MB/s   818799 calls/s
# udp tx:   1123 MB/s    19054 calls/s  19054 msg/s
# udp rx:   1132 MB/s   825769 calls/s
# udp tx:   1128 MB/s    19139 calls/s  19139 msg/s
# udp rx:   1151 MB/s   839991 calls/s
# udp tx:   1153 MB/s    19567 calls/s  19567 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__->