Re: [ovs-discuss] MPLS encapsulated UDP traffic not forwarded

2017-05-30 Thread f 62
Check your ovs-vswitchd log. You should see error log messages. On Fri, May 12, 2017 at 7:29 PM, Sidhant Hasija wrote: > Hello, > > I have noticed that MPLS encapsulated UDP packets are not forwarded out of > the openvswitch() port. > Following is the description of it. > > The relevant flows in

[ovs-discuss] socket handle leak when pkill/kill -9 ovsdb-server/ovs-vswitchd

2017-05-30 Thread fukaige
I am using ovs-2.5.2 and find there may be socket handle leak when kill ovsdb-server/ovs-vswitchd thread. When I use “pkill -9 ovs-vswitchd” kill ovs-vswitchd thread and restart it, the socket file “ovs-vswitchd.12237.ctl” isn’t closed. LOG: linux-tpHwIF:~ # ll /var/run/openvswitch/ total 8 srw

Re: [ovs-discuss] ovs-ofctl add-meter command limit rate can work ?

2017-05-30 Thread Andy Zhou
On Fri, May 26, 2017 at 7:50 PM, 爬山虎 wrote: > > > I have saw this patch at "https://patchwork.ozlabs.org/patch/731701/";. We > have build and run at our centos-7.10 OS. > > 1) But i and my colleague don't know how to use the , can you give some > example about the command line operation. Some co

Re: [ovs-discuss] GOTO_TABLE jumping back to lower numbered table

2017-05-30 Thread Ben Pfaff
On Tue, May 30, 2017 at 09:51:58AM -0700, Saurabh Shrivastava (सौरभ श्रीवास्तव) wrote: > GOTO_TABLE only allows jumping to a higher number table. Is it to prevent > loops? Is there a way to bypass this restriction? > > BTW man page for GOTO_TABLE doesnt state this restriction. OpenFlow restricts

[ovs-discuss] GOTO_TABLE jumping back to lower numbered table

2017-05-30 Thread सौरभ श्रीवास्तव
Dear All, GOTO_TABLE only allows jumping to a higher number table. Is it to prevent loops? Is there a way to bypass this restriction? BTW man page for GOTO_TABLE doesnt state this restriction. Thanks -- Saurabh (सौरभ) ___ discuss mailing list disc...@o

Re: [ovs-discuss] OpenFlow stack protocol written in Java fro the switch

2017-05-30 Thread Ben Pfaff
Since you're not talking about Open vSwitch, you might want to find someplace other than ovs-discuss to ask your question. I imagine that there is a Floodlight mailing list around somewhere. On Tue, May 30, 2017 at 06:30:20PM +0200, Simone Aglianò wrote: > I m not talking about Open vSwitch but I

Re: [ovs-discuss] Unable to configure OVS with DPDK in CentOS 7.2.1511

2017-05-30 Thread Mohanraj Venkat
Hi Lan, Thanks for the information. I am able to build now. Regards, Mohan On Mon, May 29, 2017 at 8:16 PM, Stokes, Ian wrote: > Hi Mohan, > > > > OVS 2.5.2 is not compatible with DPDK 16.11.1. OVS 2.5 can be used with > DPDK 2.2. > > > > The mapping of supported OVS and DPDK versions are ava