Re: [ovs-dev] [PATCH] ofp-util: Add OFPUTIL_P_OF12 and NXFF_OPENFLOW12

2012-07-22 Thread Simon Horman
On Sun, Jul 22, 2012 at 09:16:53PM -0700, Ben Pfaff wrote: > On Mon, Jul 23, 2012 at 11:21:16AM +0900, Simon Horman wrote: > > On Fri, Jul 20, 2012 at 10:36:55AM -0700, Ben Pfaff wrote: > > > On Fri, Jul 20, 2012 at 10:29:25AM +0900, Simon Horman wrote: > > > > Add OFPUTIL_P_OF12 and NXFF_OPENFLOW1

Re: [ovs-dev] [PATCH] ofp-util: Add OFPUTIL_P_OF12 and NXFF_OPENFLOW12

2012-07-22 Thread Ben Pfaff
On Mon, Jul 23, 2012 at 11:21:16AM +0900, Simon Horman wrote: > On Fri, Jul 20, 2012 at 10:36:55AM -0700, Ben Pfaff wrote: > > On Fri, Jul 20, 2012 at 10:29:25AM +0900, Simon Horman wrote: > > > Add OFPUTIL_P_OF12 and NXFF_OPENFLOW12 for Open Flow 1.2 > > > > > > OFPUTIL_P_OF12_TID and in turn OFP

Re: [ovs-dev] [PATCH] ofp-util: Add OFPUTIL_P_OF12 and NXFF_OPENFLOW12

2012-07-22 Thread Simon Horman
On Fri, Jul 20, 2012 at 10:36:55AM -0700, Ben Pfaff wrote: > On Fri, Jul 20, 2012 at 10:29:25AM +0900, Simon Horman wrote: > > Add OFPUTIL_P_OF12 and NXFF_OPENFLOW12 for Open Flow 1.2 > > > > OFPUTIL_P_OF12_TID and in turn OFPUTIL_P_OF12_ANY is not provided as > > OFPUTIL_P_OF12 supports the use o

Re: [ovs-dev] [PATCH] ofp-util: Add OFPUTIL_P_OF12 and NXFF_OPENFLOW12

2012-07-20 Thread Ben Pfaff
On Fri, Jul 20, 2012 at 10:29:25AM +0900, Simon Horman wrote: > Add OFPUTIL_P_OF12 and NXFF_OPENFLOW12 for Open Flow 1.2 > > OFPUTIL_P_OF12_TID and in turn OFPUTIL_P_OF12_ANY is not provided as > OFPUTIL_P_OF12 supports the use of table ids in modify flow messages. > > Signed-off-by: Simon Horman

[ovs-dev] [PATCH] ofp-util: Add OFPUTIL_P_OF12 and NXFF_OPENFLOW12

2012-07-19 Thread Simon Horman
Add OFPUTIL_P_OF12 and NXFF_OPENFLOW12 for Open Flow 1.2 OFPUTIL_P_OF12_TID and in turn OFPUTIL_P_OF12_ANY is not provided as OFPUTIL_P_OF12 supports the use of table ids in modify flow messages. Signed-off-by: Simon Horman --- v7 * Add dummy OFPUTIL_P_OF12 cases to avoid compiler warnings U