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:    935 MB/s    15861 calls/s  15861 msg/s
# tcp rx:    935 MB/s    50806 calls/s
# tcp tx:    973 MB/s    16514 calls/s  16514 msg/s
# tcp rx:    974 MB/s    51567 calls/s
# tcp tx:    978 MB/s    16594 calls/s  16594 msg/s
# tcp rx:    979 MB/s    50390 calls/s
# tcp tx:    972 MB/s    16498 calls/s  16498 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:    529 MB/s   383744 calls/s
# udp tx:   1267 MB/s    21503 calls/s  21503 msg/s
# udp rx:    661 MB/s   479417 calls/s
# udp tx:   1168 MB/s    19827 calls/s  19827 msg/s
# udp rx:    623 MB/s   451446 calls/s
# udp tx:   1261 MB/s    21401 calls/s  21401 msg/s
# udp rx:    652 MB/s   472835 calls/s
# udp tx:   1260 MB/s    21376 calls/s  21376 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:   1087 MB/s   793132 calls/s
# udp tx:   1110 MB/s    18843 calls/s  18843 msg/s
# udp rx:   1099 MB/s   802038 calls/s
# udp tx:   1098 MB/s    18632 calls/s  18632 msg/s
# udp rx:   1141 MB/s   832358 calls/s
# udp tx:   1134 MB/s    19237 calls/s  19237 msg/s
# udp rx:   1127 MB/s   822021 calls/s
# udp tx:   1132 MB/s    19201 calls/s  19201 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__->