Re: [ovs-discuss] [ovs-dev] Question about other_config : pmd-cpu-mask options

2016-09-09 Thread Junguk Cho
Hi, Mauricio. Oh, I accidently dropped the the list. Thank you for reply. Thanks, Junguk 2016-09-08 14:26 GMT-06:00 Mauricio Vasquez : > Hi, > > Please don't drop the list, it could be interesting to more people. > On 09/08/2016 06:55 PM, Junguk Cho wrote: > > Hi, Mauricio. > > Thank you for re

Re: [ovs-discuss] openvswitch - What is the use of NICIRA extensions

2016-09-09 Thread Madhu Chakravarthy
Thanks Ben. Much appreciated.Sent from my Huawei Mobile Original Message Subject: Re: [ovs-discuss] openvswitch - What is the use of NICIRA extensionsFrom: Ben Pfaff To: madhu CC: discuss@openvswitch.orgThis is kind of like asking "in what scenarios may one use a variable"in a progr

Re: [ovs-discuss] openvswitch - What is the use of NICIRA extensions

2016-09-09 Thread Ben Pfaff
This is kind of like asking "in what scenarios may one use a variable" in a programming language. You can use registers to store values that later tables match. On Fri, Sep 09, 2016 at 10:09:40PM +0530, madhu wrote: > Hi Ben, > > Thanks for the reply. > > To be precise we are trying to implemen

Re: [ovs-discuss] openvswitch - What is the use of NICIRA extensions

2016-09-09 Thread madhu
Hi Ben, Thanks for the reply. To be precise we are trying to implement Service Function Chaining. The flows included in the below mail are in the compute node openvswitch controlled by opendaylight controller. If my understanding is correct load:0x2->NXM_NX_REG0[] stores hexadecimal value

Re: [ovs-discuss] openvswitch - What is the use of NICIRA extensions

2016-09-09 Thread Ben Pfaff
On Fri, Sep 09, 2016 at 05:54:41PM +0530, madhu wrote: > I am trying to understand the open flow rules written to the openvswitch. > > I am using openvswitch with openflow version 1.3. In that I see flow rules > like below > > cookie=0x0, duration=133278.833s, table=0, n_packets=37283, > n_bytes=

[ovs-discuss] VHost QOS - per queue rate limiting

2016-09-09 Thread Kapil Adhikesavalu
Hello, Is VHost port - per queue rate limiting feature expected in near future ? Currently its on port basis, and if we assign more than 1 queue to the vHost port, it will be good to do QOS on per queue. https://github.com/openvswitch/ovs/blob/master/INSTALL.DPDK-ADVANCED.md 7. QOS Here is an

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

2016-09-09 Thread Guru Shetty
Do this: Kill the daemons that you manually started. Go to the directory where you did your 'make install' and do: ./configure make uninstall Now, do: ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --enable-ssl make -j3 make install cp debian/openvswitch-switch.init /etc/in

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

2016-09-09 Thread Ashish Kurian
Dear Guru, After reboot, If I try to give command ovs-vsctl add-br br0, I get the following error. ovs-vsctl: unix:/usr/local/var/run/openvswitch/db.sock: database connection failed (No such file or directory). So what I do then is that I give the following commands(from install.md) sudo ovsdb-

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

2016-09-09 Thread Guru Shetty
On 9 September 2016 at 07:48, Ashish Kurian wrote: > Dear Team, > > I installed the ovs successfully and tested the ovs-vsctl add-br br0 > command and it was successful. But after I reboot my machine and try the > command again, I get the error as in the subject. > > When I looked into the log th

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

2016-09-09 Thread Ashish Kurian
Dear Team, I installed the ovs successfully and tested the ovs-vsctl add-br br0 command and it was successful. But after I reboot my machine and try the command again, I get the error as in the subject. When I looked into the log this is my output. 2016-09-09T12:08:03.251Z|1|vlog|INFO|opened

[ovs-discuss] openvswitch - What is the use of NICIRA extensions

2016-09-09 Thread madhu
Hi All, I am trying to understand the open flow rules written to the openvswitch. I am using openvswitch with openflow version 1.3. In that I see flow rules like below cookie=0x0, duration=133278.833s, table=0, n_packets=37283, n_bytes=15219696, tun_id=0x5a,in_port=1 actions=load:0x2->NXM_N