Re: [ovs-discuss] segmentation fault when adding a VF in DPDK to a switch

2018-01-11 Thread Stokes, Ian
Hi Ricardo, That’s for reporting the issue and providing the steps to reproduce. I was able to reproduce this with an i40e VF using igb_uio. In short it seems there is no support currently for ixgbe and i40e VF devices in OVS with DPDK. There are 2 issues at play here. First is the

Re: [ovs-discuss] Connecting Two Physical Raspberry Pi Open vSwitch

2018-01-11 Thread Damiano Verzulli
On 07/01/2018 16:57, Fakity Fakfak wrote: > [...] > Is it okay for me to setup the ip address of br0 on two different RPi to be > the same? > [...] Obviously not. [*] Let me add the following: => the two bridges that you defined (and "connected" each-other) are perfectly working regardless of

[ovs-discuss] clustered OVSDB in 2.9 or 2.10?

2018-01-11 Thread Ben Pfaff
I posted the patches to add clustering support to OVSDB at the end of last year so that it was technically qualified to make it into OVS 2.9. At least in OVS 2.9, it will be marked "experimental", since it's a major change that might need work to be suitable for production (we simply don't know

Re: [ovs-discuss] DHCP IP addresses range of OVN's internal DHCP server

2018-01-11 Thread Numan Siddique
On Thu, Jan 11, 2018 at 8:27 PM, Dominik Holler wrote: > On Thu, 11 Jan 2018 18:31:25 +0530 > Numan Siddique wrote: > > > On Thu, Jan 11, 2018 at 5:31 PM, Dominik Holler > > wrote: > > > > > Hello, > > > what is the range of offered

Re: [ovs-discuss] DHCP IP addresses range of OVN's internal DHCP server

2018-01-11 Thread Dominik Holler
On Thu, 11 Jan 2018 18:31:25 +0530 Numan Siddique wrote: > On Thu, Jan 11, 2018 at 5:31 PM, Dominik Holler > wrote: > > > Hello, > > what is the range of offered IP addresses by OVN's internal DHCP > > server? > > Hi Dominik, > Internal DHCP offers

Re: [ovs-discuss] DHCP IP addresses range of OVN's internal DHCP server

2018-01-11 Thread Numan Siddique
On Thu, Jan 11, 2018 at 5:31 PM, Dominik Holler wrote: > Hello, > what is the range of offered IP addresses by OVN's internal DHCP server? > Hi Dominik, Internal DHCP offers the IP address set in the logical_switch_port's addresses column. So, the CMS (cloud management

[ovs-discuss] DHCP IP addresses range of OVN's internal DHCP server

2018-01-11 Thread Dominik Holler
Hello, what is the range of offered IP addresses by OVN's internal DHCP server? I am also interested in locating the source code which calculates this range. Thanks and regards Dominik ___ discuss mailing list disc...@openvswitch.org

Re: [ovs-discuss] segmentation fault when adding a VF in DPDK to a switch

2018-01-11 Thread Riccardo Ravaioli
Here are the steps to reproduce the issue: 1. Create one Virtual Function (VF) on a physical interface that supports SR-IOV (in my case it's an Intel i350 interface): $ echo 1 > /sys/class/net/eth10/device/sriov_numvfs 2. Lookup its PCI address, for example with dpdk-devbind.py: $