[ovs-discuss] How to support the ovs-group command?

2015-01-30 Thread yuanfeng (A)
Hi All, Can anyone please tell me about the ovs-version and the OpenFlow13 group operation, I tried the group command to test the multipath function and found problem as below [root@controller ~]# ovs-ofctl -O OpenFlow13 add-group $BRIDGE_NAME group_id=5566,type=select,bucket=output:1,

Re: [ovs-discuss] ovs-docker question

2015-01-30 Thread Ashok Chippa
May be another issue with ovs-docker?: Things work fine with --net=none. But I ran into this issue: 1. I create a container with --net=none. 2. I connect the vswitch to container: ovs-docker add-port root@ashok-vb:~# ovs-docker add-port br-int eth0 25021347059d 2.2.2.2 root@25021347059d:/# ifco

Re: [ovs-discuss] ovs-docker question

2015-01-30 Thread Ashok Chippa
Yes, I just read this issue with routing entry on google... :) for example with dhcp lease renewal... Thanks for your time... appreciate it. On Fri, Jan 30, 2015 at 8:28 PM, Gurucharan Shetty wrote: > On Fri, Jan 30, 2015 at 8:26 PM, Ashok Chippa > wrote: > > Disclaimer: I am not a linux netw

Re: [ovs-discuss] ovs-docker question

2015-01-30 Thread Ashok Chippa
Ah yes, thank you, I remember now. I had this working before (after of course reading the relevant documentation) and now I remember starting the container with --net=none. I am revisiting this after a few weeks and had forgotten about this, and started the containers without --net=none. Thanks a

Re: [ovs-discuss] ovs-docker question

2015-01-30 Thread Gurucharan Shetty
On Fri, Jan 30, 2015 at 8:26 PM, Ashok Chippa wrote: > Disclaimer: I am not a linux network expert... that's why I am struggling > with this a bit... > > root@ashok-vb:/usr/local/bin# ovs-docker add-port br-int eth0 46524ba3123a > 1.1.1.1 > RTNETLINK answers: File exists > RTNETLINK answers: File

Re: [ovs-discuss] ovs-docker question

2015-01-30 Thread Ashok Chippa
Disclaimer: I am not a linux network expert... that's why I am struggling with this a bit... root@ashok-vb:/usr/local/bin# ovs-docker add-port br-int eth0 46524ba3123a 1.1.1.1 RTNETLINK answers: File exists RTNETLINK answers: File exists I can just remove the file if I knew which file it is compl

Re: [ovs-discuss] ovs-docker question

2015-01-30 Thread Gurucharan Shetty
On Fri, Jan 30, 2015 at 8:12 PM, Ashok Chippa wrote: > Thanks, I figured the stray i/f issue. I looked at your script as well... > quite straightforward... > > Any idea why this is happening: > > root@ashok-vb:/usr/local/bin# ovs-docker add-port br-int eth0 46524ba3123a > 1.1.1.1 > RTNETLINK answe

Re: [ovs-discuss] ovs-docker question

2015-01-30 Thread Ashok Chippa
Thanks, I figured the stray i/f issue. I looked at your script as well... quite straightforward... Any idea why this is happening: root@ashok-vb:/usr/local/bin# ovs-docker add-port br-int eth0 46524ba3123a 1.1.1.1 RTNETLINK answers: File exists RTNETLINK answers: File exists I googled and tried

Re: [ovs-discuss] ovs-docker question

2015-01-30 Thread Ashok Chippa
Hoping someone can answer this... root@ashok-vb:~# ovs-docker add-port br-int eth0 051d80c13ef6 1.1.1.1 RTNETLINK answers: File exists RTNETLINK answers: File exists root@ashok-vb:~# ovs-docker del-port br-int eth0 051d80c13ef6 root@ashok-vb:~# ovs-docker add-port br-int eth0 051d80c13ef6 1.1.1.1

Re: [ovs-discuss] ovs-docker question

2015-01-30 Thread Gurucharan Shetty
> On Jan 30, 2015, at 5:26 PM, Ashok Chippa wrote: > > ovs-docker seems to be a bit buggy... after creating/deleting/creating > containers, I got into a situation where a stray port on the openvswitch > remains... Before you delete the containers, do you delete the ports using del-port comma

Re: [ovs-discuss] patch

2015-01-30 Thread Ashok Chippa
I have mentioned several issues (sorry), which exactly are you asking for? Showing tables with 0 active flows? On Fri, Jan 30, 2015 at 5:25 PM, Justin Pettit wrote: > Can you provide an example from the shell output? I've never seen that. > > --Justin > > > On Jan 30, 2015, at 5:05 PM, Ashok Ch

Re: [ovs-discuss] patch

2015-01-30 Thread Justin Pettit
Look in the FAQ about "hidden" flows. --Justin > On Jan 30, 2015, at 5:13 PM, Ashok Chippa wrote: > > root@ashok-vb:/usr/local/bin# ovs-ofctl del-flows br-int > root@ashok-vb:/usr/local/bin# ovs-ofctl dump-tables br-int > OFPST_TABLE reply (xid=0x2): 254 tables > 0: classifier: wild=0x3

Re: [ovs-discuss] ovs-docker question

2015-01-30 Thread Ashok Chippa
I figured out the answer for my first question: ovs-docker del-port... The second question is still pending... On Fri, Jan 30, 2015 at 5:01 PM, Ashok Chippa wrote: > Hi Gurucharan, > > Any idea how to work around this issue: > > root@ashok-vb:/usr/local/bin# ovs-docker add-port br-int eth0 > 465

Re: [ovs-discuss] ovs-docker question

2015-01-30 Thread Ashok Chippa
ovs-docker seems to be a bit buggy... after creating/deleting/creating containers, I got into a situation where a stray port on the openvswitch remains... root@ashok-vb:~# ifconfig c7ef9934c0e44_l Link c7ef9934c0e44encap:Ethernet HWaddr ca:40:32:35:a6:8c UP BROADCAST MULTICAST MTU:150

Re: [ovs-discuss] patch

2015-01-30 Thread Justin Pettit
Can you provide an example from the shell output? I've never seen that. --Justin > On Jan 30, 2015, at 5:05 PM, Ashok Chippa wrote: > > Sorry, I meant del-flows... I mistyped it... del-flows does not work!!! > > Out of 11 flows, it deleted 1 flow, and repeated commands to del-flows did > n

Re: [ovs-discuss] patch

2015-01-30 Thread Ashok Chippa
root@ashok-vb:/usr/local/bin# ovs-ofctl del-flows br-int root@ashok-vb:/usr/local/bin# ovs-ofctl dump-tables br-int OFPST_TABLE reply (xid=0x2): 254 tables 0: classifier: wild=0x3f, max=100, active=10 lookup=0, matched=0 1: table1 : wild=0x3f, max=100, active=0

Re: [ovs-discuss] patch

2015-01-30 Thread Ashok Chippa
Sorry, I meant del-flows... I mistyped it... del-flows does not work!!! Out of 11 flows, it deleted 1 flow, and repeated commands to del-flows did not have any effect!!! On Fri, Jan 30, 2015 at 2:51 PM, Justin Pettit wrote: > > > On Jan 30, 2015, at 2:22 PM, Ashok Chippa wrote: > > > > Is the

[ovs-discuss] ovs-docker question

2015-01-30 Thread Ashok Chippa
Hi Gurucharan, Any idea how to work around this issue: root@ashok-vb:/usr/local/bin# ovs-docker add-port br-int eth0 46524ba3123a 1.1.1.1 RTNETLINK answers: File exists RTNETLINK answers: File exists I reinstalled the openvswitch and recreated the containers and tried ovs-docker again and ran in

Re: [ovs-discuss] Tunneling and vhost support for dpdk

2015-01-30 Thread Traynor, Kevin
> -Original Message- > From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of MCGRATH, > GIL > Sent: Friday, January 30, 2015 3:53 PM > To: Justin Pettit; Ben Pfaff > Cc: discuss@openvswitch.org > Subject: Re: [ovs-discuss] Tunneling and vhost support for dpdk > > Checking a

Re: [ovs-discuss] Status of OVS + dpdk + documentation

2015-01-30 Thread Traynor, Kevin
> -Original Message- > From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Amy Fong > Sent: Wednesday, January 28, 2015 5:03 PM > To: Gurucharan Shetty > Cc: discuss > Subject: Re: [ovs-discuss] Status of OVS + dpdk + documentation > > On Wed, Jan 28, 2015 at 08:30:08AM -0

Re: [ovs-discuss] [ dpdk-pktgen execution issue ] Error: Didn't find any ports to use

2015-01-30 Thread Traynor, Kevin
> -Original Message- > From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Ben Pfaff > Sent: Friday, January 30, 2015 8:20 PM > To: Arkajit Ghosh > Cc: discuss > Subject: Re: [ovs-discuss] [ dpdk-pktgen execution issue ] Error: Didn't find > any ports to use > > On Fri, Ja

Re: [ovs-discuss] patch

2015-01-30 Thread Justin Pettit
> On Jan 30, 2015, at 2:22 PM, Ashok Chippa wrote: > > Is there a cli command to clear flows in a table? ovs-ofctl del-flow > does not work!! As Ben mentioned, this should work. However, the command is "del-flows", not "del-flow". --Justin _

Re: [ovs-discuss] patch

2015-01-30 Thread Ben Pfaff
On Fri, Jan 30, 2015 at 02:22:55PM -0800, Ashok Chippa wrote: > Would it be possible to get a patch for the bug I reported, where only one > flow is being shown (with ovs-ofctl dump-flows...) when there are actually > more than 1 flows? The patch is on master. I'll append it to this email also.

[ovs-discuss] patch

2015-01-30 Thread Ashok Chippa
Hi Ben, Would it be possible to get a patch for the bug I reported, where only one flow is being shown (with ovs-ofctl dump-flows...) when there are actually more than 1 flows? Please let me know how I can get the fix? Should I pull a master copy of openvswitch or is there a simpler way of gettin

Re: [ovs-discuss] Configure sampling rate

2015-01-30 Thread Ben Pfaff
On Wed, Jan 21, 2015 at 09:29:33AM -0800, Ben Pfaff wrote: > On Wed, Jan 21, 2015 at 11:50:10PM +0800, K 華 wrote: > > I tried to change sampling rate in sflow table by sending JSON to OVSDB. > > I found that sampling rate would be configured after sending JSON to OVSDB, > > but it did not work imm

Re: [ovs-discuss] Multicast Listener Discovery Snooping

2015-01-30 Thread Ben Pfaff
On Thu, Jan 29, 2015 at 02:47:24PM -0500, Bill Michalowski wrote: > Is there a current time frame with regards to adding Multicast Listener > Discovery (MLD) snooping to Open vSwitch? I am not aware of anyone working on this. ___ discuss mailing list dis

Re: [ovs-discuss] [ dpdk-pktgen execution issue ] Error: Didn't find any ports to use

2015-01-30 Thread Ben Pfaff
On Fri, Jan 30, 2015 at 12:20:00PM +0530, Arkajit Ghosh wrote: > Facing issue during the execution of dpdk-pktgen. Please find the below > details: Are you sure that this is an Open vSwitch issue? The OVS source tree doesn't contain the term "pktgen" anywhere, so I don't think that dpdk-pktgen i

Re: [ovs-discuss] How to create multiple interfaces in a port

2015-01-30 Thread Gurucharan Shetty
On Fri, Jan 30, 2015 at 2:34 AM, Flora Mittal wrote: > Hi All, > > Can anyone please tell us the ovs-vsctl command to have multiple > interfaces in a port. You usually add multiple interfaces to a port for bonding. If that is what you wanted to do, then something like this: ovs-vsctl -v add

[ovs-discuss] How to create multiple interfaces in a port

2015-01-30 Thread Flora Mittal
Hi All, Can anyone please tell us the ovs-vsctl command to have multiple interfaces in a port. Thanks. ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] Tunneling and vhost support for dpdk

2015-01-30 Thread MCGRATH, GIL
Checking again on whether support for VhostNet is integrated in OVS DPDK yet - if so I assume I can just use the version from trunk in github. On 11/22/14, 6:55 PM, "Justin Pettit" wrote: > >> On Nov 22, 2014, at 10:42 AM, Ben Pfaff wrote: >> >> On Sat, Nov 22, 2014 at 03:00:48PM +, MCG

[ovs-discuss] Using OVS to replicate a physical network

2015-01-30 Thread Andrew Ragusa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Everyone I'm trying to use MiniNet + OVS to replicate a physical openflow network. I've run into a few stumbling blocks, specifically with the re-use of interface names. Has anyone tried this before? I've made a few modifications and I'm close t