Re: [ovs-discuss] mirror ports on multiple bridges - egress problem

2016-09-16 Thread Zoltán Balogh
Hi Ben, I tested your patch on latest master commit. $ git rev-parse HEAD 258b27d35a8aad8231f8c5308b0d5232dc966915 Mirroring works fine in my setup. The patch fixed the reported mirroring issue. Could you please add Sugesh Chandran as reporter to the commit log too? We were working together wh

Re: [ovs-discuss] Fwd: Re: Errors while installing in dpdk in ubuntu 14.04

2016-09-16 Thread Mauricio Vasquez
On 09/15/2016 09:08 AM, Lakshmi Kotla/HYD/TCS wrote: Topology is 2 Simple ports with a Single Bridge as shown below (with OVS and DPDK installed on Ubuntu 14.04): ovs-vsctl add-br bridge0 -- set bridge bridge0 datapath_type=netdev ovs-vsctl add-port bridge0 dpdk0 -- set Interface dpdk0 type=d

[ovs-discuss] Failed to add port

2016-09-16 Thread Randolph Hill
I would like to understand the following error when adding a port root@Ipnu-Nesia:/var/log/openvswitch# ovs-vsctl add-port ovsbr0 eno1 ovs-vsctl: Error detected while setting up 'eno1'.  See ovs-vswitchd log for details. Here is the error message from the log file 2016-09-16T09:56:25.566Z

Re: [ovs-discuss] Weird problem with openvswitch module

2016-09-16 Thread Markos Chandras
Hi, Well it's been a while but I was wondering if you managed to find the root for this problem. -- markos SUSE LINUX GmbH | GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) Maxfeldstr. 5, D-90409, Nürnberg ___ discuss maili

[ovs-discuss] GRE over IPsec on Open vSwitch

2016-09-16 Thread mrityunjay.kumar2
Hi Please send me proper document/link for GRE over IPsec on Open vSwitch. Regards Mrityunjay The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged in

[ovs-discuss] OVS 2.5 crashes when setting n-dpdk-rxqs to 64 w/ two dpdk ports.

2016-09-16 Thread John Phillips
When I try to set other_config:n-dpdk-rxqs to 64 with two intel niantic dpdk ports on a single dpdk bridge, the bridge instance will 'crash' - I can't access it's flows through ovs-ofctl commands. I am running an OVS from the 2.5 branch, specifically commit ID b3e263929a7a00c96a1329f93f1b8fce58

Re: [ovs-discuss] mirror ports on multiple bridges - egress problem

2016-09-16 Thread Ben Pfaff
Thanks for testing! I applied this to master, branch-2.6, and branch-2.5, adding Sugesh as reporter. On Fri, Sep 16, 2016 at 08:34:55AM +, Zoltán Balogh wrote: > > Hi Ben, > > I tested your patch on latest master commit. > $ git rev-parse HEAD > 258b27d35a8aad8231f8c5308b0d5232dc966915 >

Re: [ovs-discuss] Failed to add port

2016-09-16 Thread Ben Pfaff
On Fri, Sep 16, 2016 at 10:00:33AM +, Randolph Hill wrote: > I would like to understand the following error when adding a port > > > > root@Ipnu-Nesia:/var/log/openvswitch# ovs-vsctl add-port ovsbr0 eno1 > ovs-vsctl: Error detected while setting up 'eno1'.  See ovs-vswitchd log for > detail

Re: [ovs-discuss] vswitchd restart and bond interfaces

2016-09-16 Thread my_ovs_discuss
Some more observations. If I kill ovsdb-server first and then vswitchd, then things are working fine.But, if vswitchd is killed first and then ovsdb-server, then bond's members are coming up as disabled. Is there something that is being carried over from previous instance or not cleaned up prope

Re: [ovs-discuss] Weird problem with openvswitch module

2016-09-16 Thread Ben Pfaff
On Fri, Sep 16, 2016 at 11:26:07AM +0100, Markos Chandras wrote: > Well it's been a while but I was wondering if you managed to find the > root for this problem. I've never heard of this problem and it doesn't make much sense. Probably, you should investigate it yourself. _

Re: [ovs-discuss] Failed to add port

2016-09-16 Thread Randolph Hill
Thank I will check that Get Outlook for Android On Sat, Sep 17, 2016 at 1:48 AM +0800, "Ben Pfaff" wrote: On Fri, Sep 16, 2016 at 10:00:33AM +, Randolph Hill wrote: > I would like to understand the following error when adding a port > > > > root@Ipnu-Nesia:/var/log/openv