Re: [ovs-discuss] Slow ovsdb-server performance issue with lots of tunnel ports on switch with embedded SoC.

2014-09-24 Thread 张东亚
Hi Ben, Thanks a lot for your advice, yes, it's fast if we add 1000 tunnels in one transaction, however, our user create/delete tunnels reactivelly according to the traffic between the two VTEPS. I also want to precreate 1000 tunnels and let user modify the tunnels as they needed, since the

Re: [ovs-discuss] OVS 2.3.0 and RHEL7 kernel

2014-09-24 Thread Flavio Leitner
On Mon, Sep 22, 2014 at 01:25:24PM -0700, Pravin Shelar wrote: > On Thu, Sep 18, 2014 at 10:30 PM, Dietmar Maurer wrote: > > Is there a patch to compile OVS 2.3.0 with latest RHEL7 kernel? > > > I do not think there is patch to fix it. > > Flavio, > Is anyone from Redhat working on this? No, not

Re: [ovs-discuss] Status of DPDK in OVS

2014-09-24 Thread Justin Pettit
On September 24, 2014 at 3:26:40 PM, MCGRATH, GIL (gm2...@att.com) wrote: > Can I try it - is it stable enough ? Does the does say enough to set it up? It's definitely stable enough to try out, but I wouldn't run it in production yet.  We know that there are a couple of issues related to multi-th

Re: [ovs-discuss] Status of DPDK in OVS

2014-09-24 Thread MCGRATH, GIL
Can I try it - is it stable enough ? Does the does say enough to set it up? Sent from my iPhone > On Sep 24, 2014, at 5:49 PM, Justin Pettit wrote: > >> On September 19, 2014 at 9:39:09 AM, MCGRATH, GIL (gm2...@att.com) wrote: >> I am looking into the use of DPDK with OVS. >> >> I am a bit con

Re: [ovs-discuss] Status of DPDK in OVS

2014-09-24 Thread Justin Pettit
On September 19, 2014 at 9:39:09 AM, MCGRATH, GIL (gm2...@att.com) wrote: > I am looking into the use of DPDK with OVS. > > I am a bit confused on the following: > > * What is the status of DPDK support in OVS? It's still a work in progress, but it is functional in our "master" branch, and we

Re: [ovs-discuss] VXLAN under OVS

2014-09-24 Thread Jaime Pillora
So I’m now using option:key=1 and 2 instead of key=flow. I’m attempting to tag 1 -> 2 with VNID 2, and 2 -> 1 with VNID 1. *** Setting VXLAN 1 -> 2 ovs-vsctl set bridge s1 protocols=OpenFlow13 ovs-vsctl add-port s1 vx1 -- set interface vx1 type=vxlan option:remote_ip=localhost option:key=1 ofport_

Re: [ovs-discuss] VXLAN under OVS

2014-09-24 Thread Jaime Pillora
Sorry, I should have clarified, 172.16.4.1 is a dummy UDP server reflecting packets back to the sender (since localhost wasn’t working). Indeed VXLAN packets are arriving on the dummy server, though they’re not being accepted back by OVS. I was hoping to specify the VNID in flows as it much more dy

Re: [ovs-discuss] VXLAN under OVS

2014-09-24 Thread Jaime Pillora
#switch 1 sh ovs-vsctl add-port s1 vx1 -- set interface vx1 type=vxlan option:remote_ip=172.16.4.1 option:key=flow ofport_request=11 sh ovs-ofctl add-flow s1 'in_port=11,tun_id=2,actions=output:1' sh ovs-ofctl add-flow s1 'in_port=1,actions=set_field:1->tun_id,output:11' #switch 2 sh ovs-vsctl add

Re: [ovs-discuss] A Question About How to Capture and Modify OpenFlow Message Body in Open vSwitch

2014-09-24 Thread Ben Pfaff
On Mon, Sep 22, 2014 at 06:14:36PM -0600, Vivien X.W. Liu wrote: > I am currently working on a project that needs to use Open vSwitch, and > modify the body of every OpenFlow message that is sent back and forward > between the SDN controller and the Open vSwitch (body here means the rest > of the b

Re: [ovs-discuss] ping problem between internal port and netdev port

2014-09-24 Thread Ben Pfaff
On Mon, Sep 22, 2014 at 08:06:50PM +0800, ychen wrote: >I found that internal port and netdev port can not ping each other, can > you tell me why? > The topology is like this: > p0: type=internal, tag=100, vlan_mode=access, ip=192.168.1.100/24, br0, > namespace ns0 > eth0: type=netndev, t

Re: [ovs-discuss] Slow ovsdb-server performance issue with lots of tunnel ports on switch with embedded SoC.

2014-09-24 Thread Ben Pfaff
On Wed, Sep 24, 2014 at 03:59:03PM +0800, ?? wrote: > We have used ovsdb-server/openvswitch for a long time on our switch > which use an freescale SoC p1010 with cpu core frequency set to 533Mhz, > recently we want to add 1000 GRE tunnel ports support to our switch, > however, we have observed

[ovs-discuss] Packets get lost somewhere while returning from external network (VXLAN, two nodes)

2014-09-24 Thread Edgaras
Hello, I'm using OpenStack icehouse and OpenvSwitch 2.1.3 The problem is that packets from VM's can go out, but never return to VM's. # # Cluster setup is as follows: # Compute node 2: Vxlan: 192.168.100.2 Compute node 4: Vxlan: 192.168.100.4 Network node: Vxlan: 192.

[ovs-discuss] Slow ovsdb-server performance issue with lots of tunnel ports on switch with embedded SoC.

2014-09-24 Thread 张东亚
Hi all, We have used ovsdb-server/openvswitch for a long time on our switch which use an freescale SoC p1010 with cpu core frequency set to 533Mhz, recently we want to add 1000 GRE tunnel ports support to our switch, however, we have observed significant slow down when we trying to configure more

Re: [ovs-discuss] Meter IDs and meter cleanup on disconnect

2014-09-24 Thread Gur Stavi
Resending the message since commands were scrambeled. I didn't ask for any mode in purpose I used the commands below to initialize OVS. Nevertheless, I do like the fact that flows are getting deleted, I just think that meters should be deleted as well. ovsdb-server --remote=punix:/var/run/openv

Re: [ovs-discuss] Meter IDs and meter cleanup on disconnect

2014-09-24 Thread Gur Stavi
I didn't ask for any mode in purpose I used the commands below to initialize OVS. Nevertheless, I do like the fact that flows are getting deleted, I just think that meters should be deleted as well. ovsdb-server --remote=punix:/var/run/openvswitch/db.sock --pidfile --detach ovs-vsctl --no-wait -