Re: [ovs-dev] [PATCH v2 19/19] Use classifier versioning.

2015-05-29 Thread Ben Pfaff
On Mon, May 18, 2015 at 04:10:28PM -0700, Jarno Rajahalme wrote: > Each rule is now added or deleted in a specific tables version. Flow > tables are versioned with a monotonically increasing 64-bit integer, > where positive values are valid version numbers. > > Rule modifications are implemented

[ovs-dev] [PATCH v2 19/19] Use classifier versioning.

2015-05-18 Thread Jarno Rajahalme
Each rule is now added or deleted in a specific tables version. Flow tables are versioned with a monotonically increasing 64-bit integer, where positive values are valid version numbers. Rule modifications are implemented as an insertion of a new rule and a deletion of the old rule, both taking p