Re: [ovs-dev] [PATCH v3 3/3] dpif-netdev: Exact match cache

2014-08-19 Thread Daniele Di Proietto
Thanks for the detailed and fast review. I applied all your suggestions and I'll post a v4 soon On 8/18/14, 11:06 PM, "Pravin Shelar" wrote: >On Mon, Aug 18, 2014 at 1:29 PM, Daniele Di Proietto > wrote: >> Since lookups in the classifier can be pretty expensive, we introduce >>this >> (thread

Re: [ovs-dev] [PATCH v3 3/3] dpif-netdev: Exact match cache

2014-08-18 Thread Pravin Shelar
On Mon, Aug 18, 2014 at 1:29 PM, Daniele Di Proietto wrote: > Since lookups in the classifier can be pretty expensive, we introduce this > (thread local) cache which simply compares the miniflows of the packets > Patch looks good, I have few comment, nothing major. > Signed-off-by: Daniele Di Pro