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

2016-02-24 Thread Minoru TAKAHASHI
Hi, On 2016年02月24日 01:03, Osman Titu wrote: > Hi > > For getting datapath object from datapath.id (which is > an integer) I have added this code bellow > > from ryu.app.ofctl.api import get_datapath > > dp = get_datapath(self, datapath.id ) Getting the

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

2016-02-24 Thread Victor Orlikowski
A few more minor changes: 1) Place an assertion on one of the semaphore acquire() calls. 2) Clean up some naming and structure for greater clarity; one of the name changes is a reversion of an earlier name change in an accepted patch. 3) I thought of another couple of corner cases. Signed-off-by: