[Ryu-devel] invoke packet_in_handler

2016-02-10 Thread Anees Mohsin Hadi Al-Najjar
Dear all, Could I trigger the packet_in_handler of the controller without packet in message? I need to call the controller once the ryu components start working. Thanks for your help Anees AL-Najjar RHD Student School of Information Technology and Electrical Engineering (ITEE) Office: 331, Buil

[Ryu-devel] run multiple components with ryu

2016-02-10 Thread Anees Mohsin Hadi Al-Najjar
Dear Friends, I wonder if I could build two components and run both of them simultaneously. If I could, how the variables between them could be shared. For example, to run the components like that if it is okay, cd /home/ubuntu/ryu && ./bin/ryu-manager --verbose X.py Y.py Thanks a lot Anees

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

2016-02-10 Thread Victor Orlikowski
Correcting logical and stylistic errors caught by Iwamoto-San. Signed-off-by: Victor J. Orlikowski diff --git a/ryu/base/app_manager.py b/ryu/base/app_manager.py index 3d5d895..b08c6c5 100644 --- a/ryu/base/app_manager.py +++ b/ryu/base/app_manager.py @@ -37,6 +37,7 @@ from ryu.controller.handle

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

2016-02-10 Thread Victor Orlikowski
Iwamoto-San, My responses are inline. On Feb 10, 2016, at 3:00 AM, IWAMOTO Toshihiro wrote: >> +self._events_sem = hub.BoundedSemaphore(self.events.maxsize) >> +self._sc_events_sem = hub.BoundedSemaphore(self.sc_events.maxsize) >> +self._pi_events_sem = hub.BoundedSemaph

[Ryu-devel] Approval For Fast Funds?

2016-02-10 Thread Priya Chopra
Need funds urgently to renovate your home, grow your business or celebrate your marriage? Compare and apply for Personal Loans from Top Banks. APPLY NOW * Prevent upto Rs. 50,000 on your Personal Loans * ZERO Fees * Rates from just 11.99% *  Personal Loans upto 30L available *  End-to-en

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

2016-02-10 Thread IWAMOTO Toshihiro
At Wed, 10 Feb 2016 06:02:05 +, Victor Orlikowski wrote: > > Re-sending... > > Per Fujita-San's request, the echo request loop is off by default. > It is easily enabled by setting the "maximum-unreplied-echo-requests" > configuration option to a non-zero value. > > Signed-off-by: Victor J.