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:    678 MB/s    11502 calls/s  11502 msg/s
# tcp rx:    681 MB/s    27515 calls/s
# tcp tx:    650 MB/s    11039 calls/s  11039 msg/s
# tcp rx:    652 MB/s    27438 calls/s
# tcp tx:    643 MB/s    10909 calls/s  10909 msg/s
# tcp rx:    644 MB/s    26298 calls/s
# tcp tx:    628 MB/s    10668 calls/s  10668 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:    427 MB/s   310108 calls/s
# udp tx:    602 MB/s    10215 calls/s  10215 msg/s
# udp rx:    389 MB/s   282342 calls/s
# udp tx:    608 MB/s    10327 calls/s  10327 msg/s
# udp rx:    455 MB/s   329984 calls/s
# udp tx:    662 MB/s    11230 calls/s  11230 msg/s
# udp rx:    443 MB/s   321792 calls/s
# udp tx:    663 MB/s    11260 calls/s  11260 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:    522 MB/s   380825 calls/s
# udp tx:    539 MB/s     9147 calls/s   9147 msg/s
# udp rx:    562 MB/s   410548 calls/s
# udp tx:    559 MB/s     9493 calls/s   9493 msg/s
# udp rx:    594 MB/s   433443 calls/s
# udp tx:    596 MB/s    10120 calls/s  10120 msg/s
# udp rx:    581 MB/s   423939 calls/s
# udp tx:    580 MB/s     9850 calls/s   9850 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__->