[ovs-discuss] definition of ³struck ovsrec_bridge²

2016-09-06 Thread Kai Ma (kaima)
t has learned and start sending out >packets destined for that mac address on the new port. Ovs however, at >least in my installation, will not update the mac address table when it >receives a packet from a mac address it has already learn, instead >dropping >that packet. > >Si

Re: [ovs-discuss] Select Group still does not work

2016-09-06 Thread AY
I run ICMP traffic , I monitor the traffic with TCPdump . On Tuesday, 6 September 2016, Ben Pfaff wrote: > Please don't drop the mailing list. > > What kind of traffic are you running through the group? > > On Tue, Sep 06, 2016 at 08:43:16AM +0800, AY wrote: > > With OVS 2.3 The above commands w

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ben Pfaff
Perhaps you should install from packages. Then you won't have to deal with all these issues that confuse you. On Tue, Sep 06, 2016 at 11:05:28PM +0200, Ashish Kurian wrote: > Dear all, > > I tried a fresh install of ubuntu 16 and did the ovs installation from the > scratch again. Everything went

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ben Pfaff
On Tue, Sep 06, 2016 at 08:57:30PM +0200, Ashish Kurian wrote: > Dear All, > > When I give the command ¨sudo ovsdb-tool create > /usr/local/etc/openvswitch/conf.db vswitchd/vswitch.ovsschema¨ during the > installation, I am getting the following error. > > ovsdb-tool: I/O error: /usr/local/etc/op

Re: [ovs-discuss] ovs can not forward

2016-09-06 Thread Ben Pfaff
On Tue, Sep 06, 2016 at 05:20:21PM +0800, 张晨 wrote: > BTW, i met something strange, and i don't know whether it is related > to the above problem. So i will list it as follows: When "ovs-vsctl > add-port br1 eth1" is configured, an error "ovs-vsctl: Error detected > while setting up 'eth1'. See ovs

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
Dear All, When I give the command ¨sudo ovsdb-tool create /usr/local/etc/openvswitch/conf.db vswitchd/vswitch.ovsschema¨ during the installation, I am getting the following error. ovsdb-tool: I/O error: /usr/local/etc/openvswitch/conf.db: create failed (File exists) I tried uninstalling ovs usin

[ovs-discuss] ovs can not forward

2016-09-06 Thread 张晨
hi, everybody I'm using v2.5.0. Now i have a br ovs1 with eth1 and eth2, and h1 accesses via eth1 and h2 accesses via eth2. When i ping from h1 to h2, i can find ARP request packets on eth1 in wireshark, however, the ARP request couldn't be found on eth2. Br1 is setup in default with no v

Re: [ovs-discuss] Missing configuration files linux kernel

2016-09-06 Thread Jesse Gross
On Tue, Sep 6, 2016 at 3:19 AM, Silvia Fichera wrote: > Hi all, > I want to install ovs 2.5.0 on ubuntu server 14.04. Since the original > kernel was 4.4.0-31-generic I have manually downgraded the linux kernel > > uname -r > 4.3.0-040300-generic > > > But when I do > ./configure --with-linux=/li

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Thadeu Lima de Souza Cascardo
On Tue, Sep 06, 2016 at 05:18:50PM +0200, Ashish Kurian wrote: > I used command sudo ./configure from home>>ovs. > then I ran sudo make install. > > Is there any command to uninstall the package ovs and also all the files > created in the directory /usr/local/var/log/openvswitch/* > make uninsta

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
I used command sudo ./configure from home>>ovs. then I ran sudo make install. Is there any command to uninstall the package ovs and also all the files created in the directory /usr/local/var/log/openvswitch/* Best Regards, Ashish Kurian On Tue, Sep 6, 2016 at 4:46 PM, Thadeu Lima de Souza Cascar

Re: [ovs-discuss] Maximum MPLS labels (FLOW_MAX_MPLS_LABELS)

2016-09-06 Thread Ben Pfaff
On Tue, Sep 06, 2016 at 02:41:19PM +, ma...@lamehost.it wrote: > September 6, 2016 4:33 PM, "Ben Pfaff" wrote: > > > On Mon, Sep 05, 2016 at 02:20:18PM +, ma...@lamehost.it wrote: > > > >> I would like to know if there are plans to augment > >> FLOW_MAX_MPLS_LABELS (and all the data stru

Re: [ovs-discuss] Allow fdb to be overwritten / Getting carp to work with ovs

2016-09-06 Thread Ben Pfaff
On Tue, Sep 06, 2016 at 11:50:13AM +0200, Fredrik Dahlberg wrote: > On Mon, Sep 5, 2016 at 5:33 AM Ben Pfaff wrote: > > > On Sun, Sep 04, 2016 at 07:12:43PM +, Fredrik Dahlberg wrote: > > > I am trying to get carp to work with ovs(2.5.0, ubuntu 16.04). > > > > > > Carp is set up with the same

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Thadeu Lima de Souza Cascardo
On Tue, Sep 06, 2016 at 04:41:14PM +0200, Ashish Kurian wrote: > Dear All, > > I did not downgrade from 4.4.0-31-generic. Also the commands ovs-ctl is not > recognised. I think downgrading to 4.3 should work. Can you advice me on > how to downgrade to 4.3 > You should not downgrade. There is no

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
Dear All, I did not downgrade from 4.4.0-31-generic. Also the commands ovs-ctl is not recognised. I think downgrading to 4.3 should work. Can you advice me on how to downgrade to 4.3 Best Regards, Ashish Kurian On Tue, Sep 6, 2016 at 4:35 PM, Thadeu Lima de Souza Cascardo < casca...@redhat.com>

Re: [ovs-discuss] Maximum MPLS labels (FLOW_MAX_MPLS_LABELS)

2016-09-06 Thread marco
September 6, 2016 4:33 PM, "Ben Pfaff" wrote: > On Mon, Sep 05, 2016 at 02:20:18PM +, ma...@lamehost.it wrote: > >> I would like to know if there are plans to augment >> FLOW_MAX_MPLS_LABELS (and all the data structures that depend on it) >> to larger values. > > This is the first inquiry I

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ben Pfaff
On Tue, Sep 06, 2016 at 04:32:09PM +0200, Ashish Kurian wrote: > Some where I also read that I have to install openvswitch-datapath-source > and openvswitch-brcompat. Also in another forum read that I have to update > the database schema. Can you advice if these are necessary and if so, how > to up

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Thadeu Lima de Souza Cascardo
On Tue, Sep 06, 2016 at 04:32:09PM +0200, Ashish Kurian wrote: > Dear All, > > Some where I also read that I have to install openvswitch-datapath-source > and openvswitch-brcompat. Also in another forum read that I have to update > the database schema. Can you advice if these are necessary and if

Re: [ovs-discuss] Maximum MPLS labels (FLOW_MAX_MPLS_LABELS)

2016-09-06 Thread Ben Pfaff
On Mon, Sep 05, 2016 at 02:20:18PM +, ma...@lamehost.it wrote: > I would like to know if there are plans to augment > FLOW_MAX_MPLS_LABELS (and all the data structures that depend on it) > to larger values. This is the first inquiry I've heard. ___ d

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
Dear All, Some where I also read that I have to install openvswitch-datapath-source and openvswitch-brcompat. Also in another forum read that I have to update the database schema. Can you advice if these are necessary and if so, how to update the database schema? Best Regards, Ashish Kurian On T

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Thadeu Lima de Souza Cascardo
On Tue, Sep 06, 2016 at 04:19:08PM +0200, Ashish Kurian wrote: > Dear All, > > After the last installation command, the following message is what I am > getting. > > 2016-09-06T14:15:55Z|3|reconnect|INFO|unix:/usr/local/var/run/openvswitch/db.sock: > connecting... > 2016-09-06T14:15:55Z|4

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
Dear All, After the last installation command, the following message is what I am getting. 2016-09-06T14:15:55Z|3|reconnect|INFO|unix:/usr/local/var/run/openvswitch/db.sock: connecting... 2016-09-06T14:15:55Z|4|reconnect|INFO|unix:/usr/local/var/run/openvswitch/db.sock: connected 2016-09-

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Thadeu Lima de Souza Cascardo
On Tue, Sep 06, 2016 at 03:56:49PM +0200, Ashish Kurian wrote: > Dear All, > > I did try the command as "modprobe openvswitch" and it returned nothing. > But when i tried lsmod | less, I could see openvswitch in the list. Do I > need to reboot the system after the install? > No, you just need to

Re: [ovs-discuss] Select Group still does not work

2016-09-06 Thread Ben Pfaff
Please don't drop the mailing list. What kind of traffic are you running through the group? On Tue, Sep 06, 2016 at 08:43:16AM +0800, AY wrote: > With OVS 2.3 The above commands work very well > > Here it is my configuration : > > > > > ovs-vsctl set bridge s2 protocols=OpenFlow13 > ovs-vsct

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
Dear All, I did try the command as "modprobe openvswitch" and it returned nothing. But when i tried lsmod | less, I could see openvswitch in the list. Do I need to reboot the system after the install? Best Regards, Ashish Kurian On Tue, Sep 6, 2016 at 3:47 PM, Thadeu Lima de Souza Cascardo < cas

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Thadeu Lima de Souza Cascardo
On Tue, Sep 06, 2016 at 03:36:50PM +0200, Ashish Kurian wrote: > Dear All, > > modprobe openvswitch gives me nothing > That's not helpful. It either gives you an error, or it succeeds and you see something with lsmod. dmesg output (the last lines right after running modprobe) might be also helpf

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
Dear All, modprobe openvswitch gives me nothing Best Regards, Ashish Kurian On Tue, Sep 6, 2016 at 3:31 PM, Thadeu Lima de Souza Cascardo < casca...@redhat.com> wrote: > On Tue, Sep 06, 2016 at 02:52:23PM +0200, Ashish Kurian wrote: > > Dear Team, > > > > I just reinstalled the ovs on my new ub

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Thadeu Lima de Souza Cascardo
On Tue, Sep 06, 2016 at 02:52:23PM +0200, Ashish Kurian wrote: > Dear Team, > > I just reinstalled the ovs on my new ubuntu 16 and all the installation was > successful. I followed the install.md instructions. > > When I run command /sbin/lsmod I am not able to see openvswitch in the > list. And

[ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
Dear Team, I just reinstalled the ovs on my new ubuntu 16 and all the installation was successful. I followed the install.md instructions. When I run command /sbin/lsmod I am not able to see openvswitch in the list. And when I try the command to add a bridge, I get the error given in the subject.

Re: [ovs-discuss] Multiqueue with dpdk ports

2016-09-06 Thread Stokes, Ian
Hi Kapil, RSS based on IP is used for dispersing received packets among queues on the NIC by default. I haven’t looked into setting this up for specific packet types myself, maybe someone else on the list can help with that point. If you looking for a quick guide to test vhost multiqueue with

[ovs-discuss] Missing configuration files linux kernel

2016-09-06 Thread Silvia Fichera
Hi all, I want to install ovs 2.5.0 on ubuntu server 14.04. Since the original kernel was 4.4.0-31-generic I have manually downgraded the linux kernel uname -r 4.3.0-040300-generic But when I do ./configure --with-linux=/lib/modules/`uname -r`/build it seems that some files are missing and som

[ovs-discuss] Multiqueue with dpdk ports

2016-09-06 Thread Kapil Adhikesavalu
Hello, OVS + DPDK provides a way to configure multiqueue for dpdk ports (in turn vhost user ports as well). ovs-vsctl set Open_vSwitch . other_config:pmd-cpu-mask=c ovs-vsctl set Interface dpdk0 options:n_rxq=2 ovs-vsctl set Interface dpdk1 options:n_rxq=2 Based on what parameter, the packets

Re: [ovs-discuss] Allow fdb to be overwritten / Getting carp to work with ovs

2016-09-06 Thread Fredrik Dahlberg
On Mon, Sep 5, 2016 at 5:33 AM Ben Pfaff wrote: > On Sun, Sep 04, 2016 at 07:12:43PM +, Fredrik Dahlberg wrote: > > I am trying to get carp to work with ovs(2.5.0, ubuntu 16.04). > > > > Carp is set up with the same mac address on the carp interfaces, trying > to > > determine who is master l