Re: [ovs-dev] [PATCH] ovsdb: Update _version more accurately in transaction commit.

2015-09-04 Thread Ben Pfaff
Thanks Andy, I applied this to master, branch-2.4, and branch-2.3. On Wed, Sep 02, 2015 at 11:45:40AM -0700, Andy Zhou wrote: > Acked-by: Andy Zhou > > On Mon, Aug 31, 2015 at 9:52 AM, Ben Pfaff wrote: > > The _version column in each OVSDB row is supposed to be updated whenever > > any other co

Re: [ovs-dev] [PATCH] ovsdb: Update _version more accurately in transaction commit.

2015-09-02 Thread Andy Zhou
Acked-by: Andy Zhou On Mon, Aug 31, 2015 at 9:52 AM, Ben Pfaff wrote: > The _version column in each OVSDB row is supposed to be updated whenever > any other column in the row changes. However, the transaction code was > not careful to do this only when a row actually changed--there were other >

[ovs-dev] [PATCH] ovsdb: Update _version more accurately in transaction commit.

2015-08-31 Thread Ben Pfaff
The _version column in each OVSDB row is supposed to be updated whenever any other column in the row changes. However, the transaction code was not careful to do this only when a row actually changed--there were other cases where a row was considered at transaction commit time and _version updated