Re: [ovs-discuss] GRE key rules

2018-05-28 Thread Paul Greenberg
Hi Bilal, I think you might be looking for "tun_id" field matching. It is described in http://www.openvswitch.org/support/dist-docs/ovs-fields.7.txt Tunnel ID Field Name:tun_id (aka tunnel_id) William gave a sound advice. However, consider the following. A controller

Re: [ovs-discuss] GRE key rules

2018-05-28 Thread William Tu
On Mon, May 28, 2018 at 1:33 PM, Bilal Saleem wrote: > Hi, > > I am working on simple topology as follows: >C > / | \ > Veth ports-S1 -- S2 -- S3 H1 > \ / >

[ovs-discuss] GRE key rules

2018-05-28 Thread Bilal Saleem
Hi, I am working on simple topology as follows: C / | \ Veth ports-S1 -- S2 -- S3 H1 \ / S4 I am sending raw packets cooked with GRE headers on Veth ports.

[ovs-discuss] OVS in userspace - forwarding traffic to the local port does not reach the application layer?

2018-05-28 Thread Mirza Avdic
Hi, I have been trying to use OF1.3 metering capabilities for some time in the OVS, and I was able to make this work by building and configuring OVS in the user space as it is described in the official documentation. I am building a network emulator which consists of multiple OVS switches

[ovs-discuss] OVS in userspace - forwarding traffic to the local port does not reach the application layer?

2018-05-28 Thread Mirza Avdic
Hi, I have been trying to use OF1.3 metering capabilities for some time in the OVS, and I was able to make this work by building and configuring OVS in the user space as it is described in the official documentation. I am building a network emulator which consists of multiple OVS switches

Re: [ovs-discuss] Cannot find definition of rule_collection_add

2018-05-28 Thread Ben Pfaff
On Mon, May 28, 2018 at 02:05:05PM +0300, Sara Gittlin wrote: > I cannot find the definition of the function rule_collection_add - used in > ofproto.c > is it a dynamic library function ? It's defined by a set of macros, see the invocation of DECL_OFPROTO_COLLECTION (struct rule *, rule) in

Re: [ovs-discuss] OVS+DPDK

2018-05-28 Thread Flavio Leitner
On Fri, May 25, 2018 at 05:18:08PM -0400, Pedro Serrano wrote: > Greetings, > > My computer is setup using Ubuntu 18.04 with OVS 2.90 and dpdk 17.11.2-1. > I'm attempting to create a few virtual ports (type dkdkvhostuserclient) on > my OVS bridge (datapath_type=netdev) and assign an IP addresses

[ovs-discuss] Cannot find definition of rule_collection_add

2018-05-28 Thread Sara Gittlin
Hello all, I cannot find the definition of the function rule_collection_add - used in ofproto.c is it a dynamic library function ? Thank you -Sara ___ discuss mailing list disc...@openvswitch.org