[ovs-discuss] How to send packets from a Linux process to OVS

2015-12-08 Thread Allan Lue
Hi, I need to have a Linux process (not VM) send packets to OVS. I have googled many times without finding info that can help me. I have also looked into IPC debugging to see whether I can decode IPC messages, so far I haven’t been able to. Use an example, The are 3 processes (not VMs) P1, P2

Re: [ovs-discuss] OVN: missing chassis and flows

2015-12-08 Thread Yoshio Turner
On Tue, Dec 8, 2015 at 1:05 PM, Russell Bryant wrote: > On 12/08/2015 02:35 PM, Yoshio Turner wrote: > > In the OVN tutorial > > (https://github.com/openvswitch/ovs/blob/master/tutorial/OVN-Tutorial.md > ), > > the "simple two-port setup" example works fine for me from within the > > sandbox envi

Re: [ovs-discuss] Assertions/crashes in lib/cmap.* on conntrack branch

2015-12-08 Thread Ben Warren
Hi Joe, Sorry for taking so long to get back to this. > On Nov 23, 2015, at 6:54 PM, Joe Stringer wrote: > > On 20 November 2015 at 10:05, Keith Holleman wrote: >> >> Follow-up email here has the backtrace for the second method of >> reproduction. In this case the bridge is not deleted, it wa

Re: [ovs-discuss] OVN: missing chassis and flows

2015-12-08 Thread Russell Bryant
On 12/08/2015 02:35 PM, Yoshio Turner wrote: > In the OVN tutorial > (https://github.com/openvswitch/ovs/blob/master/tutorial/OVN-Tutorial.md), > the "simple two-port setup" example works fine for me from within the > sandbox environment. > > I'm looking for pointers to help debug a similar setup

[ovs-discuss] OVN: missing chassis and flows

2015-12-08 Thread Yoshio Turner
In the OVN tutorial ( https://github.com/openvswitch/ovs/blob/master/tutorial/OVN-Tutorial.md), the "simple two-port setup" example works fine for me from within the sandbox environment. I'm looking for pointers to help debug a similar setup I created outside the sandbox, using veth interfaces for

Re: [ovs-discuss] A Question about the scale of OVS's forwarding database and hash map

2015-12-08 Thread Han Zhou
It really depends on how you design the control plane. In a reasonable design, even for full mesh topology, the number of entries on a single node should be O(n), although the total number of flows on all nodes will be O(n^2). Han On Thu, Dec 3, 2015 at 2:51 PM, Dan Huang wrote: > > Hi > > I am

Re: [ovs-discuss] [announce] driverctl: utility for persistent alternative driver binding

2015-12-08 Thread Panu Matilainen
On 12/04/2015 05:44 PM, Gray, Mark D wrote: I welcome this initiative, one question below: -Original Message- From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Panu Matilainen Sent: Friday, December 4, 2015 10:54 AM To: d...@dpdk.org; us...@dpdk.org; d...@openvswitch.o

[ovs-discuss] lrouter drop the traffic which the logical input and output ports are the same

2015-12-08 Thread Wei Li
topo: vm1 vm2 || || --- | lswitch | --- | --- | lrouter | --- vm1`ip 10.0.0.1, vm2`ip 10.0.0.2, lrouter`s default_gw is 10.0.0.2(vm2) In lrouter, the inport and output of the t