Re: [ovs-dev] [PATCH ovn] northd: Mark most of the SB columns as write-changed-only.

2022-05-11 Thread Dumitru Ceara
On 5/6/22 07:17, Han Zhou wrote: > On Wed, May 4, 2022 at 4:22 PM Han Zhou wrote: >> >> >> >> On Wed, May 4, 2022 at 3:44 PM Numan Siddique wrote: >>> >>> On Tue, May 3, 2022 at 7:32 PM Han Zhou wrote: On Thu, Apr 28, 2022 at 9:36 AM Dumitru Ceara > wrote: > > This uses the

Re: [ovs-dev] [PATCH ovn] northd: Mark most of the SB columns as write-changed-only.

2022-05-05 Thread Han Zhou
On Wed, May 4, 2022 at 4:22 PM Han Zhou wrote: > > > > On Wed, May 4, 2022 at 3:44 PM Numan Siddique wrote: > > > > On Tue, May 3, 2022 at 7:32 PM Han Zhou wrote: > > > > > > On Thu, Apr 28, 2022 at 9:36 AM Dumitru Ceara wrote: > > > > > > > > This uses the newly added

Re: [ovs-dev] [PATCH ovn] northd: Mark most of the SB columns as write-changed-only.

2022-05-04 Thread Han Zhou
On Wed, May 4, 2022 at 3:44 PM Numan Siddique wrote: > > On Tue, May 3, 2022 at 7:32 PM Han Zhou wrote: > > > > On Thu, Apr 28, 2022 at 9:36 AM Dumitru Ceara wrote: > > > > > > This uses the newly added ovsdb_idl_set_write_changed_only_all() to > > > explicitly disable atomicity checks for

Re: [ovs-dev] [PATCH ovn] northd: Mark most of the SB columns as write-changed-only.

2022-05-04 Thread Numan Siddique
On Tue, May 3, 2022 at 7:32 PM Han Zhou wrote: > > On Thu, Apr 28, 2022 at 9:36 AM Dumitru Ceara wrote: > > > > This uses the newly added ovsdb_idl_set_write_changed_only_all() to > > explicitly disable atomicity checks for read/write columns and to enable > > optimizing the process of building

Re: [ovs-dev] [PATCH ovn] northd: Mark most of the SB columns as write-changed-only.

2022-05-03 Thread Han Zhou
On Thu, Apr 28, 2022 at 9:36 AM Dumitru Ceara wrote: > > This uses the newly added ovsdb_idl_set_write_changed_only_all() to > explicitly disable atomicity checks for read/write columns and to enable > optimizing the process of building the SB transaction. > > Bump OVS submodule to pick up

Re: [ovs-dev] [PATCH ovn] northd: Mark most of the SB columns as write-changed-only.

2022-04-28 Thread 0-day Robot
Bleep bloop. Greetings Dumitru Ceara, 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. build: depbase=`echo controller-vtep/gateway.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -std=gnu99

[ovs-dev] [PATCH ovn] northd: Mark most of the SB columns as write-changed-only.

2022-04-28 Thread Dumitru Ceara
This uses the newly added ovsdb_idl_set_write_changed_only_all() to explicitly disable atomicity checks for read/write columns and to enable optimizing the process of building the SB transaction. Bump OVS submodule to pick up d94cd0d3eec3 ("ovsdb-idl: Support write-only-changed IDL monitor