[ovs-discuss] Port mirroring in OVS

2015-01-20 Thread Fan Du
Here is steps I'm trying to play with port mirror on OVS: 1. INPORT=tap0 2. #OUTPORT=ens806f0 3. OUTPORT=tap1 4. ovs-vsctl -- --id=@m get mirror mymirror -- remove bridge ovs-usw0 mirrors @m 5. ovs-vsctl -- --id=@m create mirror name=mymirror -- add bridge ovs-usw0 mirrors @m 6. ovs-vsctl -- --

Re: [ovs-discuss] Need steps for submitting a patch to the OVS code repository

2015-01-20 Thread Gurucharan Shetty
On Tue, Jan 20, 2015 at 3:06 PM, Shankari Vaidyalingam wrote: > Hi, > > Would be great if someone can let me know the stepwise instructions for > submitting a patch into the OVS code repository. https://github.com/openvswitch/ovs/blob/master/CONTRIBUTING.md I would suggest that you send an e-mai

[ovs-discuss] Need steps for submitting a patch to the OVS code repository

2015-01-20 Thread Shankari Vaidyalingam
Hi, Would be great if someone can let me know the stepwise instructions for submitting a patch into the OVS code repository. Regards Shankari.V ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] Rejecting flow-mod from a slave controller

2015-01-20 Thread Ben Pfaff
The OF1.2 feature was based on an Open vSwitch extension to OpenFlow first implemented for OF1.0. We need to continue supporting that extension. On Tue, Jan 20, 2015 at 05:12:30PM -0500, Anup Khadka wrote: > Do OpenFlow versions prior to OF 1.2 even support the concept of slave > controllers? I c

Re: [ovs-discuss] Rejecting flow-mod from a slave controller

2015-01-20 Thread Anup Khadka
I can create a patch for this if you want me to. Thank you, Anup On Tue, Jan 20, 2015 at 5:12 PM, Anup Khadka wrote: > Do OpenFlow versions prior to OF 1.2 even support the concept of slave > controllers? I couldn't find anything in the specs. > > On Tue, Jan 20, 2015 at 4:24 PM, Ben Pfaff wro

Re: [ovs-discuss] Rejecting flow-mod from a slave controller

2015-01-20 Thread Anup Khadka
Do OpenFlow versions prior to OF 1.2 even support the concept of slave controllers? I couldn't find anything in the specs. On Tue, Jan 20, 2015 at 4:24 PM, Ben Pfaff wrote: > On Tue, Jan 20, 2015 at 03:55:57PM -0500, Anup Khadka wrote: > > I have noticed that OVS rejects flow-mod request from a

Re: [ovs-discuss] Rejecting flow-mod from a slave controller

2015-01-20 Thread Ben Pfaff
On Tue, Jan 20, 2015 at 03:55:57PM -0500, Anup Khadka wrote: > I have noticed that OVS rejects flow-mod request from a slave-controller > with an OFPBRC_EPERM request code. Isn't the more appropriate code here is: > OFPBRC_IS_SLAVE? > > Same thing when a slave controller sends a packet out. That

[ovs-discuss] Rejecting flow-mod from a slave controller

2015-01-20 Thread Anup Khadka
Hello, I have noticed that OVS rejects flow-mod request from a slave-controller with an OFPBRC_EPERM request code. Isn't the more appropriate code here is: OFPBRC_IS_SLAVE? Same thing when a slave controller sends a packet out. Thanks, Anup ___ discuss

Re: [ovs-discuss] OVS with DPDK, packets going to error

2015-01-20 Thread Adrian Poiget
I configure 64 Bytes with Ixia, but the size fixed by Ixia is 66B I don"t know why (maybe caused by 64b/66b encoding ?) With the same configuration of Ixia , I try ovdk and I reached 6.3 Mpps whereas with ovs DPDK it's only few thousands. I investigate more and I found that the errors are du to th

Re: [ovs-discuss] Enable OpenFlow 1.3 permanently on OVS 1.11.0

2015-01-20 Thread Ben Pfaff
Please don't drop the mailing list. On Tue, Jan 20, 2015 at 04:21:50PM +0100, Kevin Neuenfeldt wrote: > Am 20.01.2015 um 15:37 schrieb Ben Pfaff: > >On Tue, Jan 20, 2015 at 03:07:43PM +0100, Kevin Neuenfeldt wrote: > >>So is there any possibility to enable OpenFlow 1.3 globally and > >>permanently

Re: [ovs-discuss] Machine not pingable after OVS upgrade.

2015-01-20 Thread Gurucharan Shetty
On Mon, Jan 19, 2015 at 6:58 AM, Sudipta Biswas3 wrote: > Hi all, > > I had the following configuration: > > ovs-vsctl show > Bridge br-ex > Port "eth0" > Interface "eth0" > Port br-ex > Interface br-ex > type: internal > > eth0 being the

Re: [ovs-discuss] Enable OpenFlow 1.3 permanently on OVS 1.11.0

2015-01-20 Thread Ben Pfaff
On Tue, Jan 20, 2015 at 03:07:43PM +0100, Kevin Neuenfeldt wrote: > for my bachelor thesis I am trying to implement an application on the Ryu > controller platform. For this purpose I downloaded the VM image from their > website which has mininet, OpenVSwitch and Ryu preinstalled and > preconfigure

[ovs-discuss] Enable OpenFlow 1.3 permanently on OVS 1.11.0

2015-01-20 Thread Kevin Neuenfeldt
Hi, for my bachelor thesis I am trying to implement an application on the Ryu controller platform. For this purpose I downloaded the VM image from their website which has mininet, OpenVSwitch and Ryu preinstalled and preconfigured. OVS is included in version 1.11.0 and OpenFlow 1.3 is disabl

Re: [ovs-discuss] 2.3.0/1 installation issues

2015-01-20 Thread Giuseppe Cofano
Thank you, it worked. Giuseppe 2015-01-20 0:40 GMT+01:00 Ben Pfaff : > Oh, maybe I see the problem: this folder is on a non-Unix fiale system > so it's probably not possible to have Unix sockets there. I'd think > that this would properly produce a different error (not ENOENT) but who > knows