[ovs-dev] Oil Product Available

2020-03-30 Thread Dimitry Sidorov via dev
We “OOO TD "ALTAYNEFT" with full corporate and legal responsibility under penalty of perjury confirm that we are willing and able to sell the following petroleum/petrochemical products under the Russian Federation legal formalities. We respectively offer to sell the below stated products and

Re: [ovs-dev] [PATCH net-next v1 1/3] net: openvswitch: expand the meters number supported

2020-03-30 Thread Pravin Shelar
On Sun, Mar 29, 2020 at 5:35 PM Tonghao Zhang wrote: > > On Mon, Mar 30, 2020 at 12:46 AM Pravin Shelar wrote: > > > > On Sat, Mar 28, 2020 at 8:46 AM wrote: > > > > > > From: Tonghao Zhang > > > > > > In kernel datapath of Open vSwitch, there are only 1024 > > > buckets of meter in one dp. If

[ovs-dev] [PATCH] raft: Disable RAFT jsonrpc inactivity probe

2020-03-30 Thread Zhen Wang
With the scale test of 640 nodes k8s cluster, raft DB nodes' jsonrpc session got closed due to the timeout of default 5 seconds probe. It will cause disturbance of the raft cluster. Since we already have the heartbeat for RAFT, just disable the probe between the servers to avoid the unnecessary

Re: [ovs-dev] BUG: Weird failure of OVS classifier

2020-03-30 Thread Jean Tourrilhes
On Sun, Mar 29, 2020 at 07:37:43PM -0700, Ben Pfaff wrote: > > Usually this kind of thing means that userspace and the kernel don't > have the same idea of the definition of a flow. Tracking it down is > often tricky. This is what I was kind of guessing. Thanks for the explanation.

Re: [ovs-dev] [PATCH ovn] Rename "VTEP switch" to "ramp switch".

2020-03-30 Thread Ben Pfaff
On Tue, Mar 31, 2020 at 12:31:41AM +0530, Numan Siddique wrote: > On Mon, Mar 30, 2020 at 9:21 PM Ben Pfaff wrote: > > > > On Sun, Mar 29, 2020 at 11:32:32PM +0530, Numan Siddique wrote: > > > On Tue, Mar 24, 2020 at 5:15 AM Ben Pfaff wrote: > > > > > > > > The term "VTEP" is a poor choice

Re: [ovs-dev] [PATCH 2/2] Subject: [PATCH] netdev-linux.c: unreachable code

2020-03-30 Thread Ben Pfaff
On Mon, Mar 30, 2020 at 12:15:46PM -0700, ua1...@gmail.com wrote: > From: Usman Ansari > > Coverity reports unreachable code in "?" statement > Fixed by removing code segment > > Signed-off-by: Usman Ansari This code looks pretty confused. I don't think we should just change it without

Re: [ovs-dev] [PATCH v1 3/3 ovn] NAT: Parsing port_range options in ct_*nat actions

2020-03-30 Thread Mark Michelson
This and patch 2 should be combined into one patch. Patch 2 in isolation adds invalid ct_snat and ct_dnat commands since the code for encoding them is not added until patch 3. See below for additional in-line comments. On 3/27/20 7:18 PM, Ankur Sharma wrote: From: Ankur Sharma Changes to

Re: [ovs-dev] [PATCH v1 1/3 ovn] NAT: Provide port range in input

2020-03-30 Thread Mark Michelson
On 3/27/20 7:18 PM, Ankur Sharma wrote: From: Ankur Sharma This patch enhances the NB OVSSCHEMA to add an additional comuln in NAT table. external_port_range: Specifies the range of port numbers to translate source port to. Changes also add corresponding ovn-nbctl cli.

[ovs-dev] [PATCH 2/2] Subject: [PATCH] netdev-linux.c: unreachable code

2020-03-30 Thread ua1422
From: Usman Ansari Coverity reports unreachable code in "?" statement Fixed by removing code segment Signed-off-by: Usman Ansari --- lib/netdev-linux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c index c6e46f1..8ee047b 100644

Re: [ovs-dev] [PATCH ovn] Rename "VTEP switch" to "ramp switch".

2020-03-30 Thread Numan Siddique
On Mon, Mar 30, 2020 at 9:21 PM Ben Pfaff wrote: > > On Sun, Mar 29, 2020 at 11:32:32PM +0530, Numan Siddique wrote: > > On Tue, Mar 24, 2020 at 5:15 AM Ben Pfaff wrote: > > > > > > The term "VTEP" is a poor choice because a VTEP is just a VXLAN Tunnel > > > Endpoint, which is a generic term not

[ovs-dev] Home Office - Webiner

2020-03-30 Thread Ultimos 3 Lugares
Miércoles 03 de Abril | Horario de 10:00 a 17:00 hrs. | (hora del centro de México) - Guía paso a paso: Implementación del Home Office - Los gobiernos y organismos internacionales están sugiriendo a las empresas implementar la modalidad de Tele-trabajo o Home office para disminuir los

Re: [ovs-dev] [PATCH 1/2] tun_metadata: Fix coredump caused by use-after-free bug

2020-03-30 Thread Yifeng Sun
Thanks Tonghao. tun_metadata_ref/unref follows the practice of ovs_refcount_ref/unref. In this patch, we need return value of tun_metadata_unref to decide the way to free it. Thanks, Yifeng On Fri, Mar 27, 2020 at 2:45 AM Tonghao Zhang wrote: > > On Fri, Mar 27, 2020 at 3:58 AM Yifeng Sun

Re: [ovs-dev] [PATCH ovn] Rename "VTEP switch" to "ramp switch".

2020-03-30 Thread Ben Pfaff
On Sun, Mar 29, 2020 at 11:32:32PM +0530, Numan Siddique wrote: > On Tue, Mar 24, 2020 at 5:15 AM Ben Pfaff wrote: > > > > The term "VTEP" is a poor choice because a VTEP is just a VXLAN Tunnel > > Endpoint, which is a generic term not specific to OVN. When we talk > > about "VTEP switches" and

[ovs-dev] Open Positions

2020-03-30 Thread Curran, Able
Hi, This is Able Curran from Talent Logic. Can I help you with your hiring needs? I understand the status quo with COVID-19 is unprecedented and we are maneuvering uncharted territories. I trust that you, your staff and families are safe and healthy. Regards, Able Curran

[ovs-dev] [PATCH v1 3/3] Travis: Enable clang compiler and unit test for arm CI

2020-03-30 Thread Lance Yang
From: Lance Yang Enable testsuite and clang compiler for arm CI. In order not to increase the CI jobs, selectively enable them in the existing jobs instead of adding extra jobs. Successful travis job build report: https://travis-ci.org/github/yzyuestc/ovs/builds/667539360 Reviewed-by: Yanqin

[ovs-dev] [PATCH v1 2/3] tests/testsuite: Skip failing UT cases on aarch64

2020-03-30 Thread Lance Yang
From: Malvika Gupta From: Malvika Gupta The following test cases are failing inconsistently on aarch64 platforms and have been skipped until further investigation can be made on how to fix them: 20: bfd.at:268 bfd - bfd decay 2104: ovsdb-idl.at:1815 Check Python IDL connects to

[ovs-dev] [PATCH v1 1/3] tests/atlocal.in: Add check for aarch64 Architecture

2020-03-30 Thread Lance Yang
From: Malvika Gupta From: Malvika Gupta This patch adds a condition to check if the CPU architecture is aarch64. If the condition evaluates to true, $IS_ARM64 variable is set to 'yes'. For all other architectures, this variable is set to 'no'. Reviewed-by: Yanqin Wei Signed-off-by: Malvika

[ovs-dev] [PATCH v1 0/3] Add clang compiler and testsuite jobs for arm CI

2020-03-30 Thread Lance Yang
In order to increase CI coverage for arm, the patches enabled clang and testsuite jobs (skipped some UT cases on arm temporarily) by modifying the existing arm CI jobs. This does not add any extra jobs. Lance Yang (1): [ovs-dev] [PATCH 3/3] Travis: Enable clang compiler and unit test for

[ovs-dev] Sie haben eine neue Nachricht

2020-03-30 Thread Berater deutshe
Hallo Wir möchten Sie darüber informieren, dass Sie eine neue Nachricht haben Klicken Sie auf den folgenden Link, um Ihre Mailbox anzuzeigen:   Klicken Sie hier Grüße, Direktor für Kundenbeziehungen Deutsche Bank Vous recevez ce message parce que vous êtes inscrit(e) à la

[ovs-dev] THANK YOU

2020-03-30 Thread Harvey Terence
>From Harvey Terence (Mr.) 25 Canada Square, Canary Wharf, London E14 5LB, Good day I am Mr. Harvey Terence, Operating Officer of this bank. With your honest assistant and cooperation, we can finalize this transaction within 7/14 working days. I need a reliable and honest person who will be

[ovs-dev] Vous n'avez pas de numéro mobile enregistré

2020-03-30 Thread Service client
Cher(e) Client(e), lors de La dernière mise à jour de Group BNP PARISBAS le mise a jour indique que votre numero telephone et incorrect malgré les demande miss en place par ΒNP Pariвas. Merci de bien vouloir vérifier votre numero téléphone .  Accéder à mes comptes --Merci de vоtre

Re: [ovs-dev] [PATCH v3] Revert "ovsdb-idl: Avoid sending redundant conditional monitoring updates"

2020-03-30 Thread Dumitru Ceara
On 3/27/20 11:25 PM, Ilya Maximets wrote: > On 3/26/20 6:00 PM, Ilya Maximets wrote: >> On 3/25/20 9:15 PM, Dumitru Ceara wrote: >>> This reverts commit 5351980b047f4dd40be7a59a1e4b910df21eca0a. >>> >>> If the ovsdb-server reply to "monitor_cond_since" requests has >>> "found" == false then

Re: [ovs-dev] [PATCH ovn v3] Add SCTP support to load balancers.

2020-03-30 Thread Numan Siddique
On Sat, Mar 28, 2020 at 12:54 AM Mark Michelson wrote: > > This allows for load balancers to use SCTP as a supported protocol in > addition to the already-supported UDP and TCP. > > With this patch, health checks are not supported for SCTP load > balancers. A test has been added to ensure that

Re: [ovs-dev] [PATCH ovn v3] ovn-northd: Skip unsnat flows for load balancer vips in router ingress pipeline

2020-03-30 Thread Numan Siddique
On Fri, Mar 27, 2020 at 2:35 PM Numan Siddique wrote: > > On Thu, Mar 26, 2020 at 8:29 PM Mark Michelson wrote: > > > > Acked-by: Mark Michelson > > Thanks, I applied the patch to master. I also applied the patch to branch-20.03 as its a bug and affects the tcp load balancers. Thanks Numan

Re: [ovs-dev] [PATCH ovn] controller: use LLA IPv6 address as NS source address

2020-03-30 Thread Numan Siddique
On Wed, Mar 25, 2020 at 1:03 AM Lorenzo Bianconi wrote: > > Use router LLA IPv6 address as IPv6 source address for Neighbor > Solicitation packets > > Fixes: c0bf32d72 ("Manage ARP process locally in a DVR scenario") > Signed-off-by: Lorenzo Bianconi Thanks. I applied this patch to master.