Re: [ovs-dev] [PATCH v2 02/15] lib: Retire packet buffering feature.

2016-08-30 Thread Jarno Rajahalme
> On Aug 29, 2016, at 2:07 PM, Ben Pfaff wrote: > > On Mon, Aug 22, 2016 at 04:31:28PM -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, which is possibly true since

Re: [ovs-dev] [PATCH v2 02/15] lib: Retire packet buffering feature.

2016-08-29 Thread Ben Pfaff
On Mon, Aug 29, 2016 at 02:07:40PM -0700, Ben Pfaff wrote: > On Mon, Aug 22, 2016 at 04:31:28PM -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, which is possibly t

Re: [ovs-dev] [PATCH v2 02/15] lib: Retire packet buffering feature.

2016-08-29 Thread Ben Pfaff
On Mon, Aug 22, 2016 at 04:31:28PM -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, which is possibly true since OpenFlow 1.0 is not really > specifying the packet buffer

[ovs-dev] [PATCH v2 02/15] lib: Retire packet buffering feature.

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, which is possibly true since OpenFlow 1.0 is not really specifying the packet buffering behavior. OVS implementation executes the buffered packet against th