Re: [ovs-discuss] ovsdb-server process high cpu

2014-07-24 Thread Flavio Leitner
It seems you're using 1.11. Could you try with 2.1.x? fbl On Wed, Jul 23, 2014 at 01:20:43PM -0700, Tom Samburg wrote: > We are running in to some interesting conditions with openvswitch in our > environment.  We are running OVS on KVM (on RHEL 6.5).  We have an interface > (“production traffi

Re: [ovs-discuss] Gre tunnel segmenting packets to 1500 bytes

2014-07-24 Thread Flavio Leitner
On Thu, Jul 24, 2014 at 01:47:32PM +0200, Kristoffer Egefelt wrote: [...] > - Packets egressing openvswitch over a gre tunnel is segmented to > 1500 bytes. If I configure mtu 9000 in the VM, the packets are > segmented to 9000 bytes on the gre tunnel - in any case tcpdump in > the sending VM shows

Re: [ovs-discuss] OVS MPLS label switching across multiple vendors

2014-07-24 Thread Ben Pfaff
On Thu, Jul 24, 2014 at 12:44:35PM +0200, Prashanth Varma Manthena wrote: > I have a physical hybrid testbed network with OVS switches (i.e. Pica8 > hardware switches) as MPLS label edge routers and Juniper MPLS switches as > core MPLS label switching routers. > > I want the edge OVS switches to p

Re: [ovs-discuss] [controller-dev] Add a flow with action "go to table" from OpenDayLight controller to Open vSwitch ?

2014-07-24 Thread Rob Adams
Here's some code from my project that does it. Unfortunately it's quite complicated. some helper methods: protected FlowBuilder base() { return new FlowBuilder() .setTableId(getTableId()) .setBarrier(false) .setHardTimeout(0) .setIdleTim

Re: [ovs-discuss] Openvswitch bridge is not created properly sometimes

2014-07-24 Thread mageshgv
I has missed this earlier because the timestamps on OVS logs are not matching the system time. Here is the logs from OVS. The last few lines about non existent port 65534 and the netlink errors may be the relevant ones I hope: 2014-07-22T05:08:54.085Z|1|vlog|INFO|opened log file /var/log/open

Re: [ovs-discuss] [controller-dev] Add a flow with action "go to table" from OpenDayLight controller to Open vSwitch ?

2014-07-24 Thread Christopher O'SHEA
Hi Anhn, Please see https://wiki.opendaylight.org/view/Editing_OpenDaylight_OpenFlow_Plugin:End_to_End_Flows:Example_Flows#Output_to_TABLE Thanks Chris From: Anhn Nguyen mailto:nna4...@gmail.com>> Date: Wednesday, July 23, 2014 at 9:56 AM To: "controller-...@lists.opendaylight.org

[ovs-discuss] ovsdb-server process high cpu

2014-07-24 Thread Tom Samburg
We are running in to some interesting conditions with openvswitch in our environment.  We are running OVS on KVM (on RHEL 6.5).  We have an interface (“production traffic”) attached to OVS and our vm that is our router is connected to the vswitch.  Everything with that is working perfectly.  We

Re: [ovs-discuss] Hello version 0

2014-07-24 Thread Ben Pfaff
Send a patch that includes a test, and I'll apply it. On Thu, Jul 24, 2014 at 11:33:56AM -0400, Anup Khadka wrote: > Ben, > It was more about sanity tests on OVS than anything else (and hardware > switches using OVS as its stack). Naturally, if a controller is trying to > negotiate version 0x00, t

Re: [ovs-discuss] Hello version 0

2014-07-24 Thread Anup Khadka
Ben, It was more about sanity tests on OVS than anything else (and hardware switches using OVS as its stack). Naturally, if a controller is trying to negotiate version 0x00, there is something wrong with the controller, no question about it. The issue is not that. The issue was more about how OVS

Re: [ovs-discuss] Hello version 0

2014-07-24 Thread Ben Pfaff
On Wed, Jul 23, 2014 at 07:59:10PM -0400, Anup Khadka wrote: > If OVS receives a Hello packet with version set to 0, it logs an error > "received message while expecting hello" and change's vconn's state without > sending any message back to the controller. > > Is this a desired behavior? The stan

Re: [ovs-discuss] Openvswitch bridge is not created properly sometimes

2014-07-24 Thread Ben Pfaff
On Thu, Jul 24, 2014 at 09:15:35AM +0530, mageshgv wrote: > I has missed this earlier because the timestamps on OVS logs are not > matching the system time. > > Here is the logs from OVS. The last few lines about non existent port 65534 > and the netlink errors may be the relevant ones I hope: Th

Re: [ovs-discuss] detecting supported port types and enabling dpdk datapaths in OpenStack

2014-07-24 Thread Mooney, Sean K
Hi, While probing would determine if a feature exists I'm not sure it could be done with the current OpenStack workflow. In OpenStack the decision of what interface to use is made by neutron(networking project) however adding the port to and ovs bridge Is done by nova(compute project) when a vm

[ovs-discuss] Gre tunnel segmenting packets to 1500 bytes

2014-07-24 Thread Kristoffer Egefelt
Hi, I’m looking into how this is possible http://opencontrail.org/evaluating-opencontrail-virtual-router-performance/ achieving 10G line rate between two VMs on different hypervisors over a tunnel using MTU 1500 in the VMs. I see (at least) two possible issues with my setup: - Packets egressi

Re: [ovs-discuss] [controller-dev] Add a flow with action "go to table" from OpenDayLight controller to Open vSwitch ?

2014-07-24 Thread Anhn Nguyen
Thank you all for your reply. Hope that I can find something :) @Christopher: I think TABLE in this page mentions to a logical port, not the table in "table group". On 23 July 2014 19:07, Rob Adams wrote: > Here's some code from my project that does it. Unfortunately it's quite > complicated.

[ovs-discuss] OVS MPLS label switching across multiple vendors

2014-07-24 Thread Prashanth Varma Manthena
Hello Ben and others, I have a physical hybrid testbed network with OVS switches (i.e. Pica8 hardware switches) as MPLS label edge routers and Juniper MPLS switches as core MPLS label switching routers. I want the edge OVS switches to push MPLS labels on to the incoming flow traffic and the core