Re: [ovs-dev] [PATCH v3 1/5] classifier: integrate insert_rule().

2014-11-12 Thread Jarno Rajahalme
On Nov 12, 2014, at 1:06 PM, Ben Pfaff wrote: > On Tue, Nov 11, 2014 at 04:46:10PM -0800, Ben Pfaff wrote: >> On Tue, Nov 11, 2014 at 12:00:59PM -0800, Jarno Rajahalme wrote: >>> This patch integrates insert_rule() to the sole caller >>> classifier_replace(). This makes classifer_replace() more

Re: [ovs-dev] [PATCH v3 1/5] classifier: integrate insert_rule().

2014-11-12 Thread Ben Pfaff
On Tue, Nov 11, 2014 at 04:46:10PM -0800, Ben Pfaff wrote: > On Tue, Nov 11, 2014 at 12:00:59PM -0800, Jarno Rajahalme wrote: > > This patch integrates insert_rule() to the sole caller > > classifier_replace(). This makes classifer_replace() more symmetric > > with classifier_remove(), and makes i

Re: [ovs-dev] [PATCH v3 1/5] classifier: integrate insert_rule().

2014-11-11 Thread Ben Pfaff
On Tue, Nov 11, 2014 at 12:00:59PM -0800, Jarno Rajahalme wrote: > This patch integrates insert_rule() to the sole caller > classifier_replace(). This makes classifer_replace() more symmetric > with classifier_remove(), and makes it easier to change the following: > > - Rules invisible to the loo

[ovs-dev] [PATCH v3 1/5] classifier: integrate insert_rule().

2014-11-11 Thread Jarno Rajahalme
This patch integrates insert_rule() to the sole caller classifier_replace(). This makes classifer_replace() more symmetric with classifier_remove(), and makes it easier to change the following: - Rules invisible to the lookups are no longer inserted to any of the index cmaps or tries. - subtabl