[ovs-discuss] OVS 2.3.2 hung - no arp with lacp bond

2016-11-17 Thread Varun
Hello I observed an issue with OVS 2.3.2 on CentOS 6.6 KVM , kernel 2.6.32-504.el6, with 25 tenant VMs where it stopped responding to ARPs all of a sudden. There are 2 OVS bonds in balance-tcp mode in this configuration. OVS service was restarted to resolve this state . Below logs were

[ovs-discuss] (no subject)

2016-11-17 Thread devendra rawat
I am trying to bring up my ethernet device interface in ovs-DPDK I have created and added my non PCI vdev as dpdk0 device on bridge br0. # ovs-vsctl --no-wait set Open_vSwitch . other_config:dpdk-extra=-- vdev=my_eth_dev # ovs-vsctl --no-wait add-br br0 -- set bridge br0 datapath_type=netdev #

Re: [ovs-discuss] [ovsdb] OVS DB connection refused by using ovsdb-client

2016-11-17 Thread Justin Pettit
> On Nov 16, 2016, at 11:35 PM, zhi wrote: > > Hi, all. > > I install the OVS 2.6.0 by following the document[1]. Everything goes okay > but I meet a problem when I am using " ovsdb-client ". > > I try to use " ovsdb-client dump " command to get information from OVS

Re: [ovs-discuss] How is theQueueing in OVS implemented

2016-11-17 Thread Justin Pettit
> On Nov 17, 2016, at 3:53 AM, Jannis Ohms wrote: > > OF 1.0 standardised queues for QoS. How are they implemented in the > vswitchd ? QoS is currently supported for the Linux kernel datapath and DPDK. They make use of underlying QoS support of the platform.

Re: [ovs-discuss] OVN external network access in Openstack

2016-11-17 Thread Russell Bryant
On Thu, Nov 17, 2016 at 9:44 AM, Michael Kashin wrote: > I'm using stable/newton, not master. Is master networking-ovn backwards > compatible with newton version of Neutron or do I need to get ocata Neutron > as well? > It may work, but that combination is not tested and

[ovs-discuss] Strange flows in bridge/dump-flows

2016-11-17 Thread Ali Volkan Atli
When I connect my (ryu) controller to OvS (with DPDK) while all data-ports are down, I always see the strange flows in bridge/dump-flows below. Then when b8:af:67:84:90:d7 tries to send an arp packet, OvS floods it. Could someone please explain why (or who) adds these flows into OvS? Thanks in

[ovs-discuss] combining Geneve and VXLAN tunnels

2016-11-17 Thread Gerhard Stenzel
Hi, I have a setup with three machines with an OVS switch each. 1 and 2 are connected via VXLAN tunnel, 2 and 3 are connected via Geneve tunnel. The OVSs have each an IP address assigned. ping from 1 to 2 works and ping from 2 to 3 works. But trying to ping from 1 to 3 or 3 to 1 does not work,

Re: [ovs-discuss] OVN external network access in Openstack

2016-11-17 Thread Michael Kashin
I'm using stable/newton, not master. Is master networking-ovn backwards compatible with newton version of Neutron or do I need to get ocata Neutron as well? On 17 November 2016 at 14:09, Joel Wirāmu Pauling wrote: > Why not just use ECMP for the gateway pool? > > On 17

[ovs-discuss] Shall i create kthread in OVS ?

2016-11-17 Thread Naveen M
Hi all, As per our requirement we need one separate kernel thread. 1. Can we create kthread in datapath.c file? 2. If we create kernel thread is this will cause any issue in performance or anything? Can you please guide me on this. Thanks, *With Warm Regards,* *Naveen M*

Re: [ovs-discuss] OVN external network access in Openstack

2016-11-17 Thread Joel Wirāmu Pauling
Why not just use ECMP for the gateway pool? On 17 November 2016 at 08:47, Russell Bryant wrote: > > > On Wed, Nov 16, 2016 at 12:38 PM, Michael Kashin > wrote: > >> Greetings, >> >> I'm integration RDO (Packstack) Openstack with OVN and facing a problem >>

Re: [ovs-discuss] ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory)

2016-11-17 Thread O'Reilly, Darragh
Maybe you need to generate the links with update-rc.d http://www.tin.org/bin/man.cgi?section=8=update-rc.d From: Ashish Kurian [mailto:ashish...@gmail.com] Sent: 17 November 2016 13:38 To: O'Reilly, Darragh Cc: disc...@openvswitch.org Subject: Re: [ovs-discuss]

Re: [ovs-discuss] OVN external network access in Openstack

2016-11-17 Thread Russell Bryant
On Wed, Nov 16, 2016 at 12:38 PM, Michael Kashin wrote: > Greetings, > > I'm integration RDO (Packstack) Openstack with OVN and facing a problem > connecting DVR to external networks. My setup consists of a couple of > virtual networks and a router interconnecting them. On

Re: [ovs-discuss] ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory)

2016-11-17 Thread Ashish Kurian
Dear Darragh, I do not think it is symlinked. And I do not have any file with *switch* in etc/rc3.d Best Regards, Ashish Kurian On Thu, Nov 17, 2016 at 2:31 PM, O'Reilly, Darragh wrote: > Is it symlinked to like: > > > > $ ls -l /etc/rc3.d/*switch* > > lrwxrwxrwx 1

Re: [ovs-discuss] dpdk virtual device(vdev) device support in ovs.

2016-11-17 Thread devendra rawat
> I am going to implement the support for my non-pci DPDK vdev ethernet > device in openvswitch. A head start will be really appreciated. > > So far what I have understood is that I will need to add a new "struct > netdev_class" for my device in lib/netdev-dpdk.c > > just like > > static const

Re: [ovs-discuss] Replacing IPsec-GRE tunnel ports

2016-11-17 Thread Bolesław Tokarski
Hi, Thank you very much for the answer. > > > I am yet to come across a good guide on how to set up an OVS IPsec-GRE > > tunnel port alternative. Most guides are either for site-to-site IPsec > > tunnels, or for OVS GRE tunnels. > > Such guides in details wold be on strongSwan, racoon, OpenSwan