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

2018-02-23 Thread Han Zhou
On Fri, Feb 23, 2018 at 2:17 PM, Ben Pfaff wrote: > > On Tue, Feb 20, 2018 at 08:56:42AM -0800, Han Zhou wrote: > > On Tue, Feb 20, 2018 at 8:15 AM, Ben Pfaff wrote: > > > > > > On Mon, Feb 19, 2018 at 11:33:11AM +0100, Daniel Alvarez Sanchez wrote: > > > > @Han, I

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

2018-02-23 Thread Ben Pfaff
On Fri, Feb 16, 2018 at 12:50:57AM -0300, José Miguel Guzmán wrote: > 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

Re: [ovs-discuss] invalid Ethertype 0 in flow key

2018-02-23 Thread Ben Pfaff
This is an unusual problem that I haven't seen reported by others. Is there anything special about your machine, your kernel, your build, etc.? Whether you specify dst_port should not make a difference. This is implemented at a low level, so I don't know why it would change the behavior you

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

2018-02-23 Thread Ben Pfaff
On Tue, Feb 20, 2018 at 08:56:42AM -0800, Han Zhou wrote: > On Tue, Feb 20, 2018 at 8:15 AM, Ben Pfaff wrote: > > > > On Mon, Feb 19, 2018 at 11:33:11AM +0100, Daniel Alvarez Sanchez wrote: > > > @Han, I can try rebase the patch if you want but that was > > > basically renaming the

[ovs-discuss] ERROR: No build ID note found in

2018-02-23 Thread Greenberg, Paul
Encountered the following error when building RPM for RHEL. Tarball: http://openvswitch.org/releases/openvswitch-2.9.0.tar.gz $ rpmbuild -bb rhel/openvswitch.spec ... libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p

Re: [ovs-discuss] Is a new field in flow.h necessary for matching on a custom v6 extension header?

2018-02-23 Thread Ben Pfaff
Ultimately, I expect a P4-based solution, in which the controller supplies a P4 program that extracts the fields that it is interested in. This is my big project for OVS 2.10. (I don't know how successful I'll be yet.) On Fri, Feb 23, 2018 at 12:37:40AM +0100, Alan Kayahan wrote: > I understand