On Sat, Jan 30, 2016 at 8:23 PM, Han Zhou <zhou...@gmail.com> wrote:

> Before this patch, inter-chassis communication between VIFs of same
> lswitch will always go through tunnel, which end up of modeling a
> single physical network with many lswitches and pairs of lports, and
> complexity in CMS like OpenStack neutron to manage the lswitches and
> lports especially when ACLs are involved.
>
> With this patch, inter-chassis communication can go through physical
> networks via localnet port with a 1:1 mapping between lswitches and
> physical networks. The original tunneling mechanism will still be
> used if there is no localnet port configured on the lswitch.
>
> Signed-off-by: Han Zhou <zhou...@gmail.com>
> ---
>  ovn/controller/binding.c        | 10 +++---
>  ovn/controller/ovn-controller.c | 18 +++++------
>  ovn/controller/ovn-controller.h | 10 ++++++
>  ovn/controller/patch.c          | 17 ++++++++--
>  ovn/controller/physical.c       | 70
> ++++++++++++++++++++++++++++++++++++-----
>  ovn/controller/physical.h       |  3 +-
>  ovn/ovn-nb.xml                  |  5 ++-
>  ovn/ovn-sb.xml                  |  5 ++-
>  8 files changed, 106 insertions(+), 32 deletions(-)
>
>
I should mention RFC because this patch is based on Russell's patch which
hasn't been merged yet:

http://patchwork.ozlabs.org/bundle/russellb/localnet/

-- 
Best regards,
Han
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to