Re: [Ryu-devel] [PATCH] rest_qos: Enable queue setting to interface individually

2014-06-10 Thread Kiyonari Harigae
Hi Fujita, Thank you too. I'm glad If I was any help. I want to check the behavior of lagopus!:) 2014-06-11 10:56 GMT+09:00 FUJITA Tomonori : > On Fri, 6 Jun 2014 20:48:30 +0900 > Kiyonari Harigae wrote: > > > Added an option command to enable the queue setting to interface > individually. >

Re: [Ryu-devel] [PATCH] rest_qos: Enable queue setting to interface individually

2014-06-10 Thread Kiyonari Harigae
Hi, Fujita Sorry, I'll be careful from now on. Update of pep8 was needed in my environment. Thanks a lot. Kiyonari Harigae 2014-06-10 21:24 GMT+09:00 FUJITA Tomonori : > On Fri, 6 Jun 2014 20:48:30 +0900 > Kiyonari Harigae wrote: > > > Added an option command to enable the queue setting to

Re: [Ryu-devel] [PATCH] rest_qos: Enable queue setting to interface individually

2014-06-10 Thread FUJITA Tomonori
On Fri, 6 Jun 2014 20:48:30 +0900 Kiyonari Harigae wrote: > Added an option command to enable the queue setting to interface > individually. > Also, some minor fixes. > > Thank you. > > Kiyonari Harigae > > Signed-off-by: Kiyonari Harigae > --- > ryu/app/rest_qos.py | 80 > ++

[Ryu-devel] [PATCH] fix: wrong copyright

2014-06-10 Thread FUJITA Tomonori
Applied the following patch. = From: FUJITA Tomonori Date: Mon, 9 Jun 2014 09:05:19 +0900 Subject: [PATCH] fix: wrong copyright Signed-off-by: FUJITA Tomonori --- ryu/services/protocols/bgp/info_base/ipv4.py | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a

Re: [Ryu-devel] topology information

2014-06-10 Thread Mohammad Ahmad
Thanks. Do you have any suggestions on how this could be done with the current implementation? Its important for a project I am working on. Ahmad On Tue, Jun 10, 2014 at 4:41 PM, FUJITA Tomonori wrote: > Hi, > > On Wed, 4 Jun 2014 15:42:35 -0500 > Mohammad Ahmad wrote: > >> I am trying to get c

Re: [Ryu-devel] topology information

2014-06-10 Thread FUJITA Tomonori
Hi, On Wed, 4 Jun 2014 15:42:35 -0500 Mohammad Ahmad wrote: > I am trying to get complete topology information, including > information about hosts. The topology api provided by ryu provides > information about how switches are connected in the network (even > there it doesn't just provide infor

Re: [Ryu-devel] GotoTable instruction problem

2014-06-10 Thread FUJITA Tomonori
On Fri, 6 Jun 2014 16:57:19 -0400 Chen Chen wrote: > Hi guys: > > I'm using ryu 3.4 with ovs 2.0.1, through OpenFlow 1.2. > There is a bewildering problem: > A GotoTable instruction would result in a flow entry whose actions is > "drop", rather than "GotoTable". > > To be more specific, the cod

Re: [Ryu-devel] [PATCH] packet lib: add Connectivity Fault Management Protocol(CFM, IEEE 802.1ag)

2014-06-10 Thread FUJITA Tomonori
On Fri, 06 Jun 2014 14:32:17 +0900 "takahashi.minoru" wrote: > Signed-off-by: TAKAHASHI Minoru > --- > doc/source/library_packet_ref.rst |3 + > ryu/lib/packet/cfm.py | 1371 + > ryu/lib/packet/vlan.py|2 + > ryu/ofproto/ether.py

Re: [Ryu-devel] [PATCH] app_manager: Fix a crash in unregister_handler

2014-06-10 Thread FUJITA Tomonori
On Thu, 5 Jun 2014 15:13:42 +0900 YAMAMOTO Takashi wrote: > This fixes a regression introduced by commit d3f8f4eb. > ("RyuApp: delete a key without handlers when unregistering a handler") > > Signed-off-by: YAMAMOTO Takashi > --- > ryu/base/app_manager.py | 4 ++-- > 1 file changed, 2 inserti

Re: [Ryu-devel] [PATCH] rest_qos: Enable queue setting to interface individually

2014-06-10 Thread FUJITA Tomonori
On Fri, 6 Jun 2014 20:48:30 +0900 Kiyonari Harigae wrote: > Added an option command to enable the queue setting to interface > individually. > Also, some minor fixes. > > Thank you. > > Kiyonari Harigae > > Signed-off-by: Kiyonari Harigae > --- > ryu/app/rest_qos.py | 80 > ++

Re: [Ryu-devel] [PATCH 0/4] sw test tool: Improve readability of test files

2014-06-10 Thread FUJITA Tomonori
On Mon, 09 Jun 2014 13:34:47 +0900 Yuichi Ito wrote: > Yuichi Ito (4): > sw test tool: Improve readability of tcp options > sw test tool: Improve readability of padding data > sw test tool: Improve readability of MAC mask values > sw test tool: Improve readability of IP mask values > >