Re: [ovs-dev] [PATCH] ovsdb-cs: fix 'cs_db' lock flag not updated error.

2023-05-04 Thread
在 2023/5/5 10:55, 汪翰林 写道: 在 2023/5/4 18:14, Ilya Maximets 写道: On 5/4/23 12:12, Ilya Maximets wrote: On 4/11/23 11:07, 汪翰林 wrote: 在 2023/4/7 21:20, Simon Horman 写道: On Fri, Apr 07, 2023 at 02:59:04PM +0800, wanghanlin wrote: When 'cs' is not connected to a server

Re: [ovs-dev] [PATCH] ovsdb-cs: fix 'cs_db' lock flag not updated error.

2023-05-04 Thread
在 2023/5/4 18:14, Ilya Maximets 写道: On 5/4/23 12:12, Ilya Maximets wrote: On 4/11/23 11:07, 汪翰林 wrote: 在 2023/4/7 21:20, Simon Horman 写道: On Fri, Apr 07, 2023 at 02:59:04PM +0800, wanghanlin wrote: When 'cs' is not connected to a server, then ovsdb_cs_db_compose_lock_request__ will update

Re: [ovs-dev] [PATCH] ovsdb-cs: fix 'cs_db' lock flag not updated error.

2023-04-11 Thread
在 2023/4/7 21:20, Simon Horman 写道: On Fri, Apr 07, 2023 at 02:59:04PM +0800, wanghanlin wrote: When 'cs' is not connected to a server, then ovsdb_cs_db_compose_lock_request__ will update 'cs_db' lock flag, but the lock flag will not be updated next. Signed-off-by: wanghanlin Hi, Are there

[ovs-dev] [PATCH] ovsdb-cs: fix 'cs_db' lock flag not free error.

2023-04-07 Thread
When 'cs' is not connected to a server, then ovsdb_cs_db_compose_lock_request__ will update 'cs_db' lock flag, but the lock flag will not be updated next. Signed-off-by: wanghanlin ---  lib/ovsdb-cs.c | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ovsdb-cs.c

[ovs-dev] [PATCH] ovsdb-cs: fix 'cs_db' lock flag not free error.

2023-04-06 Thread
When 'cs' is not connected to a server, then ovsdb_cs_db_compose_lock_request__ will update 'cs_db' lock flag, but the lock flag will not be free next. Signed-off-by: wanghanlin ---  lib/ovsdb-cs.c | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ovsdb-cs.c