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 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:    822 MB/s    13955 calls/s  13955 msg/s
# tcp rx:    823 MB/s    68018 calls/s
# tcp tx:    828 MB/s    14054 calls/s  14054 msg/s
# tcp rx:    829 MB/s    65661 calls/s
# tcp tx:    834 MB/s    14150 calls/s  14150 msg/s
# tcp rx:    835 MB/s    65446 calls/s
# tcp tx:    833 MB/s    14139 calls/s  14139 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:    650 MB/s   471780 calls/s
# udp tx:   1198 MB/s    20325 calls/s  20325 msg/s
# udp rx:    620 MB/s   449792 calls/s
# udp tx:   1238 MB/s    21001 calls/s  21001 msg/s
# udp rx:    629 MB/s   455680 calls/s
# udp tx:   1285 MB/s    21802 calls/s  21802 msg/s
# udp rx:    628 MB/s   455168 calls/s
# udp tx:   1288 MB/s    21852 calls/s  21852 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:   1100 MB/s   802846 calls/s
# udp tx:   1131 MB/s    19190 calls/s  19190 msg/s
# udp rx:   1171 MB/s   854602 calls/s
# udp tx:   1171 MB/s    19867 calls/s  19867 msg/s
# udp rx:   1122 MB/s   818880 calls/s
# udp tx:   1121 MB/s    19026 calls/s  19026 msg/s
# udp rx:   1108 MB/s   808356 calls/s
# udp tx:   1105 MB/s    18750 calls/s  18750 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__->