Re: [ovs-discuss] Build OpenvSwitch on Oracle Linux 8

2019-10-01 Thread Orabuntu-LXC
Thanks Ben. I will keep hacking away at it. The protocols and design principles of Orabuntu-LXC require all installed software to be packaged - rpm or deb - so I will have to keep working on a solution to get the rpm package to build successfully. BTW that was a typo earlier - we had been using

Re: [ovs-discuss] Build OpenvSwitch on Oracle Linux 8

2019-10-01 Thread Ben Pfaff
OK. It seems likely, then, that the Fedora RPM spec files are not suitable for Oracle Linux. If so, then you can install OVS without the RPM packaging, or create some new spec files for Oracle Linux. On Tue, Oct 01, 2019 at 11:55:20PM +, Gilbert Standen wrote: > I've tried all that - that wa

Re: [ovs-discuss] Build OpenvSwitch on Oracle Linux 8

2019-10-01 Thread Gilbert Standen
I've tried all that - that was of course the first thing I tried. I've tried everything I can think of: [ubuntu@oracle8 ~]$ sudo yum install python-six python-sphinx [sudo] password for ubuntu: Last metadata expiration check: 0:27:33 ago on Tue 01 Oct 2019 06:20:33 PM CDT. No match for argument:

Re: [ovs-discuss] Build OpenvSwitch on Oracle Linux 8

2019-10-01 Thread Ben Pfaff
You're using two different packaging systems here. The RPM spec file requires the RPMs it mentions to be installed (for Python 2), but you used pip to install them (for Python 3). My guess is that "yum install python-six python-sphinx selinux-policy-devel unbound-devel" or its Oracle equivalent w

Re: [ovs-discuss] Build OpenvSwitch on Oracle Linux 8

2019-10-01 Thread Gilbert Standen
For example: [ubuntu@oracle8 anylinux]$ python3 -m pip install six Requirement already satisfied: six in /usr/local/lib/python3.6/site-packages [ubuntu@oracle8 anylinux]$ python3 -m pip install sphinx Requirement already satisfied: sphinx in /usr/local/lib64/python3.6/site-packages Requirement al

Re: [ovs-discuss] Build OpenvSwitch on Oracle Linux 8

2019-10-01 Thread Gilbert Standen
Thanks Ben. I've tried that too. When I try to install openvswitch 2.11.x I run into needing python-six and python-sphinx and I've been trying for a couple days to figure out how to get those installed on Oracle Linux 8 to no avail ... "If BlackBerrys were as plentiful as Apples, upon compulsio

Re: [ovs-discuss] Build OpenvSwitch on Oracle Linux 8

2019-10-01 Thread Ben Pfaff
On Tue, Oct 01, 2019 at 09:46:41PM +, Gilbert Standen wrote: > Hi, when I try to build OpenvSwitch 2.0.5 on Oracle Linux 8 I get the > following errors. Any ideas on how to address this ? Thanks! OVS 2.0 was released in 2013. Use a newer version.

[ovs-discuss] Build OpenvSwitch on Oracle Linux 8

2019-10-01 Thread Gilbert Standen
Hi, when I try to build OpenvSwitch 2.0.5 on Oracle Linux 8 I get the following errors. Any ideas on how to address this ? Thanks! lib/dhparams.c:2:12: error: static declaration of 'get_dh1024' follows non-static declaration static DH *get_dh1024(void) ^~ In file included

Re: [ovs-discuss] Too many resubmits in the OVS pipeline for scaled OVN topologies due to multicast_group implementation

2019-10-01 Thread Han Zhou
On Tue, Oct 1, 2019 at 3:34 AM Dumitru Ceara wrote: > > Hi, > > We've hit a scaling issue recently [1] in the following topology: > > - External network connected to public logical switch "LS-pub" > - ~300 logical networks (LR-i <--> LS-i <--> VMi) connected to LS-pub > with dnat_and_snat rules. >

[ovs-discuss] Too many resubmits in the OVS pipeline for scaled OVN topologies due to multicast_group implementation

2019-10-01 Thread Dumitru Ceara
Hi, We've hit a scaling issue recently [1] in the following topology: - External network connected to public logical switch "LS-pub" - ~300 logical networks (LR-i <--> LS-i <--> VMi) connected to LS-pub with dnat_and_snat rules. While trying to ping the VMs from outside the ARP request packet fr