Re: [ovs-dev] [PATCH v4 03/14] Implement new packet-in format NXT_PACKET_IN2.

2016-02-19 Thread Ben Pfaff
On Fri, Feb 19, 2016 at 02:17:18PM -0800, Jarno Rajahalme wrote: > Acked-by: Jarno Rajahalme Thanks for the review! > > + * From OVS v1.1 to OVS v2.5, this request was only honored for OpenFlow > > 1.0. > > + * Requests to set format NXPIF_NXT_PACKET_IN were accepted for OF1.1+

Re: [ovs-dev] [PATCH v4 03/14] Implement new packet-in format NXT_PACKET_IN2.

2016-02-19 Thread Jarno Rajahalme
With the notes below: Acked-by: Jarno Rajahalme (snip) > diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h > index dad8707..bcc8758 100644 > --- a/include/openflow/nicira-ext.h > +++ b/include/openflow/nicira-ext.h > @@ -1,5 +1,5 @@ > /* > - * Copyright

[ovs-dev] [PATCH v4 03/14] Implement new packet-in format NXT_PACKET_IN2.

2016-02-19 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- NEWS | 1 + include/openflow/nicira-ext.h | 43 - lib/ofp-msgs.h| 3 + lib/ofp-util.c| 214 ++ ofproto/connmgr.c | 4 +-