[ovs-discuss] Cannot change vxlan egress (source) ports

2018-02-15 Thread José Miguel Guzmán
Hello I need to change the range of source ports for VXLAN tunnels. Although I tried with set dst_port to 2000 # ovs-vsctl add-port br-ovs vxlan3 -- set interface vxlan3 type=vxlan options:remote_ip=192.168.111.203 options:dst_port=2 and egress port range to 2-20001 # ovs-appctl

Re: [ovs-discuss] OpenStack profiling with networking-ovn - port creation is slow

2018-02-15 Thread Ben Pfaff
On Thu, Feb 15, 2018 at 01:38:04PM -0800, Han Zhou wrote: > On Thu, Feb 15, 2018 at 12:56 PM, Ben Pfaff wrote: > > > > On Thu, Feb 15, 2018 at 06:50:15PM +, Lucas Alvares Gomes wrote: > > > Hi all, > > > > > > We currently have a problem with Address_Set in networking-ovn (and >

Re: [ovs-discuss] OpenStack profiling with networking-ovn - port creation is slow

2018-02-15 Thread Daniel Alvarez Sanchez
On Wed, Feb 14, 2018 at 9:34 PM, Han Zhou wrote: > > > On Wed, Feb 14, 2018 at 9:45 AM, Ben Pfaff wrote: > > > > On Wed, Feb 14, 2018 at 11:27:11AM +0100, Daniel Alvarez Sanchez wrote: > > > Thanks for your inputs. I need to look more carefully into the patch >

Re: [ovs-discuss] OpenStack profiling with networking-ovn - port creation is slow

2018-02-15 Thread Han Zhou
On Thu, Feb 15, 2018 at 12:56 PM, Ben Pfaff wrote: > > On Thu, Feb 15, 2018 at 06:50:15PM +, Lucas Alvares Gomes wrote: > > Hi all, > > > > We currently have a problem with Address_Set in networking-ovn (and > > potentially other technologies using OVN as backend) which *maybe*

Re: [ovs-discuss] OpenStack profiling with networking-ovn - port creation is slow

2018-02-15 Thread Ben Pfaff
On Thu, Feb 15, 2018 at 06:50:15PM +, Lucas Alvares Gomes wrote: > Hi all, > > We currently have a problem with Address_Set in networking-ovn (and > potentially other technologies using OVN as backend) which *maybe* > could be fixed together with this idea of a new "port set" (a.k.a > macro

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] OpenStack profiling with networking-ovn - port creation is slow

2018-02-15 Thread Lucas Alvares Gomes
Hi all, We currently have a problem with Address_Set in networking-ovn (and potentially other technologies using OVN as backend) which *maybe* could be fixed together with this idea of a new "port set" (a.k.a macro set). The problem is bit tricky but it shows as a race condition between creating

Re: [ovs-discuss] OF Metering in ovsswitch

2018-02-15 Thread Ben Pfaff
On Thu, Feb 15, 2018 at 04:21:03PM +0530, AKSHAYA BALAN wrote: > We are trying to explore openflow metering in openvswitch. Most of the > available links in internet figured that metering is not supported in ovs. > But ovs-ofctl have add-meter command. Kindly guide us on how we can use it > > We

[ovs-discuss] OF Metering in ovsswitch

2018-02-15 Thread AKSHAYA BALAN
Hi, We are trying to explore openflow metering in openvswitch. Most of the available links in internet figured that metering is not supported in ovs. But ovs-ofctl have add-meter command. Kindly guide us on how we can use it We are using ovs switch version 2.5 and openflow version from 10 to 13.