Re: [ovs-dev] [PATCH 2/2] ofp-msgs: Move most OpenFlow header definitions here.

2016-02-19 Thread Ben Pfaff
Thanks for the reviews. I applied these to master. On Thu, Feb 18, 2016 at 10:47:06AM -0800, Jarno Rajahalme wrote: > Acked-by: Jarno Rajahalme > > > On Jan 27, 2016, at 3:50 PM, Ben Pfaff wrote: > > > > This code was the only user for OpenFlow header definitions other than > > struct ofp_hea

Re: [ovs-dev] [PATCH 2/2] ofp-msgs: Move most OpenFlow header definitions here.

2016-02-18 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme > On Jan 27, 2016, at 3:50 PM, Ben Pfaff wrote: > > This code was the only user for OpenFlow header definitions other than > struct ofp_header itself. > > Signed-off-by: Ben Pfaff > --- > include/openflow/nicira-ext.h | 9 - > include/openflow/openflow-1.0.

[ovs-dev] [PATCH 2/2] ofp-msgs: Move most OpenFlow header definitions here.

2016-01-27 Thread Ben Pfaff
This code was the only user for OpenFlow header definitions other than struct ofp_header itself. Signed-off-by: Ben Pfaff --- include/openflow/nicira-ext.h | 9 - include/openflow/openflow-1.0.h | 20 include/openflow/openflow-1.1.h | 11 +-- lib/ofp-msgs.