Re: [ovs-dev] [PATCH v2 17/19] classifier: Support table versioning

2015-05-29 Thread Ben Pfaff
On Mon, May 18, 2015 at 04:10:26PM -0700, Jarno Rajahalme wrote: > This patch allows classifier rules to become visible and invisible in > specific versions. A 'version' is defined as a positive monotonically > increasing integer, which never wraps around. > > When versioning is not used, the 've

[ovs-dev] [PATCH v2 17/19] classifier: Support table versioning

2015-05-18 Thread Jarno Rajahalme
This patch allows classifier rules to become visible and invisible in specific versions. A 'version' is defined as a positive monotonically increasing integer, which never wraps around. When versioning is not used, the 'version' parameter should be passed as 'CLS_NO_VERSION'. This feature enable