Re: [ovs-dev] [PATCH v4 5/5] classifier: Defer pvector publication.

2014-11-14 Thread Jarno Rajahalme
Series merged to master, Jarno On Nov 14, 2014, at 3:53 PM, Jarno Rajahalme wrote: > > On Nov 14, 2014, at 2:04 PM, Ben Pfaff wrote: > >> On Thu, Nov 13, 2014 at 11:56:17AM -0800, Jarno Rajahalme wrote: >>> This patch adds a new functions classifier_defer() and >>> classifier_publish(), wh

Re: [ovs-dev] [PATCH v4 5/5] classifier: Defer pvector publication.

2014-11-14 Thread Jarno Rajahalme
On Nov 14, 2014, at 2:04 PM, Ben Pfaff wrote: > On Thu, Nov 13, 2014 at 11:56:17AM -0800, Jarno Rajahalme wrote: >> This patch adds a new functions classifier_defer() and >> classifier_publish(), which control when the classifier modifications >> are made available to lookups. By default, all m

Re: [ovs-dev] [PATCH v4 5/5] classifier: Defer pvector publication.

2014-11-14 Thread Ben Pfaff
On Thu, Nov 13, 2014 at 11:56:17AM -0800, Jarno Rajahalme wrote: > This patch adds a new functions classifier_defer() and > classifier_publish(), which control when the classifier modifications > are made available to lookups. By default, all modifications are made > available to lookups immediate

[ovs-dev] [PATCH v4 5/5] classifier: Defer pvector publication.

2014-11-13 Thread Jarno Rajahalme
This patch adds a new functions classifier_defer() and classifier_publish(), which control when the classifier modifications are made available to lookups. By default, all modifications are made available to lookups immediately. Modifications made after a classifier_defer() call MAY be 'deferred'