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:    867 MB/s    14715 calls/s  14715 msg/s
# tcp rx:    868 MB/s    68389 calls/s
# tcp tx:    878 MB/s    14908 calls/s  14908 msg/s
# tcp rx:    879 MB/s    65528 calls/s
# tcp tx:    870 MB/s    14757 calls/s  14757 msg/s
# tcp rx:    870 MB/s    68914 calls/s
# tcp tx:    861 MB/s    14615 calls/s  14615 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:    653 MB/s   473600 calls/s
# udp tx:   1204 MB/s    20434 calls/s  20434 msg/s
# udp rx:    675 MB/s   489649 calls/s
# udp tx:   1164 MB/s    19750 calls/s  19750 msg/s
# udp rx:    673 MB/s   487544 calls/s
# udp tx:   1292 MB/s    21914 calls/s  21914 msg/s
# udp rx:    658 MB/s   476896 calls/s
# udp tx:   1285 MB/s    21811 calls/s  21811 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:    939 MB/s   684907 calls/s
# udp tx:    968 MB/s    16431 calls/s  16431 msg/s
# udp rx:   1133 MB/s   826922 calls/s
# udp tx:   1132 MB/s    19212 calls/s  19212 msg/s
# udp rx:    681 MB/s   497003 calls/s
# udp tx:    669 MB/s    11347 calls/s  11347 msg/s
# udp rx:    618 MB/s   451256 calls/s
# udp tx:    620 MB/s    10517 calls/s  10517 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__->