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

2022-11-30 Thread Ilya Maximets
On 11/29/22 01:32, Terry Wilson wrote: > On Sun, Nov 27, 2022 at 9:56 PM mailto:num...@ovn.org>> > wrote: > > From: Numan Siddique mailto:num...@ovn.org>> > > ovsdb-server allows the OVSDB clients to specify the uuid for > the row inserts [1].  Both the C IDL client library and

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

2022-11-28 Thread Terry Wilson
On Sun, Nov 27, 2022 at 9:56 PM wrote: > From: Numan Siddique > > ovsdb-server allows the OVSDB clients to specify the uuid for > the row inserts [1]. Both the C IDL client library and Python > IDL are missing this feature. This patch adds this support. > > In C IDL, for each schema table, a

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

2022-11-27 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) #126 FILE:

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

2022-11-27 Thread numans
From: Numan Siddique ovsdb-server allows the OVSDB clients to specify the uuid for the row inserts [1]. Both the C IDL client library and Python IDL are missing this feature. This patch adds this support. In C IDL, for each schema table, a new function is generated -