Bug 1042605 - [RFE][neutron]: Add Distributed Router into OVS Plugin
Summary: [RFE][neutron]: Add Distributed Router into OVS Plugin
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/neut...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-13 00:28 UTC by RHOS Integration
Modified: 2015-11-20 19:38 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 17:19:07 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-13 00:28:56 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/neutron/+spec/ovs-distributed-router.

Description:

The goal of this blueprint is to implement distributed router in openvswitch plugin. Openvswitch plugin is the most popular plugin nowadays. However, lots of people found that under heavy east-west traffic, current l3-agent router becomes the bottle neck.

With the help of distributed router in ovs plugin, it's not necessary for east-west traffic to traverse network node to get routing decision anymore. Instead, those traffic will be delivered directly from the source hypervisor to the destination hypervisor.

The test result of our POC shows distinct performance imporvement on several aspects. Advantages we can get:
1. East-west total throughput will increase distinctly when more hypervisors are involved.
2. Under high concurrency of east-west traffic, on average, each VM will obtain a better bandwidth.
3. North-south and east-west traffic don't impact each other anymore. North-south traffic enjoys all the bandwidth of router exclusively.
4. No more unnecessary circuitous path, when east-west session happens between two VMs on the same hypervisor.

Specification URL (additional information):

https://wiki.openstack.org/wiki/Distributed_Router_for_OVS


Note You need to log in before you can comment on or make changes to this bug.