make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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:    962 MB/s    16325 calls/s  16325 msg/s
# tcp rx:    975 MB/s    49130 calls/s
# tcp tx:    942 MB/s    15977 calls/s  15977 msg/s
# tcp rx:    946 MB/s    47402 calls/s
# tcp tx:    969 MB/s    16445 calls/s  16445 msg/s
# tcp rx:    969 MB/s    47620 calls/s
# tcp tx:    999 MB/s    16949 calls/s  16949 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:    622 MB/s   451840 calls/s
# udp tx:   1141 MB/s    19354 calls/s  19354 msg/s
# udp rx:    642 MB/s   465957 calls/s
# udp tx:   1190 MB/s    20185 calls/s  20185 msg/s
# udp rx:    596 MB/s   432148 calls/s
# udp tx:   1177 MB/s    19975 calls/s  19975 msg/s
# udp rx:    623 MB/s   451613 calls/s
# udp tx:   1176 MB/s    19949 calls/s  19949 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:   1112 MB/s   811530 calls/s
# udp tx:   1135 MB/s    19252 calls/s  19252 msg/s
# udp rx:   1137 MB/s   829232 calls/s
# udp tx:   1140 MB/s    19341 calls/s  19341 msg/s
# udp rx:   1138 MB/s   830242 calls/s
# udp tx:   1137 MB/s    19296 calls/s  19296 msg/s
# udp rx:   1135 MB/s   828444 calls/s
# udp tx:   1135 MB/s    19251 calls/s  19251 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__->