Re: [ovs-dev] [PATCH v2 12/19] ofproto: Split add_flow().

2015-06-01 Thread Jarno Rajahalme
> On May 29, 2015, at 6:08 PM, Ben Pfaff wrote: > > On Mon, May 18, 2015 at 04:10:21PM -0700, Jarno Rajahalme wrote: >> Split add_flow() to add_flow_begin() which does all the error >> checking, and add_flow_finish() which can not fail. >> >> Since we still want to send an error response for an

Re: [ovs-dev] [PATCH v2 12/19] ofproto: Split add_flow().

2015-05-29 Thread Ben Pfaff
On Mon, May 18, 2015 at 04:10:21PM -0700, Jarno Rajahalme wrote: > Split add_flow() to add_flow_begin() which does all the error > checking, and add_flow_finish() which can not fail. > > Since we still want to send an error response for an unknown > 'buffer_id', send_buffered_packet() now send the

[ovs-dev] [PATCH v2 12/19] ofproto: Split add_flow().

2015-05-18 Thread Jarno Rajahalme
Split add_flow() to add_flow_begin() which does all the error checking, and add_flow_finish() which can not fail. Since we still want to send an error response for an unknown 'buffer_id', send_buffered_packet() now send the error response itself. Signed-off-by: Jarno Rajahalme --- ofproto/ofpro