[ovs-dev] [PATCH] ovn-controller: pending_ct_zones should be destroy

2017-09-19 Thread xu . rong
pending_ct_zones in ovn-controller main should be destroy when exit. Signed-off-by: xu rong --- ovn/controller/ovn-controller.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ovn/controller/ovn-controller.c b/ovn/controller/ovn-controller.c index a935a79..32cdc9f 100644 --- a/ovn

Re: [ovs-dev] [PATCH 2/2] Ovn tunnel encapsulation should consider both local and remote

2017-05-07 Thread xu . rong
If one end is configured external-ids:ovn-encap-type=geneve,stt,the other end is configured external-ids:ovn-encap-type=stt, then the tunnel is not available based on the current implementation,because one end is geneve,the other end is stt. After this revision,the tunnel will be stt on both ends

[ovs-dev] 答复: Re: 答复: Re: [PATCH] ovn-controller: Support vxlan tunnel in ovn

2017-05-05 Thread xu . rong
Hi,Russell We think vxlan is the most commonly used tunnel encapsulation in the overlay network openstack,ovn should better consider it. As my workmate wang qianyu said,we would consider computer node connect with existing hardware switches which associates with SR-IOV as VTEP. After discussio