Re: [ovs-dev] [PATCHv2 4/4] upcall: Replace ukeys for deleted flows.

2016-08-31 Thread Joe Stringer
On 31 August 2016 at 13:18, Jarno Rajahalme wrote: > With a minor question below, > > Acked-by: Jarno Rajahalme > >> On Aug 31, 2016, at 11:06 AM, Joe Stringer wrote: >> >> If a revalidator dumps/revalidates a flow during the 'dump' phase, >>

Re: [ovs-dev] [PATCHv2 4/4] upcall: Replace ukeys for deleted flows.

2016-08-31 Thread Jarno Rajahalme
With a minor question below, Acked-by: Jarno Rajahalme > On Aug 31, 2016, at 11:06 AM, Joe Stringer wrote: > > If a revalidator dumps/revalidates a flow during the 'dump' phase, > resulting in the deletion of the flow, then ukey->flow_exists is set to > false, and

[ovs-dev] [PATCHv2 4/4] upcall: Replace ukeys for deleted flows.

2016-08-31 Thread Joe Stringer
If a revalidator dumps/revalidates a flow during the 'dump' phase, resulting in the deletion of the flow, then ukey->flow_exists is set to false, and the ukey is kept around until the 'sweep' phase. The ukey is kept around to ensure that cases like duplicated dumps from the datapaths do not result