[ovs-discuss] ovs-vswitchd disconnecting UNIX socket

2016-04-22 Thread Ben Warren
Hi, I’m seeing the ovs-vswitchd process disconnect its UNIX socket, and am wondering if it’s anything to worry about. My Openflow client is able to re-attach and work again, and it only seems to be at startup time. Here’s the switch log (/var/log/openvswitch/ovs-vswitchd.log: = 2016-04-23

Re: [ovs-discuss] Fresh install not passing traffic

2016-04-22 Thread Troy Beisigl
Here is a little more detail. VMtest-A is sitting on 10.181.6.75. VMtest-B is sitting on 10.181.6.76. Both VMs use eth0 which are seen on the OVS VM as eth3 and 4 respectively. As you can see from the ova-vsctl show in the original email, both are access ports and are on vlan 104. From VMtest

Re: [ovs-discuss] controller's role mismatch?

2016-04-22 Thread Peter Gubka -X (pgubka - PANTHEON TECHNOLOGIES at Cisco)
Hello, I had to use 2 switches/bridges to reproduce the problem. Logs in attachments. Just for the time orientation: Enabling 2 masters for 2 switches (controller firstly sent slave automatically, and when it finds out that it is the first connection from that device, it sends master then) 201

[ovs-discuss] GRE ipsec tunnels over open vswitch

2016-04-22 Thread SANKET RAUT
Hello, I would like to know more about How I can setup GRE ipsec tunnel between vm using open vswitch. Thanks, -sanket ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] in-band control with ovs in network with loops

2016-04-22 Thread Giuseppe Cofano
Hi all, we're trying to set up a SDN network with 3 ovs over a ring topology with in-band control. When we link the ovs instances to the SDN controller, a loop is generated (of course). If we enable the STP before linking the switches to the controller, one of the link remains disabled (thing we

Re: [ovs-discuss] problem compiling ovs-2.3.2 extended with a new definition of action.

2016-04-22 Thread Ben Pfaff
On Fri, Apr 22, 2016 at 03:55:07PM +0800, Haosen Wen wrote: > Hi all, > > I'm trying to add a new action, "FLAT" to ovs-2.3.2 action definitions. > When compiling, I met the following errors: > > *lib/ofp-actions.c: In function 'ofpact_from_openflow11':* > *lib/ofp-actions.c:1155:5: error: duplic

Re: [ovs-discuss] [question about openflow table in ovs]

2016-04-22 Thread Ben Pfaff
On Fri, Apr 22, 2016 at 04:52:29PM +0800, lol wrote: > Hi, any one can tell me the arctitecture of flow table in ovs? https://www.usenix.org/conference/nsdi15/technical-sessions/presentation/pfaff ___ discuss mailing list discuss@openvswitch.org http://o

Re: [ovs-discuss] packet drop error on ovs (with dpdk datapath)

2016-04-22 Thread kursat
Thank you Mauricio. Is there any other way to observe dropped packets ? On 22-04-2016 16:14, Mauricio Vasquez wrote: Hi kursat, On 04/22/2016 01:34 PM, kursat wrote: Hi, While i am trying to drop packages, i interfere either strange error or totally wrong port stats. Is there a

Re: [ovs-discuss] can not ping host in VM when using dpdkvhostuser

2016-04-22 Thread Mauricio Vasquez
Hi Lui Chao, There is a known bug in ovs v2.5.0 that prevents vhost user receiving packets when a version of QEMU lower than 2.5.0 is used. (details at http://openvswitch.org/pipermail/dev/2016-March/068282.html). It has been fixed in the repository, then you should clone the ovs repo and use

[ovs-discuss] can not ping host in VM when using dpdkvhostuser

2016-04-22 Thread ????
Hi, I am following the guide: http://openvswitch.org/support/dist-docs-2.5/INSTALL.DPDK.md.html to deploy ovs + dpdk + qemu At last I find that, I can not ping br0 on host in the VM if I dump the packages with ovs-ofctl port 3: rx pkts=127, bytes=5646, drop=?, errs=0, frame=?, over=?, crc

Re: [ovs-discuss] packet drop error on ovs (with dpdk datapath)

2016-04-22 Thread Mauricio Vasquez
Hi kursat, On 04/22/2016 01:34 PM, kursat wrote: Hi, While i am trying to drop packages, i interfere either strange error or totally wrong port stats. Is there anyone who can guide me or idea about this issue. I am using dpdk with ovs. Dpdk version is*2.2.0* and ovs is *1cef5fff

[ovs-discuss] ovs-vswitchd thread works with 100% cpu usage.

2016-04-22 Thread 307419...@qq.com
hi, when I use scp command,cp a large file from outer server to a vm on another server. the vm is connect to a dpdk-ovs with a dpdkvhostuser port. and the dpdk-ovs has a dpdk type port dpdk0 to connect to outer. when scp works ,the speed of data transfer becomes slower and slower. in the server t

[ovs-discuss] performance problem of ovs-dpdk

2016-04-22 Thread 307419...@qq.com
hi I have meet a performance problem about ovs-dpdk. test with netperf. when test with tcpstream mode,it works good.but in tcp_RR and tcp_CRR mode,it works not good. test result: [root@node-4 ~]# for i in `seq 43 47`; do ip netns exec qrouter-0cea5044-82f1-4ee7-a290-17c528aacc9c netperf -t TCP_RR

[ovs-discuss] packet drop error on ovs (with dpdk datapath)

2016-04-22 Thread kursat
Hi, While i am trying to drop packages, i interfere either strange error or totally wrong port stats. Is there anyone who can guide me or idea about this issue. I am using dpdk with ovs. Dpdk version is*2.2.0* and ovs is *1cef5fff1da194c67e4c502b376b8cffdec79e8b* commit on master

[ovs-discuss] [question about openflow table in ovs]

2016-04-22 Thread lol
Hi, any one can tell me the arctitecture of flow table in ovs? we know that ovs have two level cache? The first level is microflow cache and the second is megaflow cache. But I donot know the difference between megaflow cache and openflow table, all of the use hash table? The openflow table a

Re: [ovs-discuss] [CudaMailTagged] OVN usage in Ubuntu-14.04

2016-04-22 Thread Troy
Dear Numan, Thanks for your patience, it really helps me a lot. And I run it successfully. but I still have some another questions in OVN usage, I am sorry to disturb you. When I used the OVN in my system, I followed the setup.sh of env1 of OVN-Tutorial.md. ovn-nbctl lswitch-add sw0 ovn-nb

[ovs-discuss] problem compiling ovs-2.3.2 extended with a new definition of action.

2016-04-22 Thread Haosen Wen
Hi all, I'm trying to add a new action, "FLAT" to ovs-2.3.2 action definitions. When compiling, I met the following errors: *lib/ofp-actions.c: In function 'ofpact_from_openflow11':* *lib/ofp-actions.c:1155:5: error: duplicate case value* *lib/ofp-util.def:66:1: error: previously used here* and

[ovs-discuss] [question about openflow table in ovs]

2016-04-22 Thread lol
Hi, any one can tell me the arctitecture of flow table in ovs? we know that ovs have two level cache? The first level is microflow cache and the second is megaflow cache. But I donot know the difference between megaflow cache and openflow table, all of the use hash table? The openflow table a