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:    603 MB/s    10234 calls/s  10234 msg/s
# tcp rx:    603 MB/s    26978 calls/s
# tcp tx:    607 MB/s    10308 calls/s  10308 msg/s
# tcp rx:    609 MB/s    28884 calls/s
# tcp tx:    622 MB/s    10559 calls/s  10559 msg/s
# tcp rx:    623 MB/s    26612 calls/s
# tcp tx:    655 MB/s    11120 calls/s  11120 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:    528 MB/s   383794 calls/s
# udp tx:    661 MB/s    11211 calls/s  11211 msg/s
# udp rx:    572 MB/s   415954 calls/s
# udp tx:    635 MB/s    10777 calls/s  10777 msg/s
# udp rx:    485 MB/s   352833 calls/s
# udp tx:    623 MB/s    10573 calls/s  10573 msg/s
# udp rx:    539 MB/s   391750 calls/s
# udp tx:    648 MB/s    11004 calls/s  11004 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:    531 MB/s   387545 calls/s
# udp tx:    539 MB/s     9157 calls/s   9157 msg/s
# udp rx:    548 MB/s   399695 calls/s
# udp tx:    553 MB/s     9384 calls/s   9384 msg/s
# udp rx:    548 MB/s   400243 calls/s
# udp tx:    546 MB/s     9277 calls/s   9277 msg/s
# udp rx:    617 MB/s   450217 calls/s
# udp tx:    618 MB/s    10483 calls/s  10483 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__->