Re: [ovs-discuss] tc ingress qdisc of tapB disappeared when del-port tapA from bridge

2015-08-19 Thread Ben Pfaff
On Thu, Aug 20, 2015 at 10:59:36AM +0800, ychen wrote: > 1. maybe I am not clearly describe this question. >what I am want to find out is why VALID_POLICING is still set when > kbits_rate equals to 0? > in openvsiwthc document, it says: > > ingress_policing_rate: integer, at least 0 >

Re: [ovs-discuss] GRE ports missing in ovs-dpctl

2015-08-19 Thread Ben Pfaff
On Fri, Aug 14, 2015 at 07:39:50PM +0530, Abhishek Verma wrote: > I downloaded the latest OVS code from the git repository and i notice that > i dont see the GRE ports as separate ports in the data plane. There now > appears only one GRE port gre_sys that represents all the GRE ports in the > syste

Re: [ovs-discuss] Deleting internal ports takes too long

2015-08-19 Thread Ben Pfaff
On Thu, Aug 13, 2015 at 12:16:53PM -0700, Han Zhou wrote: > On Thu, Aug 13, 2015 at 9:52 AM, Flavio Leitner wrote: > > > > You could try deleting a bunch of interfaces at once to avoid the > > cost of reading all the configuration on every operation. > > > > ovs-vsctl del-port -- del-port ...

Re: [ovs-discuss] could we mirror the packages of patch port?

2015-08-19 Thread Ben Pfaff
On Thu, Aug 13, 2015 at 02:05:12PM +0800, 948676...@qq.com wrote: > What do you mean about "It doesn't look like it",do you mean that > the bug he reported exists and this problem isn't fixed yet? I don't think the bug is fixed. Please consider submitting a fix.

Re: [ovs-discuss] Multipart request interleaving with individual request

2015-08-19 Thread Ben Pfaff
On Tue, Aug 11, 2015 at 10:27:25PM +0530, hariharan_sethura...@dell.com wrote: > I am working in opendaylight. Would like to get the following clarified. > > > 1. Can a multipart reply mix up with individual reply causing invoking > client out of sync with OVS? > > For example: > ofp_port

Re: [ovs-discuss] _APPLY_ vs _WRITE_ actions

2015-08-19 Thread Ben Pfaff
On Mon, Aug 10, 2015 at 02:42:18PM -0500, David Evans wrote: > I would like to OFPTFPT13_APPLY_ACTIONS and have have subsequent table > matches on the modified packet. > The OpenFlow spec indicates that apply actions are applied immediately, and > the matches defined in subsequent tables are tests

Re: [ovs-discuss] Arguments to memcmp() must be nonnull

2015-08-19 Thread Ben Pfaff
On Mon, Aug 10, 2015 at 03:46:45PM +0530, neeraj mehta wrote: > Hi, > > There is a possible defect in "utilities/ovs-ofctl.c" line 2013 OVS-2.3.2. > > In ovs-ofctl.c, NULL(in certain conditions) being passed as argument in > memcmp(). > ISO C says that the arguments to memcmp() must not be NULL.

Re: [ovs-discuss] tc ingress qdisc of tapB disappeared when del-port tapA from bridge

2015-08-19 Thread ychen
1. maybe I am not clearly describe this question. what I am want to find out is why VALID_POLICING is still set when kbits_rate equals to 0? in openvsiwthc document, it says: ingress_policing_rate: integer, at least 0 Maximum rate for data received on this interface, in kbps. Data re

Re: [ovs-discuss] dpctl and user-defined flows

2015-08-19 Thread Ben Pfaff
Sorry, that's wrong. On Mon, Jul 27, 2015 at 06:19:35AM +0530, Abhishek Verma wrote: > Yes, since ones installed by dataplane only affect forwarding and are hence > mega-flows. > > On Mon, Jul 27, 2015 at 4:50 AM, Dave Waters > wrote: > > > Hi, > > > > When i switch traffic in OVS i see that th

Re: [ovs-discuss] dpctl and user-defined flows

2015-08-19 Thread Ben Pfaff
On Mon, Jul 27, 2015 at 04:50:56AM +0530, Dave Waters wrote: > When i switch traffic in OVS i see that the dataplane automatically creates > a flow that i can see with the ovs-dpctl dump-flows command. And then there > are flows that are created by the user using ofctl add-flow command. One > diffe

Re: [ovs-discuss] tc ingress qdisc of tapB disappeared when del-port tapA from bridge

2015-08-19 Thread Ben Pfaff
On Mon, Aug 10, 2015 at 09:36:51PM +0800, ychen wrote: > There are still something puzzled me, can you do some help? > 1. what's the meaning of the flag VALID_POLICING? >I don't see any meaning of the flag VALID_POLICING in function > netdev_linux_set_policing(). >you see, whether the para

[ovs-discuss] OVS Conference Hotel Discount Code

2015-08-19 Thread Justin Pettit
A few people had asked whether a discount code is available for those who wanted to stay at the conference hotel. I was just informed that one is available for those who mention "OVS Con" when booking at the Doubletree Hotel San Jose. We will continue to update the EventBrite page with the lat

Re: [ovs-discuss] DPDK OVS on Ubuntu 15.04

2015-08-19 Thread Mooney, Sean K
Hello Gabriel, Thanks for trying our code :) Sorry for the long email but I will try to answer all your questions. We used to support deploying on ubuntu 12.04 however for the last 9 months we have not had capacity to Test our deployment code on Ubuntu. It is good timing however as we are

Re: [ovs-discuss] OFFrameDecoder.Decode() did not read anything but decoded a message

2015-08-19 Thread Gurucharan Shetty
I think you should read the following document: https://github.com/openvswitch/ovs/blob/master/INSTALL.SSL.md Then have ovs-vsctl speak to ovsdb-server over ssl. Once you can get that working, you should try integrating with ODL. Hardly anyone active in this list know much about ODL, so you will l

[ovs-discuss] DPDK OVS on Ubuntu 15.04

2015-08-19 Thread Gabe Black
Hi Sean, I have carried on where my colleague John Lange left off. I have installed Ubuntu 15.04 which has kilo support but instead have used the devstack from https://github.com/openstack-dev/devstack to install everything. For now, I am trying to get a single host set up to try and keep it a

[ovs-discuss] OFFrameDecoder.Decode() did not read anything but decoded a message

2015-08-19 Thread Tandulwadkar, Sanket Ravindra (Sanket Ravindra)
Hello, I am trying to add TLS support to ODL. When I try to check if the connection is established, I get a handshake failure at ODL. On OvS VM: openssl s_client -connect 172.31.1.2:6633 -ssl3 On ODL log: 2015-08-18 09:43:14,828 | WARN | entLoopGroup-6-1 | OFFrameDecoder | 213 - org.opendayl