Re: [Ryu-devel] Datapath object from datapath.id

2016-02-25 Thread Minoru TAKAHASHI
Hi, > But I have also used --verbose to chek EventOFPErrorMsg > but I could not get any EventOFPErrorMsg Hmm,,, Can you edit app/ofctl/service.py as follows in order to identify the cause of the error message? @@ -174,6 +174,27 @@ class OfctlService(app_manager.RyuApp): def _handle_reply(s

Re: [Ryu-devel] unable to install ryu 3.28 onwards in ubuntu for building from the source

2016-02-25 Thread Pynbiang Hadem
Pls suggest. can i use this step/guides Building Ryu packages for Ubuntu 14.04 LTS - Ewen McNeill -

Re: [Ryu-devel] [PATCH v5] Stability improvements to the core of Ryu, without requiring user application changes

2016-02-25 Thread IWAMOTO Toshihiro
At Wed, 24 Feb 2016 20:28:05 +, Victor Orlikowski wrote: > > A few more minor changes: > 1) Place an assertion on one of the semaphore acquire() calls. >From the eventlet code, acquire() has no chance to return other than True. I think such an assert statement with a side-effect should be av

Re: [Ryu-devel] unable to install ryu 3.28 onwards in ubuntu for building from the source

2016-02-25 Thread Pynbiang Hadem
Dear Iwase, I wanted to build ryu into a *.deb first and then install from the deb . I need to do this as i want to make changes in ryu source and re-compile the code. I followed the steps as given in Building Ryu packages for Ubuntu 14.04 LTS - Ewen McNeill -

Re: [Ryu-devel] A question, affecting the stability patch...

2016-02-25 Thread Victor Orlikowski
On Feb 25, 2016, at 7:19 PM, Victor Orlikowski wrote: > > I am wondering if RyuApp event queues should either be: > 1) unlimited, or > 2) able to grow, in a stepwise fashion, without a size bound - but logging on > each size increase. Actually, an obvious third solution presents itself, once I

Re: [Ryu-devel] unable to install ryu 3.28 onwards in ubuntu for building from the source

2016-02-25 Thread Yusuke Iwase
Hi, On 2016年02月25日 19:47, Pynbiang Hadem wrote: > unable to install ryu 3.28 .. 3.30 in ubuntu 14.04 LTS for building from the > source. It gives errors like "no theme found shpinx_rtd_theme missing". > However i am able to install ryu 3.12. Pls suggest what could be the issue. The message you

[Ryu-devel] rest_router.py with looped topologies

2016-02-25 Thread sumaira shamim
Hi, I am new to RYU and I want to create a topology with redundant paths between the hosts for some QoS purposes. Since any l2 learning module cannot do this without some sort of ARP storm or spanning tree, will this rest_router app work for such a topology? Does it take care of ARP and layer 2 pr

[Ryu-devel] A question, affecting the stability patch...

2016-02-25 Thread Victor Orlikowski
Folks, As of right now, the stability patch is, I believe, *nearly* "good enough." Something occurred to me, though, as I considered the interactions of classes implementing RyuApp. A given handler, in a given RyuApp, is acting in response to a *single* event that has been consumed from the ev

[Ryu-devel] ONUG Grand Challenge Hackathon

2016-02-25 Thread Srini Seetharaman
ONUG community is soliciting entries for the ONUG Grand Challenge , which is a virtual hackathon to be featured in the Spring 2016 conference. The competition targets developers from across the g

Re: [Ryu-devel] Datapath object from datapath.id

2016-02-25 Thread Osman Titu
Hi Thanks for your reply. >from ryu.app.ofctl.api import get_datapath >dp = get_datapath(self, datapath.id ) The thing is that this code is giving me the datapath object from datapath.id but showing the error "unknown error xid" To execute my program I am using #ryu-manager --observe-links But

[Ryu-devel] unable to install ryu 3.28 onwards in ubuntu for building from the source

2016-02-25 Thread Pynbiang Hadem
unable to install ryu 3.28 .. 3.30 in ubuntu 14.04 LTS for building from the source. It gives errors like "no theme found shpinx_rtd_theme missing". However i am able to install ryu 3.12. Pls suggest what could be the issue. Thanking you Hadem --