Re: [ovs-dev] [PATCH 1/5] openflow-common: Change flow removal reason codes.

2013-06-26 Thread Ben Pfaff
On Thu, Jun 27, 2013 at 01:39:48AM +0300, Jarno Rajahalme wrote: > Swap places of OFPRR_METER_DELETE and OFPRR_EVICTION in enumeration to be > compatible with OpenFlow 1.4. > > Prior to OpenFlow 1.4 OFPRR_EVICTION was a Nicira specific flow removal reason > code. OpenFlow 1.3 added support for me

[ovs-dev] [PATCH 1/5] openflow-common: Change flow removal reason codes.

2013-06-26 Thread Jarno Rajahalme
Swap places of OFPRR_METER_DELETE and OFPRR_EVICTION in enumeration to be compatible with OpenFlow 1.4. Prior to OpenFlow 1.4 OFPRR_EVICTION was a Nicira specific flow removal reason code. OpenFlow 1.3 added support for meters, which require dependent flow removal when meters are deleted. The re