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. > > Signed-off-by: Han Zhou <[email protected]>
I like the idea of preserving data, but preserving it in the parsed form concerns me because the parsed data might contain pointers to other structures that don't exist anymore. How important is it to preserve it in parsed form? _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
