Re: [ovs-dev] [PATCH v5] ovsdb idl: Add the support to specify the uuid for row insert.

2022-08-10 Thread Numan Siddique
On Tue, Jul 19, 2022 at 3:39 AM wrote: > > From: Numan Siddique > > ovsdb-server allows the OVSDB clients to specify the uuid for > the row inserts [1]. The C IDL client library is missing this > feature. This patch adds this support. > > For each schema table, a new function is generated - >

Re: [ovs-dev] [PATCH v5] ovsdb idl: Add the support to specify the uuid for row insert.

2022-07-18 Thread 0-day Robot
Bleep bloop. Greetings Numan Siddique, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Line is 108 characters long (recommended limit is 79) #119 FILE:

[ovs-dev] [PATCH v5] ovsdb idl: Add the support to specify the uuid for row insert.

2022-07-18 Thread numans
From: Numan Siddique ovsdb-server allows the OVSDB clients to specify the uuid for the row inserts [1]. The C IDL client library is missing this feature. This patch adds this support. For each schema table, a new function is generated - insert_persistent_uuid(txn, uuid) and the users of IDL