Re: [ovs-dev] [PATCH 5/6] revalidator: Defer stats push to end of validation.

2016-09-28 Thread Joe Stringer
On 28 September 2016 at 14:22, Daniele Di Proietto wrote: > > > 2016-09-20 18:47 GMT-07:00 Joe Stringer : >> >> To make more of the core revalidate() functions do just one thing and >> not modify state on the way, refactor them to prepare the xcache then >> defer the ukey modification and stats/si

Re: [ovs-dev] [PATCH 5/6] revalidator: Defer stats push to end of validation.

2016-09-28 Thread Daniele Di Proietto
2016-09-20 18:47 GMT-07:00 Joe Stringer : > To make more of the core revalidate() functions do just one thing and > not modify state on the way, refactor them to prepare the xcache then > defer the ukey modification and stats/side effects execution to the end > of successful revalidation. > > If r

[ovs-dev] [PATCH 5/6] revalidator: Defer stats push to end of validation.

2016-09-20 Thread Joe Stringer
To make more of the core revalidate() functions do just one thing and not modify state on the way, refactor them to prepare the xcache then defer the ukey modification and stats/side effects execution to the end of successful revalidation. If revalidation causes deletion, then the xcache will be p