Re: [ovs-dev] [PATCH v9 2/2] netdev-dpdk:Detailed packet drop statistics

2019-10-14 Thread Sriram Vatala via dev
Hi, Please consider this as gentle remainder and kindly review the patch set. Thanks & Regards, Sriram. -Original Message- From: Sriram Vatala Sent: 11 October 2019 16:58 To: 'ovs-dev@openvswitch.org' ; 'i.maxim...@ovn.org' Subject: RE: [PATCH v9 2/2] netdev-dpdk:Detailed packet drop

Re: [ovs-dev] [PATCH 2/2] datapath: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE mode

2019-10-14 Thread wenxu
On 10/15/2019 5:14 AM, Gregory Rose wrote: > > > On 10/8/2019 4:51 PM, Greg Rose wrote: >> From: wenxu >> >> Upstream commit: >> commit 18b6f717483a835fb98de9f0df6c724df9324e78 >> Author: wenxu >> Date:   Thu Mar 28 12:43:23 2019 +0800 >> >> openvswitch: Make metadata_dst

Re: [ovs-dev] [PATCH v1] ovs container build.sh requires python3

2019-10-14 Thread aginwala
Hi Ben: Can you also push this to OVS master? Got it merged in ovn repo already. On Fri, Oct 11, 2019 at 2:06 PM wrote: > From: Aliasgar Ginwala > > building ovn/ovs container breaks while configure: > checking for Python 3 (version 3.4 or later)... no > configure: error: Python 3.4 or later

Re: [ovs-dev] [PATCH v1 ovn] ovn-nb/sbctl.c: Use env variables for passing options.

2019-10-14 Thread aginwala
On Mon, Oct 14, 2019 at 4:38 PM Ben Pfaff wrote: > On Mon, Oct 14, 2019 at 03:33:25PM -0700, Ben Pfaff wrote: > > On Wed, Oct 09, 2019 at 04:56:40PM -0700, amgin...@gmail.com wrote: > > > From: Aliasgar Ginwala > > > > > > Add new env variables OVN_NBCTL_OPTIONS and OVN_SBCTL_OPTIONS for > > >

[ovs-dev] Important

2019-10-14 Thread info.nmooreba
Nice to meet you, There is a vital issue I need to discuss with you urgently. Confirm your email valid for conscious security reason. Best regards, My contact E-mail: info...@zoho.com ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH 03/11] datapath: add seqadj extension when NAT is used.

2019-10-14 Thread Flavio Leitner
On Mon, 14 Oct 2019 10:37:43 -0700 Yi-Hung Wei wrote: > From: Flavio Leitner > > upstream patch: > > commit fa7e428c6b7ed3281610511a2b2ec716d9894be8 > Author: Flavio Leitner > Date: Mon Mar 25 15:58:31 2019 -0300 > > openvswitch: add seqadj extension when NAT is used. > > When

Re: [ovs-dev] [PATCH v1 ovn] ovn-nb/sbctl.c: Use env variables for passing options.

2019-10-14 Thread Ben Pfaff
On Mon, Oct 14, 2019 at 03:33:25PM -0700, Ben Pfaff wrote: > On Wed, Oct 09, 2019 at 04:56:40PM -0700, amgin...@gmail.com wrote: > > From: Aliasgar Ginwala > > > > Add new env variables OVN_NBCTL_OPTIONS and OVN_SBCTL_OPTIONS for > > ovn-nbctl and ovn-sbctl respectively where user can set any

Re: [ovs-dev] [PATCH] ovs-vlan-bug-workaround: Remove.

2019-10-14 Thread Ben Pfaff
On Mon, Oct 14, 2019 at 03:18:01PM -0700, Gregory Rose wrote: > On 10/10/2019 12:07 PM, Ben Pfaff wrote: > > This workaround only applied to kernels earlier than 2.6.37, but OVS > > only supports 3.10 and later. > > > > As the original author of this code, I won't miss it. > > > > Signed-off-by:

Re: [ovs-dev] [PATCH 11/11] datapath: Allow attaching helper in later commit

2019-10-14 Thread Yifeng Sun
LGTM, thanks. Reviewed-by: Yifeng Sun On Mon, Oct 14, 2019 at 10:56 AM Yi-Hung Wei wrote: > > Upstream commit: > commit 248d45f1e1934f7849fbdc35ef1e57151cf063eb > Author: Yi-Hung Wei > Date: Fri Oct 4 09:26:44 2019 -0700 > > openvswitch: Allow attaching helper in later commit > >

Re: [ovs-dev] [PATCH 10/11] datapath: Fix log message in ovs conntrack

2019-10-14 Thread Yifeng Sun
LGTM, thanks. Reviewed-by: Yifeng Sun On Mon, Oct 14, 2019 at 10:55 AM Yi-Hung Wei wrote: > > Upstream commit: > commit 12c6bc38f99bb168b7f16bdb5e855a51a23ee9ec > Author: Yi-Hung Wei > Date: Wed Aug 21 17:16:10 2019 -0700 > > openvswitch: Fix log message in ovs conntrack > > Fixes:

Re: [ovs-dev] [PATCH 09/11] datapath: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)

2019-10-14 Thread Yifeng Sun
LGTM, thanks. Reviewed-by: Yifeng Sun On Mon, Oct 14, 2019 at 10:55 AM Yi-Hung Wei wrote: > > Backports the following upstream commit with some backward compatibility > change. > > commit f319ca6557c10a711facc4dd60197470796d3ec1 > Author: Geert Uytterhoeven > Date: Wed May 8 08:52:32 2019

Re: [ovs-dev] [PATCH 08/11] datapath: Check for null pointer return from nla_nest_start_noflag

2019-10-14 Thread Yifeng Sun
LGTM, thanks. Reviewed-by: Yifeng Sun On Mon, Oct 14, 2019 at 10:54 AM Yi-Hung Wei wrote: > > From: Colin Ian King > > upstream commit: > > commit ca96534630e2edfd73121c487c957b17eca3b7d7 > Author: Colin Ian King > Date: Wed May 1 14:41:58 2019 +0100 > > openvswitch: check for null

Re: [ovs-dev] [PATCH 07/11] datapath: Load and reference the NAT helper.

2019-10-14 Thread Yifeng Sun
LGTM, thanks. Reviewed-by: Yifeng Sun On Mon, Oct 14, 2019 at 10:54 AM Yi-Hung Wei wrote: > > This commit backports the following upstream commit, and two functions > in nf_conntrack_helper.h. > > Upstream commit: > commit fec9c271b8f1bde1086be5aa415cdb586e0dc800 > Author: Flavio Leitner >

Re: [ovs-dev] [PATCH 06/11] datapath: genetlink: optionally validate strictly/dumps

2019-10-14 Thread Yifeng Sun
LGTM, thanks. Reviewed-by: Yifeng Sun On Mon, Oct 14, 2019 at 10:53 AM Yi-Hung Wei wrote: > > This patch backports the following upstream commit within the > openvswitch kernel module with some checks so that it also works > in the older kernel. > > Upstream commit: > commit

Re: [ovs-dev] [PATCH 05/11] datapath: Use nla_nest_start_noflag()

2019-10-14 Thread Yifeng Sun
LGTM, thanks. Reviewed-by: Yifeng Sun On Mon, Oct 14, 2019 at 10:53 AM Yi-Hung Wei wrote: > > This patch backports the openvswitch changes and update the compat layer > for the following upstream patch. > > commit ae0be8de9a53cda3505865c11826d8ff0640237c > Author: Michal Kubecek > Date: Fri

Re: [ovs-dev] [PATCH 04/11] datapath: Handle NF_NAT_NEEDED replacement

2019-10-14 Thread Yifeng Sun
LGTM, thanks. Reviewed-by: Yifeng Sun On Mon, Oct 14, 2019 at 10:52 AM Yi-Hung Wei wrote: > > Starting from the following upstream commit, NF_NAT_NEEDED is replaced > by IS_ENABLED(CONFIG_NF_NAT) in the upstream kernel. This patch makes > some changes so that our in tree ovs kernel module is

Re: [ovs-dev] [PATCH 02/11] datapath: Detect upstream nf_nat change

2019-10-14 Thread Yifeng Sun
LGTM, thanks. Reviewed-by: Yifeng Sun On Mon, Oct 14, 2019 at 10:51 AM Yi-Hung Wei wrote: > > The following two upstream commits merge nf_nat_ipv4 and nf_nat_ipv6 > into nf_nat core, and move some header files around. To handle > these modifications, this patch detects the upstream changes,

Re: [ovs-dev] [PATCH 03/11] datapath: add seqadj extension when NAT is used.

2019-10-14 Thread Yifeng Sun
LGTM, thanks. Reviewed-by: Yifeng Sun On Mon, Oct 14, 2019 at 10:51 AM Yi-Hung Wei wrote: > > From: Flavio Leitner > > upstream patch: > > commit fa7e428c6b7ed3281610511a2b2ec716d9894be8 > Author: Flavio Leitner > Date: Mon Mar 25 15:58:31 2019 -0300 > > openvswitch: add seqadj

Re: [ovs-dev] [PATCH 01/11] datapath: Replace nf_ct_invert_tuplepr() with nf_ct_invert_tuple()

2019-10-14 Thread Yifeng Sun
A minor issue in commit message: pl_nf_ct_invert_tuple => rpl_nf_ct_invert_tuple Other than that, LGTM, thanks. Reviewed-by: Yifeng Sun On Mon, Oct 14, 2019 at 10:50 AM Yi-Hung Wei wrote: > > After upstream net-next commit 303e0c558959 ("netfilter: conntrack: > avoid unneeded

[ovs-dev] [PATCH] ofproto-dpif-xlate: Restore table ID on error in xlate_table_action().

2019-10-14 Thread Ben Pfaff
Found by inspection. Signed-off-by: Ben Pfaff --- ofproto/ofproto-dpif-xlate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index f92cb62c80ce..0fa5d8a7c61b 100644 --- a/ofproto/ofproto-dpif-xlate.c +++

Re: [ovs-dev] [PATCH v1 ovn] ovn-nb/sbctl.c: Use env variables for passing options.

2019-10-14 Thread Ben Pfaff
On Wed, Oct 09, 2019 at 04:56:40PM -0700, amgin...@gmail.com wrote: > From: Aliasgar Ginwala > > Add new env variables OVN_NBCTL_OPTIONS and OVN_SBCTL_OPTIONS for > ovn-nbctl and ovn-sbctl respectively where user can set any single > supported option. e.g export

Re: [ovs-dev] [PATCH] Documentation: Convert multiple manpages to ReST.

2019-10-14 Thread Ben Pfaff
On Thu, Oct 10, 2019 at 07:58:02PM -0400, 0-day Robot wrote: > WARNING: New doc ovs-appctl.8.rst not listed in Documentation/automake.mk > WARNING: New doc ovs-ctl.8.rst not listed in Documentation/automake.mk > WARNING: New doc ovs-l3ping.8.rst not listed in Documentation/automake.mk > WARNING:

Re: [ovs-dev] [PATCH] ovs-vlan-bug-workaround: Remove.

2019-10-14 Thread Gregory Rose
On 10/10/2019 12:07 PM, Ben Pfaff wrote: This workaround only applied to kernels earlier than 2.6.37, but OVS only supports 3.10 and later. As the original author of this code, I won't miss it. Signed-off-by: Ben Pfaff Nice. I applied the patch and compile tested it.  I then ran 'make

Re: [ovs-dev] [PATCH 2/2] datapath: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE mode

2019-10-14 Thread Gregory Rose
On 10/8/2019 4:51 PM, Greg Rose wrote: From: wenxu Upstream commit: commit 18b6f717483a835fb98de9f0df6c724df9324e78 Author: wenxu Date: Thu Mar 28 12:43:23 2019 +0800 openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE mode There is currently no

Re: [ovs-dev] [PATCH] dpif-netlink: Fix some variable naming.

2019-10-14 Thread Ben Pfaff
Thank you for the review. I applied this to master. On Mon, Oct 14, 2019 at 12:16:59PM -0700, Yifeng Sun wrote: > LGTM, thanks. > > Reviewed-by: Yifeng Sun > > On Mon, Oct 14, 2019 at 11:28 AM Ben Pfaff wrote: > > > > Usually a plural name refers to an array, but 'socks' and 'socksp' were >

Re: [ovs-dev] [PATCH v3] ovsdb-server: Don't drop all connections on read/write status change.

2019-10-14 Thread Ben Pfaff
On Tue, Oct 15, 2019 at 12:42:04AM +0530, Numan Siddique wrote: > On Mon, Oct 14, 2019 at 11:45 PM Numan Siddique wrote: > > > > > > > On Mon, Oct 14, 2019 at 11:37 PM Ben Pfaff wrote: > > > >> On Mon, Oct 14, 2019 at 08:50:02PM +0530, nusid...@redhat.com wrote: > >> > From: Numan Siddique >

Re: [ovs-dev] [PATCH V1] Add offload packets statistics

2019-10-14 Thread Ben Pfaff
On Fri, Oct 11, 2019 at 11:46:29AM +0800, zhaozhanxu wrote: > Add argument '-m' for command ovs-appctl bridge/dump-flows > to display the offloaded packets statistics. This seems like a reasonable addition, and the code looks OK too. Before, with 2 pointers as function parameters, it was OK to

Re: [ovs-dev] [PATCH] dpif-netlink: Fix some variable naming.

2019-10-14 Thread Yifeng Sun
LGTM, thanks. Reviewed-by: Yifeng Sun On Mon, Oct 14, 2019 at 11:28 AM Ben Pfaff wrote: > > Usually a plural name refers to an array, but 'socks' and 'socksp' were > only single objects, so this changes their names to 'sock' and 'sockp'. > > Usually a 'p' suffix means that a variable is an

Re: [ovs-dev] [PATCH v3] ovsdb-server: Don't drop all connections on read/write status change.

2019-10-14 Thread Numan Siddique
On Mon, Oct 14, 2019 at 11:45 PM Numan Siddique wrote: > > > On Mon, Oct 14, 2019 at 11:37 PM Ben Pfaff wrote: > >> On Mon, Oct 14, 2019 at 08:50:02PM +0530, nusid...@redhat.com wrote: >> > From: Numan Siddique >> > >> > The commit [1] force drops all connections when the db read/write >>

[ovs-dev] [PATCH] dpif-netlink: Fix some variable naming.

2019-10-14 Thread Ben Pfaff
Usually a plural name refers to an array, but 'socks' and 'socksp' were only single objects, so this changes their names to 'sock' and 'sockp'. Usually a 'p' suffix means that a variable is an output argument, but that was only true in one place here, so this changes the names of the other

Re: [ovs-dev] [PATCH] dpif-netlink: Free leaked nl_sock

2019-10-14 Thread Ben Pfaff
On Fri, Oct 11, 2019 at 03:50:47PM -0700, Yifeng Sun wrote: > Valgrind reports: > 20 bytes in 1 blocks are definitely lost in loss record 94 of 353 > by 0x532594: xmalloc (util.c:138) > by 0x553EAD: nl_sock_create (netlink-socket.c:146) > by 0x54331D: create_nl_sock

Re: [ovs-dev] [PATCH v3] ovsdb-server: Don't drop all connections on read/write status change.

2019-10-14 Thread Numan Siddique
On Mon, Oct 14, 2019 at 11:37 PM Ben Pfaff wrote: > On Mon, Oct 14, 2019 at 08:50:02PM +0530, nusid...@redhat.com wrote: > > From: Numan Siddique > > > > The commit [1] force drops all connections when the db read/write status > changes. > > Prior to the commit [1], when there was read/write

Re: [ovs-dev] [PATCH v3] ovsdb-server: Don't drop all connections on read/write status change.

2019-10-14 Thread Numan Siddique
On Mon, Oct 14, 2019, 11:42 PM Han Zhou wrote: > > > On Mon, Oct 14, 2019 at 8:20 AM wrote: > >> From: Numan Siddique >> >> The commit [1] force drops all connections when the db read/write status >> changes. >> Prior to the commit [1], when there was read/write status change, the >> existing

Re: [ovs-dev] [PATCH v3] ovsdb-server: Don't drop all connections on read/write status change.

2019-10-14 Thread Han Zhou
On Mon, Oct 14, 2019 at 8:20 AM wrote: > From: Numan Siddique > > The commit [1] force drops all connections when the db read/write status > changes. > Prior to the commit [1], when there was read/write status change, the > existing > jsonrpc sessions with 'db_change_aware' set to true, were

Re: [ovs-dev] [PATCH v3] ovsdb-server: Don't drop all connections on read/write status change.

2019-10-14 Thread Ben Pfaff
On Mon, Oct 14, 2019 at 08:50:02PM +0530, nusid...@redhat.com wrote: > From: Numan Siddique > > The commit [1] force drops all connections when the db read/write status > changes. > Prior to the commit [1], when there was read/write status change, the existing > jsonrpc sessions with

Re: [ovs-dev] [PATCH v3] OVN: Send RARP for vif ports for which OVN does not know the IP.

2019-10-14 Thread Aaron Conole
0-day Robot writes: > Bleep bloop. Greetings Ankur Sharma, 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. > > > git-am: > fatal: sha1 information is lacking or useless

Re: [ovs-dev] [PATCH v2] netdev-dpdk: Track vhost tx contention.

2019-10-14 Thread Aaron Conole
David Marchand writes: > Add a coverage counter to help diagnose contention on the vhost txqs. > This is seen as dropped packets on the physical ports for rates that > are usually handled fine by OVS. > Document how to further debug this contention with perf. > > Signed-off-by: David Marchand >

[ovs-dev] [PATCH 11/11] datapath: Allow attaching helper in later commit

2019-10-14 Thread Yi-Hung Wei
Upstream commit: commit 248d45f1e1934f7849fbdc35ef1e57151cf063eb Author: Yi-Hung Wei Date: Fri Oct 4 09:26:44 2019 -0700 openvswitch: Allow attaching helper in later commit This patch allows to attach conntrack helper to a confirmed conntrack entry. Currently, we can only attach

[ovs-dev] [PATCH 10/11] datapath: Fix log message in ovs conntrack

2019-10-14 Thread Yi-Hung Wei
Upstream commit: commit 12c6bc38f99bb168b7f16bdb5e855a51a23ee9ec Author: Yi-Hung Wei Date: Wed Aug 21 17:16:10 2019 -0700 openvswitch: Fix log message in ovs conntrack Fixes: 06bd2bdf19d2 ("openvswitch: Add timeout support to ct action") Signed-off-by: Yi-Hung Wei

[ovs-dev] [PATCH 09/11] datapath: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)

2019-10-14 Thread Yi-Hung Wei
Backports the following upstream commit with some backward compatibility change. commit f319ca6557c10a711facc4dd60197470796d3ec1 Author: Geert Uytterhoeven Date: Wed May 8 08:52:32 2019 +0200 openvswitch: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT) Commit

[ovs-dev] [PATCH 08/11] datapath: Check for null pointer return from nla_nest_start_noflag

2019-10-14 Thread Yi-Hung Wei
From: Colin Ian King upstream commit: commit ca96534630e2edfd73121c487c957b17eca3b7d7 Author: Colin Ian King Date: Wed May 1 14:41:58 2019 +0100 openvswitch: check for null pointer return from nla_nest_start_noflag The call to nla_nest_start_noflag can return null in the unlikely

[ovs-dev] [PATCH 07/11] datapath: Load and reference the NAT helper.

2019-10-14 Thread Yi-Hung Wei
This commit backports the following upstream commit, and two functions in nf_conntrack_helper.h. Upstream commit: commit fec9c271b8f1bde1086be5aa415cdb586e0dc800 Author: Flavio Leitner Date: Wed Apr 17 11:46:17 2019 -0300 openvswitch: load and reference the NAT helper. This improves

[ovs-dev] [PATCH 06/11] datapath: genetlink: optionally validate strictly/dumps

2019-10-14 Thread Yi-Hung Wei
This patch backports the following upstream commit within the openvswitch kernel module with some checks so that it also works in the older kernel. Upstream commit: commit ef6243acb4782df587a4d7d6c310fa5b5d82684b Author: Johannes Berg Date: Fri Apr 26 14:07:31 2019 +0200 genetlink:

[ovs-dev] [PATCH 05/11] datapath: Use nla_nest_start_noflag()

2019-10-14 Thread Yi-Hung Wei
This patch backports the openvswitch changes and update the compat layer for the following upstream patch. commit ae0be8de9a53cda3505865c11826d8ff0640237c Author: Michal Kubecek Date: Fri Apr 26 11:13:06 2019 +0200 netlink: make nla_nest_start() add NLA_F_NESTED flag Even if the

[ovs-dev] [PATCH 04/11] datapath: Handle NF_NAT_NEEDED replacement

2019-10-14 Thread Yi-Hung Wei
Starting from the following upstream commit, NF_NAT_NEEDED is replaced by IS_ENABLED(CONFIG_NF_NAT) in the upstream kernel. This patch makes some changes so that our in tree ovs kernel module is compatible to both old and new kernels. Upstream commit: commit

[ovs-dev] [PATCH 03/11] datapath: add seqadj extension when NAT is used.

2019-10-14 Thread Yi-Hung Wei
From: Flavio Leitner upstream patch: commit fa7e428c6b7ed3281610511a2b2ec716d9894be8 Author: Flavio Leitner Date: Mon Mar 25 15:58:31 2019 -0300 openvswitch: add seqadj extension when NAT is used. When the conntrack is initialized, there is no helper attached yet so the nat

[ovs-dev] [PATCH 02/11] datapath: Detect upstream nf_nat change

2019-10-14 Thread Yi-Hung Wei
The following two upstream commits merge nf_nat_ipv4 and nf_nat_ipv6 into nf_nat core, and move some header files around. To handle these modifications, this patch detects the upstream changes, uses the header files and config symbols properly. Ideally, we should replace CONFIG_NF_NAT_IPV4 and

[ovs-dev] [PATCH 01/11] datapath: Replace nf_ct_invert_tuplepr() with nf_ct_invert_tuple()

2019-10-14 Thread Yi-Hung Wei
After upstream net-next commit 303e0c558959 ("netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookups") nf_ct_invert_tuplepr() is no longer available in the kernel. Ideally, we should be in sync with upstream kernel by calling nf_ct_invert_tuple() directly in conntrack.c. However,

[ovs-dev] [PATCH 00/11] Backport upstream conntrack related patches

2019-10-14 Thread Yi-Hung Wei
This series backports conntrack related patches from upstream kernel. It has been tested on * Ubuntu 14.04, 16.04, and 18.04. * RHEL 7.4-7.6. * 5.0 kernel. Travis test: https://travis-ci.org/YiHungWei/ovs/builds/596361660 Colin Ian King (1): datapath: Check for null pointer return

[ovs-dev] [PATCH v3] ovsdb-server: Don't drop all connections on read/write status change.

2019-10-14 Thread nusiddiq
From: Numan Siddique The commit [1] force drops all connections when the db read/write status changes. Prior to the commit [1], when there was read/write status change, the existing jsonrpc sessions with 'db_change_aware' set to true, were not updated with the changed 'read_only' value. If the

Re: [ovs-dev] [PATCH v2] ovsdb-server: Don't drop all connections on read/write status change.

2019-10-14 Thread Dumitru Ceara
On Mon, Oct 14, 2019 at 11:33 AM wrote: > > From: Numan Siddique > > The commit [1] force drops all connections when the db read/write status > changes. > Prior to the commit [1], when there was read/write status change, the existing > jsonrpc sessions with 'db_change_aware' set to true, were

[ovs-dev] (no subject)

2019-10-14 Thread Rika mentari
Hallo.. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH] ovsdb-server: Don't drop all connections on read/write status change.

2019-10-14 Thread Numan Siddique
On Mon, Oct 14, 2019 at 2:23 PM Dumitru Ceara wrote: > On Mon, Oct 14, 2019 at 8:21 AM wrote: > > > > From: Numan Siddique > > > > The commit [1] force drops all connections when the db read/write status > changes. > > Prior to the commit [1], when there was read/write status change, the >

[ovs-dev] [PATCH v2] ovsdb-server: Don't drop all connections on read/write status change.

2019-10-14 Thread nusiddiq
From: Numan Siddique The commit [1] force drops all connections when the db read/write status changes. Prior to the commit [1], when there was read/write status change, the existing jsonrpc sessions with 'db_change_aware' set to true, were not updated with the changed 'read_only' value. If the

Re: [ovs-dev] [PATCH] ovsdb-server: Don't drop all connections on read/write status change.

2019-10-14 Thread Dumitru Ceara
On Mon, Oct 14, 2019 at 8:21 AM wrote: > > From: Numan Siddique > > The commit [1] force drops all connections when the db read/write status > changes. > Prior to the commit [1], when there was read/write status change, the existing > jsonrpc sessions with 'db_change_aware' set to true, were

[ovs-dev] [PATCH] ovsdb-server: Don't drop all connections on read/write status change.

2019-10-14 Thread nusiddiq
From: Numan Siddique The commit [1] force drops all connections when the db read/write status changes. Prior to the commit [1], when there was read/write status change, the existing jsonrpc sessions with 'db_change_aware' set to true, were not updated with the changed 'read_only' value. If the