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:    983 MB/s    16676 calls/s  16676 msg/s
# tcp rx:    983 MB/s    51132 calls/s
# tcp tx:    974 MB/s    16527 calls/s  16527 msg/s
# tcp rx:   1000 MB/s    50257 calls/s
# tcp tx:    945 MB/s    16031 calls/s  16031 msg/s
# tcp rx:    946 MB/s    48169 calls/s
# tcp tx:    931 MB/s    15791 calls/s  15791 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:    646 MB/s   468224 calls/s
# udp tx:   1215 MB/s    20612 calls/s  20612 msg/s
# udp rx:    643 MB/s   466477 calls/s
# udp tx:   1185 MB/s    20100 calls/s  20100 msg/s
# udp rx:    665 MB/s   482134 calls/s
# udp tx:   1298 MB/s    22026 calls/s  22026 msg/s
# udp rx:    668 MB/s   483897 calls/s
# udp tx:   1300 MB/s    22056 calls/s  22056 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:   1110 MB/s   810082 calls/s
# udp tx:   1139 MB/s    19323 calls/s  19323 msg/s
# udp rx:   1144 MB/s   834607 calls/s
# udp tx:   1143 MB/s    19395 calls/s  19395 msg/s
# udp rx:   1092 MB/s   796711 calls/s
# udp tx:   1087 MB/s    18442 calls/s  18442 msg/s
# udp rx:   1132 MB/s   826228 calls/s
# udp tx:   1137 MB/s    19291 calls/s  19291 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__->