Re: [ovs-dev] [PATCHv5 05/12] upcall: Create ukeys in handler threads.

2014-09-17 Thread Ben Pfaff
On Mon, Sep 15, 2014 at 02:25:11PM +1200, Joe Stringer wrote: Currently, when a revalidator thread first dumps a flow, it creates a 'udpif_key' object and caches a copy of a kernel flow key. This allows us to perform lookups in the classifier to attribute stats and validate the correctness of

Re: [ovs-dev] [PATCHv5 05/12] upcall: Create ukeys in handler threads.

2014-09-17 Thread Joe Stringer
Thanks for the review, On 18 September 2014 10:33, Ben Pfaff b...@nicira.com wrote: On Mon, Sep 15, 2014 at 02:25:11PM +1200, Joe Stringer wrote: Currently, when a revalidator thread first dumps a flow, it creates a 'udpif_key' object and caches a copy of a kernel flow key. This allows us

[ovs-dev] [PATCHv5 05/12] upcall: Create ukeys in handler threads.

2014-09-14 Thread Joe Stringer
Currently, when a revalidator thread first dumps a flow, it creates a 'udpif_key' object and caches a copy of a kernel flow key. This allows us to perform lookups in the classifier to attribute stats and validate the correctness of the datapath flow. This patch sets up this cache from the handler