Re: [ovs-discuss] OVN: scaling L2 networks beyond 10k chassis - issues

2023-10-03 Thread Mark Michelson via discuss
Hi Robin, Thanks a bunch for putting these two emails together. I've read through them and the replies. I think there's one major issue: a lack of data. I think the four bullet points you listed below are admirable goals. The problem is that I think we're putting the cart before the horse

[ovs-discuss] OVN and OVS submodule stuff

2022-07-11 Thread Mark Michelson
, then we can focus on coming up with an alternate method of creating source tarballs instead of using the tag in github directly. Thanks, Mark Michelson ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs

Re: [ovs-discuss] Need assistance

2021-04-15 Thread Mark Michelson
On 4/15/21 11:47 AM, Gk Gk wrote: Hi, I had a discussion with Michelson on the IRC regarding my questions on the OVN man page.  On page 8, under the Distributed gateway ports section, the page discusses the physical mtu issues while sending the traffic through the tunnel. They man page

Re: [ovs-discuss] Why ovn's code structure is getting messy

2021-02-02 Thread Mark Michelson
at delivering the requested performance has come at the cost of code complexity. However, the suggested refactor for OVN is made with the idea of better defining the structure of the code so that it is easier to document, follow, and can be more easily tested. M

Re: [ovs-discuss] options for OVN mailing lists, with a survey

2020-06-11 Thread Mark Michelson
On 6/10/20 1:01 PM, Ben Pfaff wrote: Hi! TL;DR: please answer the simple question at the end of the email. Since Open vSwitch and OVN are now separate projects, it would be a good idea to separate their mailing lists as well. This is easier said than done for at least two reasons: *

Re: [ovs-discuss] OVN - Opaque metadata on logical switch ports to simplify network policies

2020-04-09 Thread Mark Michelson
what you've proposed. For instance, could there be a way to set multiple metadata values on a switch port and choose which to use for a particular packet based on certain criteria? Could this metadata concept be used internally as a method of implementing port group matches? Mark Michelson ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Re: [ovs-discuss] ovn-controller is taking 100% CPU all the time in one deployment

2019-08-30 Thread Mark Michelson
On 8/30/19 5:39 AM, Daniel Alvarez Sanchez wrote: On Thu, Aug 29, 2019 at 10:01 PM Mark Michelson wrote: On 8/29/19 2:39 PM, Numan Siddique wrote: Hello Everyone, In one of the OVN deployments, we are seeing 100% CPU usage by ovn-controllers all the time. After investigations we found

Re: [ovs-discuss] ovn-controller is taking 100% CPU all the time in one deployment

2019-08-29 Thread Mark Michelson
On 8/29/19 2:39 PM, Numan Siddique wrote: Hello Everyone, In one of the OVN deployments, we are seeing 100% CPU usage by ovn-controllers all the time. After investigations we found the below  - ovn-controller is taking more than 20 seconds to complete full loop (mainly in lflow_run()

Re: [ovs-discuss] ipam allows address conflicts?

2019-03-06 Thread Mark Michelson
https://patchwork.ozlabs.org/patch/1052369/ On 3/6/19 8:59 AM, Mark Michelson wrote: OK, I think I see what the problem is now. The issue is with the order that ovn_ports are visited in join_logical_ports. If a logical switch port is connected to a logical router port, then if the logical

Re: [ovs-discuss] ipam allows address conflicts?

2019-03-06 Thread Mark Michelson
Hi Ben, Thanks for reaching out. Right now it's not obvious why big endian architecture would cause duplicate IPs to be assigned. My initial thought was that the wrong byte ordering was being used when adding IP addresses to IPAM, but it appears that host byte ordering is being used

Re: [ovs-discuss] Issue installing OVS

2019-01-31 Thread Mark Michelson
On 1/31/19 2:19 AM, ppnaik wrote: Hi, We are trying to install OVS version 2.11. We are getting the following error when trying to initialize ovsdb-server: root@turing-04:/usr/src/dpdk-18.11/ovs/ovsdb# sudo ovsdb-server /usr/local/etc/openvswitch/conf.db

Re: [ovs-discuss] OVN: MAC_Binding entries not getting updated leads to unreachable destinations

2018-11-20 Thread Mark Michelson
Hi Daniel, I agree with Numan that this seems like a good approach to take. On 11/16/2018 12:41 PM, Daniel Alvarez Sanchez wrote: On Sat, Nov 10, 2018 at 12:21 AM Ben Pfaff > wrote: > > On Mon, Oct 29, 2018 at 05:21:13PM +0530, Numan Siddique wrote: > > On Mon, Oct

Re: [ovs-discuss] RFC: incremental computation for OVN with DDlog

2018-11-07 Thread Mark Michelson
Thanks for the e-mail, Ben. I'm 100% behind this effort. The performance benefits and the potential drop in CPU usage of OVN components is absolutely worth it. I have some questions inline below with regards to specific points you've brought up. On 11/02/2018 01:44 PM, Ben Pfaff wrote: I was

Re: [ovs-discuss] Ovn south bound db rbac testing failing

2018-09-14 Thread Mark Michelson
he command. But should it be set to a real switch/chassis_name on the target hypervisor? The generic name ovn-controller does not make much sense to me. “ Subject: C=US, ST=CA, O=Open vSwitch, OU=Open vSwitch certifier, CN=ovn-controller id:21c0ee80-2f67-4dd1-b734-165ba6b15461” Did you

Re: [ovs-discuss] OVN - VLAN packet duplicate processing on egress pipeline

2018-07-24 Thread Mark Michelson
On 07/23/2018 11:33 AM, Anil Venkata wrote: On Mon, Jul 23, 2018 at 6:30 PM, Mark Michelson <mailto:mmich...@redhat.com>> wrote: On 07/23/2018 08:03 AM, Anil Venkata wrote: Packets destined for VLAN remote logical ports are sent out through physical table 65 ra

Re: [ovs-discuss] OVN - VLAN packet duplicate processing on egress pipeline

2018-07-23 Thread Mark Michelson
On 07/23/2018 08:03 AM, Anil Venkata wrote: Packets destined for VLAN remote logical ports are sent out through physical table 65 rather than physical table 32 (Geneve remote logical ports are sent through table 32). I found below description in ovn architecture documentation.

Re: [ovs-discuss] openvswitch-ovn in fedora 28

2018-06-27 Thread Mark Michelson
On 06/26/2018 05:57 PM, Vasiliy Tolstov wrote: вт, 26 июн. 2018 г. в 23:24, Mark Michelson : On 06/19/2018 08:42 AM, Vasiliy Tolstov wrote: Hi! I'm try to run ovn in fedora 28. I have 3 hosts: gateway=controler 172.16.1.254 compute1 172.16.1.1 compute2 172.16.1.2 What services i need

Re: [ovs-discuss] openvswitch-ovn in fedora 28

2018-06-26 Thread Mark Michelson
On 06/19/2018 08:42 AM, Vasiliy Tolstov wrote: Hi! I'm try to run ovn in fedora 28. I have 3 hosts: gateway=controler 172.16.1.254 compute1 172.16.1.1 compute2 172.16.1.2 What services i need to enable on compute and on controller? On the controller, you should start the ovn-northd service in

Re: [ovs-discuss] Incremental perf results

2018-06-05 Thread Mark Michelson
On 06/05/2018 01:02 PM, Mark Michelson wrote: On 06/05/2018 12:40 PM, Han Zhou wrote: On Fri, May 18, 2018 at 2:03 PM, Han Zhou <mailto:zhou...@gmail.com>> wrote:     Hi Mark,     Thank you so much for sharing this data. Please see my comments inline.     On Fri, May 18, 2018 a

Re: [ovs-discuss] Incremental perf results

2018-06-05 Thread Mark Michelson
On 06/05/2018 12:40 PM, Han Zhou wrote: On Fri, May 18, 2018 at 2:03 PM, Han Zhou <mailto:zhou...@gmail.com>> wrote: Hi Mark, Thank you so much for sharing this data. Please see my comments inline. On Fri, May 18, 2018 at 1:31 PM, Mark Michelson mailto:mmich...@r

Re: [ovs-discuss] Incremental perf results

2018-05-11 Thread Mark Michelson
On 05/10/2018 08:33 PM, Han Zhou wrote: On Wed, May 9, 2018 at 12:21 PM, Mark Michelson <mmich...@redhat.com <mailto:mmich...@redhat.com>> wrote: On 05/07/2018 08:29 AM, Mark Michelson wrote: On 05/04/2018 04:15 PM, Han Zhou wrote: On Thu, May 3, 2018

[ovs-discuss] Github Services deprecation warning

2018-05-09 Thread Mark Michelson
Hi, I noticed that e-mails sent to the ovs-git list since the beginning of May have had the following: **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com

Re: [ovs-discuss] Incremental perf results

2018-05-09 Thread Mark Michelson
On 05/07/2018 08:29 AM, Mark Michelson wrote: On 05/04/2018 04:15 PM, Han Zhou wrote: On Thu, May 3, 2018 at 10:49 AM, Mark Michelson <mmich...@redhat.com <mailto:mmich...@redhat.com>> wrote:     On 05/03/2018 12:58 PM, Mark Michelson wrote:     Hi Han,     (cc'ed

Re: [ovs-discuss] Error in "Make" after patching OVS

2018-04-03 Thread Mark Michelson
h/linux' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/taimur/Music/openvswitch-2.6.0/datapath' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/taimur/Music/openvswitch-2.6.0' make: *** [all] Error 2 On Mon, Apr 2, 2018 at 7:21 PM, Mark Michelson <

Re: [ovs-discuss] Error in "Make" after patching OVS

2018-04-02 Thread Mark Michelson
ovs_be16 is defined in a userspace header file and shouldn't be used in the Linux datapath code. You probably should be using __be16 instead. On 04/02/2018 01:46 AM, Taimur Hafeez wrote: Dear all, I patched OVS successfully but when I issue "make" command it gives following error:

Re: [ovs-discuss] Help regarding patching OVS

2018-03-26 Thread Mark Michelson
If you are at the top-level source directory of ovs, then you should add '-p1' to the patch command. On 03/24/2018 07:45 AM, Taimur Hafeez wrote: Dear All, I have got the patch for some modifications in TCP header in OVS. Unfortunately, I am unable to patch it with OVS with patch command. I

Re: [ovs-discuss] OVN Database sizes - Auto compact feature

2018-03-07 Thread Mark Michelson
On 03/07/2018 07:40 AM, Daniel Alvarez Sanchez wrote: Hi folks, During the performance tests I've been doing lately I noticed that the size of the Southbound database was around 2.5GB in one of my setups. I couldn't dig further then but now I decided to explore a bit more and these are the

Re: [ovs-discuss] ovs-vswitchd 100% CPU in OVN scale test

2018-02-15 Thread Mark Michelson
On 02/08/2018 07:55 PM, Han Zhou wrote: On Wed, Feb 7, 2018 at 12:47 PM, Han Zhou > wrote: > > When doing scale testing for OVN (using https://github.com/openvswitch/ovn-scale-test), we had some interesting findings, and need some help here.

Re: [ovs-discuss] OVN + OVS question

2017-08-29 Thread Mark Michelson
rocesses running but the ovn- commands don't retrieve the information you think they should, then you'll need to provide more information, like what command you are running, what you expect to see, and what you actually see instead. Mark Michelson [1] http://openvswitch.org/support/dist-docs/ovn-ctl.8.