Re: [ovs-dev] [RFC PATCH 3/8] ofp-util: Support for OpenFlow 1.3 meters.

2013-06-26 Thread Ben Pfaff
On Wed, Jun 26, 2013 at 10:47:22PM +, Rajahalme, Jarno (NSN - FI/Espoo) wrote: > > On Jun 25, 2013, at 20:35 , ext Ben Pfaff wrote: > > > On Thu, Jun 20, 2013 at 05:26:18PM +0300, Jarno Rajahalme wrote: > >> > >> Signed-off-by: Jarno Rajahalme > > > > I'm applied this to master. I'm appe

Re: [ovs-dev] [RFC PATCH 3/8] ofp-util: Support for OpenFlow 1.3 meters.

2013-06-26 Thread Rajahalme, Jarno (NSN - FI/Espoo)
On Jun 25, 2013, at 20:35 , ext Ben Pfaff wrote: > On Thu, Jun 20, 2013 at 05:26:18PM +0300, Jarno Rajahalme wrote: >> >> Signed-off-by: Jarno Rajahalme > > I'm applied this to master. I'm appending the incremental that I > folded in. Most of the changes are minor improvements (some just > s

Re: [ovs-dev] [RFC PATCH 3/8] ofp-util: Support for OpenFlow 1.3 meters.

2013-06-25 Thread Ben Pfaff
On Thu, Jun 20, 2013 at 05:26:18PM +0300, Jarno Rajahalme wrote: > > Signed-off-by: Jarno Rajahalme I'm applied this to master. I'm appending the incremental that I folded in. Most of the changes are minor improvements (some just stylistic). The only important change is that it looked to me l

[ovs-dev] [RFC PATCH 3/8] ofp-util: Support for OpenFlow 1.3 meters.

2013-06-20 Thread Jarno Rajahalme
Signed-off-by: Jarno Rajahalme --- include/openflow/openflow-1.3.h|2 +- include/openflow/openflow-common.h |1 + lib/ofp-actions.c | 32 +++- lib/ofp-actions.h | 16 +- lib/ofp-msgs.h |6 +- lib/ofp-parse.c