Re: [Ryu-devel] Question about switch memory and finding out about flow size

2016-12-04 Thread Iwase Yusuke
Hi, On 2016年12月03日 19:51, Moh'd Reza Abbasi wrote: > So, OpenFlow protocol doesn't have any feature to know about the total > flow-table size (memory size) or how much of the flow-table is available? AFAIK, the OpenFlow Spec does not mention about the memory usage or allocation on the OpenFlow s

Re: [Ryu-devel] RYU BUG

2016-12-04 Thread Iwase Yusuke
Hi, Thank you for your report. On 2016年12月02日 21:06, ... wrote: > Hello, I am China Shenzhen TICOMM Information Technology Co. Ltd., I found > the flow table ofctl_rest.py > public module you in RYU, there is no exact match under the slow speed, > about 18 to 20 seconds, we have > to hel

[Ryu-devel] [PATCH 0/2] bgp_scenario_test: Pylint

2016-12-04 Thread IWASE Yusuke
The following patches improve Pylint results of bgp_scenario_test. Note: The following patches should be applied after: [PATCH 0/2] Imporove the scenario test [PATCH v4 0/2] tox: Move dependencies installation to .travis.yml IWASE Yusuke (2): bgp_scenario_test/common: Pylint bgp_scenario_

[Ryu-devel] [PATCH 1/2] bgp_scenario_test/common: Pylint

2016-12-04 Thread IWASE Yusuke
Signed-off-by: IWASE Yusuke --- ryu/tests/integrated/common/docker_base.py | 179 ++--- ryu/tests/integrated/common/quagga.py | 19 +-- ryu/tests/integrated/common/ryubgp.py | 15 +-- 3 files changed, 103 insertions(+), 110 deletions(-) diff --git a/ryu/tests/

[Ryu-devel] [PATCH 2/2] bgp_scenario_test/bgp: Pylint

2016-12-04 Thread IWASE Yusuke
Signed-off-by: IWASE Yusuke --- ryu/tests/integrated/bgp/base.py | 14 -- ryu/tests/integrated/bgp/base_ip6.py | 14 -- ryu/tests/integrated/bgp/test_basic.py | 8 +--- ryu/tests/integrated/bgp/test_ip6_basic.py | 8 +--- 4 files changed, 26 i

[Ryu-devel] ?????? RYU BUG

2016-12-04 Thread .......
Hello, I am China Shenzhen TICOMM Information Technology Co. Ltd. What does "under the slow speed" exactly mean? answer:The interval of we use ofctl_rest.py file exactly serach an flow table, return result is very slow.(We used flow table tests) we use ofctl_rest.py file providing api

Re: [Ryu-devel] 回复: RYU BUG

2016-12-04 Thread Iwase Yusuke
Hi, You mean; getting FlowStats by using ofctl_rest.py takes too long. so this is a bug, right? Hummm... unfortunately, ofctl_rest.py is just a sample application and currently not targeting the performance. For usability and readableness, this app provides some features, but not be optimized

[Ryu-devel] ?????? ?????? RYU BUG

2016-12-04 Thread .......
Hello, I am China Shenzhen TICOMM Information Technology Co. Ltd. we use ofctl_rest.py file exactly serach an flow table,example: we search this flow table and cost 18-20s return the result,but we fix it and just cost 4-5s -- -- ??: "Iwase Y

[Ryu-devel] ?????? ?????? RYU BUG

2016-12-04 Thread .......
Hello, I am China Shenzhen TICOMM Information Technology Co. Ltd. we use ofctl_rest.py file exactly serach an flow table,example: we search this flow table and cost 18-20s return the result,but we fix it and just cost 4-5s -- -- ??: "Iwase Y

Re: [Ryu-devel] 回复: 回复: RYU BUG

2016-12-04 Thread Iwase Yusuke
Hi, On 2016年12月05日 12:33, ... wrote: > Hello, I am China Shenzhen TICOMM Information Technology Co. Ltd. > we use ofctl_rest.py file exactly serach an flow table,example: > > > > we search this flow table and cost 18-20s return the result,but we fix it > and just cost 4-5s Oh, you alre

[Ryu-devel] ?????? ?????? ?????? RYU BUG

2016-12-04 Thread .......
Hello, I am China Shenzhen TICOMM Information Technology Co. Ltd. I'll talk to the boss first??I will respond to you tomorrow -- -- ??: "Iwase Yusuke";; : 2016??12??5??(??) 12:15 ??: "..."<1274096...@qq.com>; : "ryu-devel

[Ryu-devel] 4.9 released

2016-12-04 Thread FUJITA Tomonori
Hi, Here's a new release including fixes, improvement, etc. Also lots of testings on travis-ci were added. There are some pending patches but none of them are urgent. I'll push them soon. Enjoy! = FUJITA Tomonori (1): Ryu 4.9 IWASE Yusuke (24): pip: Move tinyrpc to pip-requires

Re: [Ryu-devel] 回复: RYU BUG

2016-12-04 Thread IWAMOTO Toshihiro
At Mon, 5 Dec 2016 10:13:41 +0800, =?gb18030?B?Li4uLi4uLg==?= wrote: > > [1 ] > [1.1 ] > Hello, I am China Shenzhen TICOMM Information Technology Co. Ltd. > What does "under the slow speed" exactly mean? > answer:The interval of we use ofctl_rest.py file exactly serach an flow > table, > retu