Re: [ovs-dev] [PATCH v2] db-ctl-base: add uuid specified method for create cmd

2020-03-01 Thread taoyunxi...@cmss.chinamobile.com
Hi, ben I haved submit it as v4. Thanks very much for your help. :) Regards, Yun -- taoyunxi...@cmss.chinamobile.com >On Tue, Feb 18, 2020 at 04:13:04PM +0800, taoyunxi...@cmss.chinamobile.com >wrote: >> >ovsdb_idl_txn_commit() can be simplified if uuids are specified, because >>

Re: [ovs-dev] [PATCH v2] db-ctl-base: add uuid specified method for create cmd

2020-02-28 Thread Ben Pfaff
On Tue, Feb 18, 2020 at 04:13:04PM +0800, taoyunxi...@cmss.chinamobile.com wrote: > >ovsdb_idl_txn_commit() can be simplified if uuids are specified, because > >it's no longer necessary to specify named-uuids or to call > >substitute_uuids(). > > We have try to work on this , but it is

Re: [ovs-dev] [PATCH v2] db-ctl-base: add uuid specified method for create cmd

2020-02-18 Thread taoyunxi...@cmss.chinamobile.com
Hi,Ben,            Thanks for your reply.  Below is is my commet . -- taoyunxi...@cmss.chinamobile.com >On Thu, Feb 06, 2020 at 05:17:33PM +0800, Tao YunXiang wrote: >> Commit a529e3cd1f (ovsdb-server: Allow OVSDB clients to specify the >> UUID for inserted rows) solves ovsdb-client

Re: [ovs-dev] [PATCH v2] db-ctl-base: add uuid specified method for create cmd

2020-02-06 Thread Ben Pfaff
On Thu, Feb 06, 2020 at 05:17:33PM +0800, Tao YunXiang wrote: > Commit a529e3cd1f (ovsdb-server: Allow OVSDB clients to specify the > UUID for inserted rows) solves ovsdb-client specifing the UUID for > insert operation. OVSDB now can support directly using uuid to identify > a row. But for