make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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 6000
# 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:    580 MB/s     9851 calls/s   9851 msg/s
# tcp rx:    581 MB/s    23832 calls/s
# tcp tx:    578 MB/s     9818 calls/s   9818 msg/s
# tcp rx:    579 MB/s    26238 calls/s
# tcp tx:    624 MB/s    10599 calls/s  10599 msg/s
# tcp rx:    625 MB/s    28055 calls/s
# tcp tx:    575 MB/s     9755 calls/s   9755 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:    379 MB/s   275838 calls/s
# udp tx:    610 MB/s    10350 calls/s  10350 msg/s
# udp rx:    494 MB/s   359168 calls/s
# udp tx:    652 MB/s    11069 calls/s  11069 msg/s
# udp rx:    486 MB/s   353187 calls/s
# udp tx:    602 MB/s    10216 calls/s  10216 msg/s
# udp rx:    511 MB/s   371450 calls/s
# udp tx:    585 MB/s     9932 calls/s   9932 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:    575 MB/s   419607 calls/s
# udp tx:    592 MB/s    10057 calls/s  10057 msg/s
# udp rx:    503 MB/s   367216 calls/s
# udp tx:    496 MB/s     8422 calls/s   8422 msg/s
# udp rx:    381 MB/s   278435 calls/s
# udp tx:    380 MB/s     6461 calls/s   6461 msg/s
# udp rx:    411 MB/s   300294 calls/s
# udp tx:    413 MB/s     7021 calls/s   7021 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__->