Re: [Ryu-devel] [PATCH] Clean up server socket and thread when shutting down

2015-06-18 Thread Jerry Cen
On Thu, Jun 18, 2015 at 12:35 AM, FUJITA Tomonori wrote: > On Mon, 15 Jun 2015 14:53:02 -0700 > Jerry Cen wrote: > >> ryu/services/protocols/bgp/base.py | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) >> >> diff --git a/ryu/services/protocols/bgp/base.py >> b/ryu/services/protocols/b

Re: [Ryu-devel] [Patch3/4] Add support for the Nicira extension packet mark

2015-06-18 Thread Eran Gampel
Hi, Please see attached patch with your comments resolved. I think I will need some guidelines on how to add unitest if necessary Thanks, Eran On Wed, Jun 17, 2015 at 5:53 PM, IWAMOTO Toshihiro wrote: > Hi, > > At Tue, 16 Jun 2015 08:53:27 +0300, > Eran Gampel wrote: > > > > From 1e3cf43f6cda27f

Re: [Ryu-devel] Handling of new reason for packet in

2015-06-18 Thread Ruchika Luthra
Yes you are quite right. I was confused. My problem is solved. Thank you On Thu, Jun 18, 2015 at 1:39 AM, FUJITA Tomonori < [email protected]> wrote: > On Mon, 15 Jun 2015 09:59:39 +0200 > Ruchika Luthra wrote: > > > Sir, > > > > Thanks for your reply. But I am still not sure, what

Re: [Ryu-devel] OF-DPA Resource Blog

2015-06-18 Thread FUJITA Tomonori
Sorry about the delay, On Wed, 3 Jun 2015 23:04:00 -0700 Kevin Austin wrote: > We run a technology blog that focuses on tutorials, tools and resources for > developers that are implementing the Broadcom OpenFlow OF-DPA pipeline > specifically with the Ryu Controller. I’d like to see if you wo

Re: [Ryu-devel] Catch all events for OFP

2015-06-18 Thread FUJITA Tomonori
On Thu, 4 Jun 2015 12:10:53 +0200 Rinor Bytyçi wrote: > Is there any way in RYU to capture all the events of the switches, without > specifying each and every one of them. Or better yet, to directly get the > message that is coming from the switch? > > In controller, Datapath, there is a _recv_l

Re: [Ryu-devel] [PATCH] Clean up server socket and thread when shutting down

2015-06-18 Thread FUJITA Tomonori
On Mon, 15 Jun 2015 14:53:02 -0700 Jerry Cen wrote: > ryu/services/protocols/bgp/base.py | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/ryu/services/protocols/bgp/base.py > b/ryu/services/protocols/bgp/base.py > index 94c2bc9..aac0fe6 100644 > --- a/ryu/services/pro

Re: [Ryu-devel] [PATCH] Fixed the function name of out filter

2015-06-18 Thread FUJITA Tomonori
On Mon, 15 Jun 2015 14:59:19 -0700 Jerry Cen wrote: > Also attached as gzip in case the inline does not work well. > > > Signed-off-by: Jerry Cen > From: Jerry Cen > Date: Mon, 15 Jun 2015 14:57:28 -0700 > Subject: [PATCH] Fixed the function name of out filter > > --- > ryu/services/protoco

Re: [Ryu-devel] [PATCH] ofctl_rest: fix error of delete_flow_entry

2015-06-18 Thread FUJITA Tomonori
On Tue, 16 Jun 2015 13:46:10 +0900 Minoru TAKAHASHI wrote: > ofctl_rest caused an exception when run delete_flow_entry command in > OpenFlow1.0. > this patch fixes this problem. > > Signed-off-by: Minoru TAKAHASHI > --- > ryu/app/ofctl_rest.py | 7 +-- > 1 file changed, 5 insertions(+), 2