Re: [ovs-dev] [PATCH v3 1/7] lib/classifier: Use cmap.

2014-07-07 Thread YAMAMOTO Takashi
> Use cmap instead of hmap & hindex in classifier. Performance impact > with current locking strategy is not yet tested. Later patches will > introduce RCU into the classifier. > > Signed-off-by: Jarno Rajahalme > Acked-by: Ben Pfaff Acked-by: YAMAMOTO Takashi ___

[ovs-dev] [PATCH v3 1/7] lib/classifier: Use cmap.

2014-07-07 Thread Jarno Rajahalme
Use cmap instead of hmap & hindex in classifier. Performance impact with current locking strategy is not yet tested. Later patches will introduce RCU into the classifier. Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff --- v3: No change, but will push this patch only with the rest of the se