Re: [ovs-dev] [PATCH v2] ovsdb-idl: Add support for column tracking in IDL

2016-01-12 Thread Ben Pfaff
On Thu, Dec 10, 2015 at 04:58:46PM +, Ansari, Shad wrote: > (Resending patch with corrected Signed-off-by email address) > > Recent IDL change tracking patches allow quick traversal of changed > rows. This patch adds additional support to track changed columns. > It allows an IDL client to eff

[ovs-dev] [PATCH v2] ovsdb-idl: Add support for column tracking in IDL

2015-12-10 Thread Ansari, Shad
(Resending patch with corrected Signed-off-by email address) Recent IDL change tracking patches allow quick traversal of changed rows. This patch adds additional support to track changed columns. It allows an IDL client to efficiently check if a specific column of a row was updated by IDL. Signed