Re: [ovs-dev] [PATCH 12/38] ofp-msgs: Split OFPRAW_OFPST_TABLE_REPLY

2012-08-10 Thread Ben Pfaff
On Thu, Aug 09, 2012 at 05:49:33PM +0900, Simon Horman wrote: > Split OFPRAW_OFPST_TABLE_REPLY into OpenFlow 1.0, 1.1 and 1.2 versions. > > This is preparation for allowing encoding and decoding of Open Flow 1.1 > and 1.2 Table Stats Reply messages. > > Signed-off-by: Simon Horman Applied. ___

[ovs-dev] [PATCH 12/38] ofp-msgs: Split OFPRAW_OFPST_TABLE_REPLY

2012-08-09 Thread Simon Horman
Split OFPRAW_OFPST_TABLE_REPLY into OpenFlow 1.0, 1.1 and 1.2 versions. This is preparation for allowing encoding and decoding of Open Flow 1.1 and 1.2 Table Stats Reply messages. Signed-off-by: Simon Horman --- v11 * No change v10 * No change v9 * No change v8 * Initial post --- lib/ofp-