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:    991 MB/s    16811 calls/s  16811 msg/s
# tcp rx:   1158 MB/s    48438 calls/s
# tcp tx:    982 MB/s    16659 calls/s  16659 msg/s
# tcp rx:    962 MB/s    48716 calls/s
# tcp tx:    988 MB/s    16771 calls/s  16771 msg/s
# tcp rx:    971 MB/s    50372 calls/s
# tcp tx:    953 MB/s    16165 calls/s  16165 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   451328 calls/s
# udp tx:   1276 MB/s    21647 calls/s  21647 msg/s
# udp rx:    668 MB/s   483980 calls/s
# udp tx:   1288 MB/s    21853 calls/s  21853 msg/s
# udp rx:    669 MB/s   484979 calls/s
# udp tx:   1286 MB/s    21822 calls/s  21822 msg/s
# udp rx:    667 MB/s   483272 calls/s
# udp tx:   1286 MB/s    21816 calls/s  21816 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:   1126 MB/s   821284 calls/s
# udp tx:   1152 MB/s    19550 calls/s  19550 msg/s
# udp rx:   1038 MB/s   757313 calls/s
# udp tx:   1036 MB/s    17578 calls/s  17578 msg/s
# udp rx:   1104 MB/s   805793 calls/s
# udp tx:   1103 MB/s    18719 calls/s  18719 msg/s
# udp rx:   1132 MB/s   825919 calls/s
# udp tx:   1132 MB/s    19211 calls/s  19211 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__->