Re: [Ryu-devel] Sending MeterMod messages

2013-06-19 Thread FUJITA Tomonori
On Wed, 19 Jun 2013 11:24:59 +0200 Philipp Aeschlimann wrote: > This is a second patch for the MeterMod messages to apply a Meter to a flow. > > >From 9aab054fea03e94a5b8e64f345ab9cc26ba5e91b Mon Sep 17 00:00:00 2001 > From: Aeschlimann Philipp > Date: Wed, 19 Jun 2013 11:19:07 +0200 > Subject:

Re: [Ryu-devel] Sending MeterMod messages

2013-06-19 Thread Philipp Aeschlimann
This is a second patch for the MeterMod messages to apply a Meter to a flow. >From 9aab054fea03e94a5b8e64f345ab9cc26ba5e91b Mon Sep 17 00:00:00 2001 From: Aeschlimann Philipp Date: Wed, 19 Jun 2013 11:19:07 +0200 Subject: [PATCH] Added InstructionMeter Signed-off-by: Philipp Aeschlimann --- ry

Re: [Ryu-devel] Sending MeterMod messages

2013-06-10 Thread FUJITA Tomonori
On Mon, 10 Jun 2013 09:55:25 +0200 Philipp Aeschlimann wrote: > Sry for the late answer. Yeah, must be the mailer... I attached the > patch also as file. > > >From dbf8d01d8ec5f43bdf0a31815c377f1073b248d1 Mon Sep 17 00:00:00 2001 > From: Aeschlimann Philipp > Date: Wed, 5 Jun 2013 15:16:35 +020

Re: [Ryu-devel] Sending MeterMod messages

2013-06-10 Thread Philipp Aeschlimann
Sry for the late answer. Yeah, must be the mailer... I attached the patch also as file. >From dbf8d01d8ec5f43bdf0a31815c377f1073b248d1 Mon Sep 17 00:00:00 2001 From: Aeschlimann Philipp Date: Wed, 5 Jun 2013 15:16:35 +0200 Subject: [PATCH] Send MeterMod messages Signed-off-by: Philipp Aeschliman

Re: [Ryu-devel] Sending MeterMod messages

2013-06-08 Thread FUJITA Tomonori
On Wed, 5 Jun 2013 18:01:13 +0200 Philipp Aeschlimann wrote: > 2013/6/5 Isaku Yamahata : >> Looks good. Thank you for quick respin. >> Can you please send the patch to ryu-devel? >> >> thanks, >> > > I missed the answer-all-button...zzz > >> >> For consistency and OF-wire stringify, please use

Re: [Ryu-devel] Sending MeterMod messages

2013-06-05 Thread Philipp Aeschlimann
2013/6/5 Isaku Yamahata : > Looks good. Thank you for quick respin. > Can you please send the patch to ryu-devel? > > thanks, > I missed the answer-all-button...zzz > > For consistency and OF-wire stringify, please use cls_meter_band_xxx. > i.e. > cls.cls_meter_band_type = type_ >

Re: [Ryu-devel] Sending MeterMod messages

2013-06-05 Thread Isaku Yamahata
Thank you for update. Basically looks good except some comments inlined. On Wed, Jun 05, 2013 at 03:25:41PM +0200, Philipp Aeschlimann wrote: > Hey > > Here we go with the MeterMod messages, still todo is: > > - parsers methods for DSCP and experimenter > - OFPMeterConfigStats should parse all

[Ryu-devel] Sending MeterMod messages

2013-06-05 Thread Philipp Aeschlimann
Hey Here we go with the MeterMod messages, still todo is: - parsers methods for DSCP and experimenter - OFPMeterConfigStats should parse all MeterBandTypes, not only common header - THX for all comments in advance >From 3fca86530024f3b7d2429a72609981e606398085 Mon Sep 17 00:00:00 2001 From: Aesc