Re: [ovs-dev] [PATCH v2 01/15] vswitchd: Deprecate packet buffering in OVS 2.7.

2016-08-29 Thread Jarno Rajahalme
> On Aug 29, 2016, at 10:53 AM, Ben Pfaff wrote: > > On Mon, Aug 22, 2016 at 04:31:27PM -0700, Jarno Rajahalme wrote: >> OVS implementation of buffering packets that are sent to the >> controller is not compliant with the OpenFlow specifications after >> OpenFlow 1.0. OVS implementation execute

Re: [ovs-dev] [PATCH v2 01/15] vswitchd: Deprecate packet buffering in OVS 2.7.

2016-08-29 Thread Ben Pfaff
On Mon, Aug 22, 2016 at 04:31:27PM -0700, Jarno Rajahalme wrote: > OVS implementation of buffering packets that are sent to the > controller is not compliant with the OpenFlow specifications after > OpenFlow 1.0. OVS implementation executes the buffered packet against > the actions of the modified

[ovs-dev] [PATCH v2 01/15] vswitchd: Deprecate packet buffering in OVS 2.7.

2016-08-22 Thread Jarno Rajahalme
OVS implementation of buffering packets that are sent to the controller is not compliant with the OpenFlow specifications after OpenFlow 1.0. OVS implementation executes the buffered packet against the actions of the modified or added rule, whereas OpenFlow (since 1.1) specifies that the packet sh