Re: [ovs-discuss] Intro to OpenVSwitch

2018-09-03 Thread O'Reilly, Darragh
Hi, I don't know about Libvirt/OVS, but this seems like something that should be possible with virsh/iptables. Did you try something like this? https://aboullaite.me/kvm-qemo-forward-ports-with-iptables/ Maybe the Libvirt mailing list can help. > -Original Message- > From:

Re: [ovs-discuss] OVS-CONTROLLER(Faucet) what happens in a simple ping?

2018-05-23 Thread O'Reilly, Darragh
I’m not a Faucet expert. Did you see this tutorial? http://docs.openvswitch.org/en/latest/tutorials/faucet/ . Also the source https://github.com/faucetsdn/faucet/blob/master/faucet/valve.py From:

Re: [ovs-discuss] Multiple dpdk-netdev datapath with OVS 2.9

2018-05-03 Thread O'Reilly, Darragh
> -Original Message- > From: alp.ars...@xflowresearch.com [mailto:alp.ars...@xflowresearch.com] > > Number of flows and incoming traffic distribution is really high. Number of > rules > is +0.5 million and possible number of IP of incoming traffic is also in > millions. > But right

Re: [ovs-discuss] Multiple dpdk-netdev datapath with OVS 2.9

2018-05-03 Thread O'Reilly, Darragh
> -Original Message- > From: alp.ars...@xflowresearch.com [mailto:alp.ars...@xflowresearch.com] > > Enabling disabling EMC has no effect on this scenario. As far as I know there > is > one EMC per PMD thread, so the interfaces have their own EMC's, the bigger > question is why does

Re: [ovs-discuss] Multiple dpdk-netdev datapath with OVS 2.9

2018-05-03 Thread O'Reilly, Darragh
On Wed, May 02, 2018 at 10:02:04PM +0500, alp.ars...@xflowresearch.com wrote: > Can anyone explain this bizarre scenario of why the OVS is able to > forward more traffic over single interface polled by 6 vCPUs, compared > to 4 interfaces polled by 24 vCPUs. Not really, but I would look at the

Re: [ovs-discuss] VMM + OVS : Error starting domain: error creating macvtap interface macvtap0@vport5 (52:54:00:55:18:e7): Device or resource busy

2018-01-24 Thread O'Reilly, Darragh
That video is using VirtualBox. The error mentions macvtap – I think the GUI should allow you to add the tap as a virtio. From: ovs-discuss-boun...@openvswitch.org [mailto:ovs-discuss-boun...@openvswitch.org] On Behalf Of ? Sent: 24 January 2018 09:26 To: ovs-discuss@openvswitch.org

Re: [ovs-discuss] ovs-2.8 Cannot open /dev/uio0

2017-11-23 Thread O'Reilly, Darragh
How was ovs installed? I don’t recall ever seeing ovs-vswitchd running as a non-root user. From: 王嵘 [mailto:rong.w...@easystack.cn] Sent: 23 November 2017 13:09 To: O'Reilly, Darragh <darragh.orei...@hpe.com> Cc: ovs-discuss@openvswitch.org Subject: Re:RE: [ovs-discuss] ovs-2.8 Canno

Re: [ovs-discuss] ovs-2.8 Cannot open /dev/uio0

2017-11-23 Thread O'Reilly, Darragh
I think you got the address of the function getuid, but you want to call it by adding (): RTE_LOG(ERR, EAL, "Current userid: %d\n", getuid() ); From: ovs-discuss-boun...@openvswitch.org [mailto:ovs-discuss-boun...@openvswitch.org] On Behalf Of ?? Sent: 23 November 2017 08:20 To:

Re: [ovs-discuss] error: "could not open network device dpdk0 (Address family not supported by protocol)"

2017-09-15 Thread O'Reilly, Darragh
Hi Ranjith, I checked my notes from when I was learning ovs-dpdk 2.4 on kvm vms, and I was using e1000 emulated nics. Maybe try those. Regards, Darragh. From: Ranjith Kumar D [mailto:ranjith.ku...@radisys.com] Sent: 15 September 2017 13:02 To: O'Reilly, Darragh <darragh.orei...@hpe.com>

Re: [ovs-discuss] error: "could not open network device dpdk0 (Address family not supported by protocol)"

2017-09-14 Thread O'Reilly, Darragh
Maybe you need to set the pmd-cpu-mask. I don't know what it defaults to. I think this will place a PMD on the fourth core ovs-vsctl set Open_vSwitch . other_config:pmd-cpu-mask=0x8 Then make sure ovs-vswitchd is stopped and try starting it like step 5 in

Re: [ovs-discuss] Tenant multicast traffic on OpenStack with OVN

2017-09-08 Thread O'Reilly, Darragh
Hi Tom, I can confirm that multicast works very well with Neutron ML2/OVS provider networks. See https://gist.github.com/djoreilly/a22ca4f38396e8867215fca0ad67fa28 I don’t know about OVN and multicast. Regards, Darragh. From: ovs-discuss-boun...@openvswitch.org

Re: [ovs-discuss] problem with openvswitch 2.5.2 after upgrade to Ubuntu 16.04

2017-08-24 Thread O'Reilly, Darragh
Maybe a NetworkManager problem. I would disable it completely on a server, but maybe you could change it to ignore OVS interfaces. From: ovs-discuss-boun...@openvswitch.org [mailto:ovs-discuss-boun...@openvswitch.org] On Behalf Of Chad Willman Sent: 23 August 2017 18:20 To: Ben Warren

Re: [ovs-discuss] LACP fallback support

2017-06-12 Thread O'Reilly, Darragh
nd is "ovs-appctl lacp/show". Also PXE is probably not going to work with VLAN tagged packets. Darragh. From: Nguyen, Minh-Nghia [mailto:minh-nghia.ngu...@sap.com] Sent: 09 June 2017 16:25 To: ovs-discuss@openvswitch.org Cc: O'Reilly, Darragh <darragh.orei...@hpe.com> Subject: RE:

Re: [ovs-discuss] How can I change OpenVSwitch

2017-06-09 Thread O'Reilly, Darragh
The cheapest physical switch is probably https://northboundnetworks.com/products/zodiac-fx https://faucet-sdn.blogspot.co.uk/2016/06/raucet-raspberry-pi-faucet-controlling.html Darragh. From: ovs-discuss-boun...@openvswitch.org [mailto:ovs-discuss-boun...@openvswitch.org] On Behalf Of Simone

Re: [ovs-discuss] OVS-DPDK performance problem in Openstack Ocata

2017-04-21 Thread O'Reilly, Darragh
Yes that test gives much better results without DPDK - I saw 18Gbps. The reason is that OVS-DPDK does not support TSO. But DPDK does better with UDP and packets/second tests. Some patches were proposed - google ovs dpdk tso. You could try using more queues -

Re: [ovs-discuss] OVS 2.7 on Ubuntu

2017-03-31 Thread O'Reilly, Darragh
Hi Brad, Thanks for that. I used “apt source” on a Ubuntu 16.10 to get the debian directory for OVS 2.6. Darragh. From: b...@gizmoguy.net.nz [mailto:b...@gizmoguy.net.nz] On Behalf Of Brad Cowie Sent: 30 March 2017 22:36 To: O'Reilly, Darragh <darragh.orei...@hpe.com> Cc: Yang, Yi Y &

Re: [ovs-discuss] OVS 2.7 on Ubuntu

2017-03-24 Thread O'Reilly, Darragh
anyone have steps or scripts to build Debian packages with DPDK? Thanks, Darragh. From: ovs-discuss-boun...@openvswitch.org [mailto:ovs-discuss-boun...@openvswitch.org] On Behalf Of Yang, Yi Y Sent: 17 March 2017 00:54 To: Guru Shetty ; Shivaram Mysore

Re: [ovs-discuss] Bonding slave disabled

2017-02-10 Thread O'Reilly, Darragh
What kind of nics are you using? Try using miimon instead of carrier for failure detection. See the ovs-vswitchd.conf.db man page. Darragh. From: ovs-discuss-boun...@openvswitch.org [mailto:ovs-discuss-boun...@openvswitch.org] On Behalf Of Neelakantam Gaddam Sent: 10 February 2017 07:58 To:

Re: [ovs-discuss] OVS DPDK with no DPDK nics on NUMA 0

2017-01-18 Thread O'Reilly, Darragh
> -Original Message- > From: Stokes, Ian [mailto:ian.sto...@intel.com] > Sent: 17 January 2017 14:45 > To: O'Reilly, Darragh <darragh.orei...@hpe.com>; ovs- > disc...@openvswitch.org > Subject: RE: OVS DPDK with no DPDK nics on NUMA 0 > > > This article

Re: [ovs-discuss] Openvswitch is acting like a hub in my case?

2016-12-22 Thread O'Reilly, Darragh
adding you back to the ML - again. You should check the system and ovs logs too. > -Original Message- > From: sandermo...@telenet.be [mailto:sandermo...@telenet.be] > Sent: 22 December 2016 15:34 > To: O'Reilly, Darragh <darragh.orei...@hpe.com> > Subject: Re: Openv

Re: [ovs-discuss] Openvswitch is acting like a hub in my case?

2016-12-22 Thread O'Reilly, Darragh
The interface eth0 is not in "ovs-vsctl show", but it is in "ovs-appctl dpif/show". I have no idea how this could be. > -Original Message- > From: sandermo...@telenet.be [mailto:sandermo...@telenet.be] > Sent: 22 December 2016 14:06 > To: O'Reilly,

Re: [ovs-discuss] Openvswitch is acting like a hub in my case?

2016-12-22 Thread O'Reilly, Darragh
What do these commands show? ovs-vsctl show vmbr0 ovs-appctl fdb/show vmbr0 ovs-ofctl dump-flows vmbr0 ovs-appctl dpif/show From: ovs-discuss-boun...@openvswitch.org [mailto:ovs-discuss-boun...@openvswitch.org] On Behalf Of sandermo...@telenet.be Sent: 22 December 2016 12:12 To: ovs-discuss

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 <darragh.orei...@hpe.com> Cc: disc...@openvswitch.org Subject: Re: [ovs-discus