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:    604 MB/s    10258 calls/s  10258 msg/s
# tcp rx:    605 MB/s    25847 calls/s
# tcp tx:    640 MB/s    10870 calls/s  10870 msg/s
# tcp rx:    641 MB/s    26663 calls/s
# tcp tx:    680 MB/s    11536 calls/s  11536 msg/s
# tcp rx:    680 MB/s    28300 calls/s
# tcp tx:    613 MB/s    10399 calls/s  10399 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:    382 MB/s   277941 calls/s
# udp tx:    517 MB/s     8775 calls/s   8775 msg/s
# udp rx:    403 MB/s   293015 calls/s
# udp tx:    569 MB/s     9663 calls/s   9663 msg/s
# udp rx:    474 MB/s   344320 calls/s
# udp tx:    661 MB/s    11211 calls/s  11211 msg/s
# udp rx:    579 MB/s   421120 calls/s
# udp tx:    650 MB/s    11032 calls/s  11032 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:    528 MB/s   385610 calls/s
# udp tx:    543 MB/s     9218 calls/s   9218 msg/s
# udp rx:    563 MB/s   410756 calls/s
# udp tx:    563 MB/s     9564 calls/s   9564 msg/s
# udp rx:    566 MB/s   413306 calls/s
# udp tx:    568 MB/s     9636 calls/s   9636 msg/s
# udp rx:    587 MB/s   428151 calls/s
# udp tx:    585 MB/s     9937 calls/s   9937 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__->