Re: [ovs-dev] [PATCH v3 11/16] ovsdb-idl: Tracking - preserve data for deleted rows.

2018-06-04 Thread Han Zhou
On Mon, Jun 4, 2018 at 3:48 PM, Ben Pfaff wrote: > > On Fri, Jun 01, 2018 at 10:42:01AM -0700, Han Zhou wrote: > > OVSDB IDL can track changes, but for deleted rows, the data is > > destroyed and only uuid is tracked. In some cases we need to > > check the data of the deleted rows. This patch

Re: [ovs-dev] [PATCH v3 11/16] ovsdb-idl: Tracking - preserve data for deleted rows.

2018-06-04 Thread Ben Pfaff
On Fri, Jun 01, 2018 at 10:42:01AM -0700, Han Zhou wrote: > OVSDB IDL can track changes, but for deleted rows, the data is > destroyed and only uuid is tracked. In some cases we need to > check the data of the deleted rows. This patch preserves data > for deleted rows until track clear is called.