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:    903 MB/s    15318 calls/s  15318 msg/s
# tcp rx:    903 MB/s    49112 calls/s
# tcp tx:    898 MB/s    15246 calls/s  15246 msg/s
# tcp rx:    900 MB/s    47518 calls/s
# tcp tx:    926 MB/s    15720 calls/s  15720 msg/s
# tcp rx:    936 MB/s    47404 calls/s
# tcp tx:    921 MB/s    15636 calls/s  15636 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:    623 MB/s   451801 calls/s
# udp tx:   1287 MB/s    21837 calls/s  21837 msg/s
# udp rx:    638 MB/s   462592 calls/s
# udp tx:   1259 MB/s    21358 calls/s  21358 msg/s
# udp rx:    593 MB/s   430848 calls/s
# udp tx:   1237 MB/s    20997 calls/s  20997 msg/s
# udp rx:    665 MB/s   481792 calls/s
# udp tx:   1268 MB/s    21520 calls/s  21520 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:   1099 MB/s   802178 calls/s
# udp tx:   1121 MB/s    19017 calls/s  19017 msg/s
# udp rx:   1117 MB/s   815287 calls/s
# udp tx:   1117 MB/s    18954 calls/s  18954 msg/s
# udp rx:   1164 MB/s   848990 calls/s
# udp tx:   1164 MB/s    19750 calls/s  19750 msg/s
# udp rx:   1174 MB/s   856242 calls/s
# udp tx:   1172 MB/s    19894 calls/s  19894 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__->