Re: [ovs-dev] [PATCH v5 2/2 ovn] External IP based NAT: NORTHD changes to use allowed/exempted external ip

2020-08-19 Thread 0-day Robot
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. checkpatch: WARNING: Line is 95 characters long (recommended limit is 79) #85 FILE:

Re: [ovs-dev] [PATCH v5 1/2 ovn] External IP based NAT: Add Columns and CLI

2020-08-19 Thread 0-day Robot
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. checkpatch: ERROR: Improper whitespace around control block #199 FILE: utilities/ovn-nbctl.c:861:

[ovs-dev] [PATCH v5 1/2 ovn] External IP based NAT: Add Columns and CLI

2020-08-19 Thread Ankur Sharma
From: Ankur Sharma This patch adds following columns to NAT table. a. allowed_ext_ips: Represents Address Set of External IPs for which a NAT rule is applicable. b. exempted_ext_ips: Represents Address Set of External IPs for which a NAT rule is NOT applicable. Additionally, patch

[ovs-dev] [PATCH v5 0/2 ovn] External IP based NAT

2020-08-19 Thread Ankur Sharma
From: Ankur Sharma Another term for this feature is destination based NAT, especially in the context of SNAT. Current NAT implementation is OVN endpoint ip based. For example, # ovn-nbctl lr-nat-list router TYPE EXTERNAL_IPLOGICAL_IP snat 10.15.24.135

[ovs-dev] [PATCH v5 2/2 ovn] External IP based NAT: NORTHD changes to use allowed/exempted external ip

2020-08-19 Thread Ankur Sharma
From: Ankur Sharma This patch has northd changes which consumes allowed/exempted external ip configuration per NAT rule in logical flow. Allowed external ip range adds an additional match criteria in snat/dnat logical flow rules. For example, if an allowed_external_ip address set ("abcd") is

Re: [ovs-dev] [PATCH net-next v1 2/3] net: openvswitch: refactor flow free function

2020-08-19 Thread David Miller
From: Tonghao Zhang Date: Thu, 20 Aug 2020 07:21:33 +0800 > On Thu, Aug 20, 2020 at 6:52 AM David Miller wrote: > >> From: xiangxia.m@gmail.com >> >> Date: Tue, 18 Aug 2020 18:09:22 +0800 >> >> >> >> > Decrease table->count and ufid_count unconditionally, >> >> >> >> You don't explain why

Re: [ovs-dev] [PATCH net-next v1 2/3] net: openvswitch: refactor flow free function

2020-08-19 Thread Tonghao Zhang
On Thu, Aug 20, 2020 at 6:52 AM David Miller wrote: > From: xiangxia.m@gmail.com > > Date: Tue, 18 Aug 2020 18:09:22 +0800 > > > > > Decrease table->count and ufid_count unconditionally, > > > > You don't explain why this is a valid transformation. > > > > Is it a bug fix? No > > > > Can

Re: [ovs-dev] [PATCH net-next v1 2/3] net: openvswitch: refactor flow free function

2020-08-19 Thread David Miller
From: xiangxia.m@gmail.com Date: Tue, 18 Aug 2020 18:09:22 +0800 > Decrease table->count and ufid_count unconditionally, You don't explain why this is a valid transformation. Is it a bug fix? Can it never happen? What are the details and how did you determine this?

[ovs-dev] Array Networks Users Contact List

2020-08-19 Thread Krystle Darneal
Hello, I would like to know if you are interested in acquiring Array Networks Users Contact List. Information fields: Names, Title, Email, Phone, Company Name, Company URL, Company physical address, SIC Code, Industry, Company Size (Revenue and Employee), LinkedIn profile link and kind of

[ovs-dev] [PATCH] travis: Test build of debian packages.

2020-08-19 Thread Ilya Maximets
We had a lot of issues with debian packaging lately. This job will check build and installation of debian packages to avoid most of such issues in the future. Installing only minimal set of tools, most of dependencies will be installed according to package description, this way we will check if

Re: [ovs-dev] ovs 2.13.0 has lldp issues on 5.6.14 kernel

2020-08-19 Thread Chuan Han via dev
Thanks. These patches fixed the build issue. I did not see the same lldp issue on 2.13.0. 2.13.1 is good. Does this mean we shall wait for the 2.13.1 debian package? or 2.14.0? Any suggestions? Thanks. Chuan On Wed, Aug 19, 2020 at 10:31 AM Ilya Maximets wrote: > On 8/19/20 6:58 PM, Chuan

Re: [ovs-dev] ovs 2.13.0 has lldp issues on 5.6.14 kernel

2020-08-19 Thread Ilya Maximets
On 8/19/20 6:58 PM, Chuan Han wrote: > Thanks Ilya for quick response. > > What is the best way of getting 2.13.1? I tried to build from source, but hit > this issue.  > > openvswitch/vtep/vtep-ctl.8.in > openvswitch/vtep/vtep-ctl.c > # check we can get kernel module

Re: [ovs-dev] ovs 2.13.0 has lldp issues on 5.6.14 kernel

2020-08-19 Thread Chuan Han via dev
Thanks Ilya for quick response. What is the best way of getting 2.13.1? I tried to build from source, but hit this issue. openvswitch/vtep/vtep-ctl.8.in openvswitch/vtep/vtep-ctl.c # check we can get kernel module names /usr/bin/make -C datapath print-build-modules make[2]: Entering directory

Re: [ovs-dev] OVS-DPDK public meeting

2020-08-19 Thread Kevin Traynor
Next meeting Sept 16 1600 UTC Meeting minutes Aug 22 Attendees: Majd, Ilya, Roni, Oz, Kevin. Agenda: - OVS 2.14 (Ilya) -- Released earlier this week by Ilya -- Workaround for xl710 re-added -- Egress offload patches didn't make it - Hardware Offload (Majd) -- RFC sent to DPDK list for new

Re: [ovs-dev] ovs 2.13.0 has lldp issues on 5.6.14 kernel

2020-08-19 Thread Ilya Maximets
On 8/19/20 6:17 PM, Chuan Han via dev wrote: > Hi, ovs dev, > > We recently hit a lldp issue, e.g., lldp functionality does not work > reliably, when ovs was upgraded from 2.11.0 to 2.13.0 on kernel 5.6. I > heard from other sources that to be compatible with kernel 5.5+, we need > 2.14+. I

[ovs-dev] ovs 2.13.0 has lldp issues on 5.6.14 kernel

2020-08-19 Thread Chuan Han via dev
Hi, ovs dev, We recently hit a lldp issue, e.g., lldp functionality does not work reliably, when ovs was upgraded from 2.11.0 to 2.13.0 on kernel 5.6. I heard from other sources that to be compatible with kernel 5.5+, we need 2.14+. I upgraded ovs to 2.14, and it seems ovs lldp works fine now.

Re: [ovs-dev] [PATCH ovn v3] northd: Fix the routing for external logical ports of bridged logical switches.

2020-08-19 Thread Numan Siddique
On Wed, Aug 19, 2020 at 5:24 PM Dumitru Ceara wrote: > > On 8/19/20 9:41 AM, num...@ovn.org wrote: > > From: Numan Siddique > > > > Routing for external logical ports is broken if these ports belonged > > to bridged logical switches (with localnet port) and > > 'ovn-chassis-mac-mappings' > > is

[ovs-dev] Salut

2020-08-19 Thread Valerie Bell
Désolée pour cette approche inattendue, je suis Valérie qui désire votre amitié sincère si cela ne vous a dérange pas, je reste à l écoute Sincères Salutations Valérie Bell ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH] python: Fixup python shebangs to python3

2020-08-19 Thread Gregory Rose
On 8/18/2020 9:41 PM, Flavio Leitner wrote: On Tue, Aug 18, 2020 at 08:44:45PM -0700, Gregory Rose wrote: On 8/18/2020 7:21 PM, Flavio Leitner wrote: On Tue, Aug 18, 2020 at 01:29:33PM -0700, Gregory Rose wrote: On 8/18/2020 1:10 PM, Ilya Maximets wrote: On 8/18/20 9:17 PM, Gregory Rose

Re: [ovs-dev] [PATCH ovn] ovn-northd: Support mixing stateless/stateful ACLs with acl-stateful-bypass.

2020-08-19 Thread Dumitru Ceara
On 8/19/20 2:44 PM, Numan Siddique wrote: > On Wed, Aug 19, 2020 at 5:50 PM Dumitru Ceara wrote: >> >> On 8/17/20 5:49 PM, Numan Siddique wrote: >>> On Mon, Aug 17, 2020 at 8:57 PM Dumitru Ceara wrote: On 8/17/20 4:32 PM, Numan Siddique wrote: > On Wed, Aug 12, 2020 at 5:52 PM

Re: [ovs-dev] [PATCH ovn] ovn-northd: Support mixing stateless/stateful ACLs with acl-stateful-bypass.

2020-08-19 Thread Numan Siddique
On Wed, Aug 19, 2020 at 5:50 PM Dumitru Ceara wrote: > > On 8/17/20 5:49 PM, Numan Siddique wrote: > > On Mon, Aug 17, 2020 at 8:57 PM Dumitru Ceara wrote: > >> > >> On 8/17/20 4:32 PM, Numan Siddique wrote: > >>> On Wed, Aug 12, 2020 at 5:52 PM Dumitru Ceara wrote: > > A new

Re: [ovs-dev] [PATCH ovn] ovn-northd: Support mixing stateless/stateful ACLs with acl-stateful-bypass.

2020-08-19 Thread Dumitru Ceara
On 8/17/20 5:49 PM, Numan Siddique wrote: > On Mon, Aug 17, 2020 at 8:57 PM Dumitru Ceara wrote: >> >> On 8/17/20 4:32 PM, Numan Siddique wrote: >>> On Wed, Aug 12, 2020 at 5:52 PM Dumitru Ceara wrote: A new configuration option is added to Logical_Switch:

Re: [ovs-dev] [PATCH ovn v3] northd: Fix the routing for external logical ports of bridged logical switches.

2020-08-19 Thread Dumitru Ceara
On 8/19/20 9:41 AM, num...@ovn.org wrote: > From: Numan Siddique > > Routing for external logical ports is broken if these ports belonged > to bridged logical switches (with localnet port) and > 'ovn-chassis-mac-mappings' > is configured. External logical ports are those which are external to

Re: [ovs-dev] [PATCH] ovsdb-idl: Send "set_db_change_aware" before "monitor_cond_since".

2020-08-19 Thread Numan Siddique
On Fri, Jul 10, 2020 at 5:03 PM Dumitru Ceara wrote: > > For short lived IDL clients (e.g., ovn-sbctl) if the client sends > monitor_cond_since before set_db_change_aware, the client might close > the DB connection immediately after it received the reply for > monitor_cond_since and before the

[ovs-dev] Harley Niosh N95 Face Mask Supplier

2020-08-19 Thread Liang Peng
Hello, Dear Sir/Madam This is Jesse from Shenzhen Horward Trading Co Ltd, we have our own factory and all certificates to meet American and Europian Standards, our factory can daily produce and support the FFP3 face mask for 50 pieces each day. The Harley and Zhongyi brand is also availbel.

Re: [ovs-dev] [PATCH ovn v2] Fix the routing for external logical ports of bridged logical switches.

2020-08-19 Thread Numan Siddique
On Thu, Aug 13, 2020 at 4:20 PM Dumitru Ceara wrote: > > On 8/6/20 9:57 AM, Numan Siddique wrote: > > Thanks Ankur for the lengthy reply. > > > > Please see below for some comments. > > > > Thanks > > Numan > > > > > > On Thu, Jul 30, 2020 at 9:23 AM Ankur Sharma > > wrote: > > > >> Hi Numan,

[ovs-dev] [PATCH ovn v3] northd: Fix the routing for external logical ports of bridged logical switches.

2020-08-19 Thread numans
From: Numan Siddique Routing for external logical ports is broken if these ports belonged to bridged logical switches (with localnet port) and 'ovn-chassis-mac-mappings' is configured. External logical ports are those which are external to OVN, but there is a logical port for it and it is