Re: [Ryu-devel] [PATCH] ofproto: generate OFPXMT_OFB_ and OXM_OF_ from a single source

2013-07-15 Thread YAMAMOTO Takashi
> On Tue, 16 Jul 2013 12:44:54 +0900 (JST) > [email protected] (YAMAMOTO Takashi) wrote: > On Thu, 4 Jul 2013 17:22:36 +0900 YAMAMOTO Takashi wrote: > > Signed-off-by: YAMAMOTO Takashi > --- > ryu/ofproto/ofproto_v1_2.py | 91 ++---

Re: [Ryu-devel] [PATCH 00/14] of-wire json representation

2013-07-15 Thread YAMAMOTO Takashi
> On Tue, 16 Jul 2013 10:41:06 +0900 (JST) > [email protected] (YAMAMOTO Takashi) wrote: > >>> On Tue, 2 Jul 2013 11:13:41 +0900 >>> YAMAMOTO Takashi wrote: >>> this set includes OFPxxx json representation functionality changes from the previous set: rebase

Re: [Ryu-devel] [PATCH 00/14] of-wire json representation

2013-07-15 Thread FUJITA Tomonori
On Tue, 16 Jul 2013 10:41:06 +0900 (JST) [email protected] (YAMAMOTO Takashi) wrote: >> On Tue, 2 Jul 2013 11:13:41 +0900 >> YAMAMOTO Takashi wrote: >> >>> this set includes OFPxxx json representation functionality >>> >>> changes from the previous set: >>> rebase >>> fix 1-1-ofp_

Re: [Ryu-devel] [PATCH] ofproto: generate OFPXMT_OFB_ and OXM_OF_ from a single source

2013-07-15 Thread FUJITA Tomonori
On Tue, 16 Jul 2013 12:44:54 +0900 (JST) [email protected] (YAMAMOTO Takashi) wrote: >>> On Thu, 4 Jul 2013 17:22:36 +0900 >>> YAMAMOTO Takashi wrote: >>> Signed-off-by: YAMAMOTO Takashi --- ryu/ofproto/ofproto_v1_2.py | 91 ++-

Re: [Ryu-devel] [PATCH] ofproto: generate OFPXMT_OFB_ and OXM_OF_ from a single source

2013-07-15 Thread YAMAMOTO Takashi
>> On Thu, 4 Jul 2013 17:22:36 +0900 >> YAMAMOTO Takashi wrote: >> >>> >>> Signed-off-by: YAMAMOTO Takashi >>> --- >>> ryu/ofproto/ofproto_v1_2.py | 91 ++- >>> ryu/ofproto/ofproto_v1_3.py | 101 ++- >>> ryu/ofproto/oxm_fiel

Re: [Ryu-devel] [PATCH 13/13] a simple command line msgpack-rpc client

2013-07-15 Thread YAMAMOTO Takashi
> Sorry for late response. > Can you please add man page for rpc-cli? The contents of man page can > be mostly trivial/empty because it's necessary for satisfying rpmlint of > Fedora. > > add ryu/doc/source/man/msgpack-rpc.rst > update ryu/doc/source/conf.py ok, i will. YAMAMOTO Takashi > > th

Re: [Ryu-devel] OpenFlow 1.2 learning switch

2013-07-15 Thread YAMAMOTO Takashi
oops, i sent this mail to a wrong list. sorry. please ignore. YAMAMOTO Takashi > pull requestを受ける気がないのなら、自動応答するようにして > おいた方がよくないですか。 > > loxigenにpull requestしたら自動でテンプレートメールが送られて > きたので、たぶん何か設定でできるのではないかと思います。 > >> Hi Sam. Thank you for working on it. >> Can you please send the patch to the ry

Re: [Ryu-devel] OpenFlow 1.2 learning switch

2013-07-15 Thread YAMAMOTO Takashi
pull requestを受ける気がないのなら、自動応答するようにして おいた方がよくないですか。 loxigenにpull requestしたら自動でテンプレートメールが送られて きたので、たぶん何か設定でできるのではないかと思います。 > Hi Sam. Thank you for working on it. > Can you please send the patch to the ryu-devel mailing-list? > Ryu project uses ryu-devel mailing list for discussion/patch reviewing, >

Re: [Ryu-devel] OpenFlow 1.2 learning switch

2013-07-15 Thread Isaku Yamahata
Hi Sam. Thank you for working on it. Can you please send the patch to the ryu-devel mailing-list? Ryu project uses ryu-devel mailing list for discussion/patch reviewing, and doesn't use github pull. https://github.com/osrg/ryu/blob/master/SubmittingPatches.rst On Tue, Jul 16, 2013 at 11:29:39AM +

Re: [Ryu-devel] [PATCH 13/13] a simple command line msgpack-rpc client

2013-07-15 Thread Isaku Yamahata
Sorry for late response. Can you please add man page for rpc-cli? The contents of man page can be mostly trivial/empty because it's necessary for satisfying rpmlint of Fedora. add ryu/doc/source/man/msgpack-rpc.rst update ryu/doc/source/conf.py thanks, On Mon, Jul 01, 2013 at 02:37:08PM +0900, Y

Re: [Ryu-devel] [PATCH 00/14] of-wire json representation

2013-07-15 Thread YAMAMOTO Takashi
> On Tue, 2 Jul 2013 11:13:41 +0900 > YAMAMOTO Takashi wrote: > >> this set includes OFPxxx json representation functionality >> >> changes from the previous set: >> rebase >> fix 1-1-ofp_packet_out.packet.json >> remove some commented out code >> >> YAMAMOTO Takashi (14): >> Str

Re: [Ryu-devel] [PATCH] ofproto: generate OFPXMT_OFB_ and OXM_OF_ from a single source

2013-07-15 Thread YAMAMOTO Takashi
> On Thu, 4 Jul 2013 17:22:36 +0900 > YAMAMOTO Takashi wrote: > >> >> Signed-off-by: YAMAMOTO Takashi >> --- >> ryu/ofproto/ofproto_v1_2.py | 91 ++- >> ryu/ofproto/ofproto_v1_3.py | 101 ++- >> ryu/ofproto/oxm_fields.py |

[Ryu-devel] OpenFlow 1.2 learning switch

2013-07-15 Thread Sam Russell
Do you guys like my app? There's a nice OpenFlow 1.0 learning switch as a sample in ryu/app, and I thought for completeness we should have an OpenFlow 1.2 app too https://github.com/osrg/ryu/pull/13 -- See everything from

Re: [Ryu-devel] [PATCH 1/2] Send MeterMod messages

2013-07-15 Thread FUJITA Tomonori
On Fri, 12 Jul 2013 17:56:46 +0900 Isaku Yamahata wrote: > From: Philipp Aeschlimann > > Signed-off-by: Philipp Aeschlimann > --- > ryu/ofproto/ofproto_v1_3_parser.py | 92 > ++-- > 1 file changed, 88 insertions(+), 4 deletions(-) Applied both, thanks. ---

Re: [Ryu-devel] OFPMeterMod support

2013-07-15 Thread Philipp Aeschlimann
Once the meter is configured, it's identified by the ID you set before. You have to update the instruction set, something like this: inst_meter = ofp_parser.OFPInstructionMeter(1) Then add the inst_meter to the instructions-set as you would do it for a ofp_parser.OFPInstructionActions that is doc

Re: [Ryu-devel] OFPMeterMod support

2013-07-15 Thread Abhimanyu singh
The Patch seems to be working fine for OFPMeterBandDrop() messages . Cannot test for Dscp remark as it is not supported by the Switch that am using . Is the support for meters added in the Actions field too ? Cannot find a OFPAction class for processing Flows with meters . On Fri, Jul 12, 2013 at