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

2014-11-05 Thread Joe Stringer
On 5 November 2014 13:31, Ben Pfaff wrote: > On Fri, Oct 31, 2014 at 04:55:39PM -0700, 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 classifi

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

2014-11-05 Thread Ben Pfaff
On Fri, Oct 31, 2014 at 04:55:39PM -0700, 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

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

2014-11-05 Thread Joe Stringer
On 5 November 2014 09:06, Ben Pfaff wrote: > On Fri, Oct 31, 2014 at 04:55:39PM -0700, 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 classifi

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

2014-11-05 Thread Ben Pfaff
On Fri, Oct 31, 2014 at 04:55:39PM -0700, 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