Re: [ovs-dev] [patch_v8] ovn: Add local router support (RFC).

2016-07-18 Thread Ryan Moats
"dev" <dev-boun...@openvswitch.org> wrote on 07/11/2016 10:07:03 AM: > From: Darrell Ball <dlu...@gmail.com> > To: dlu...@gmail.com, d...@openvswitch.com > Date: 07/11/2016 10:07 AM > Subject: [ovs-dev] [patch_v8] ovn: Add local router support

Re: [ovs-dev] [patch_v8] ovn: Add local router support (RFC).

2016-07-11 Thread Darrell Ball
On Mon, Jul 11, 2016 at 8:14 AM, Lance Richardson <lrich...@redhat.com> wrote: > > > - Original Message - > > From: "Darrell Ball" <dlu...@gmail.com> > > To: dlu...@gmail.com, d...@openvswitch.com > > Sent: Monday, July 11, 2016 11:07:03 AM

Re: [ovs-dev] [patch_v8] ovn: Add local router support (RFC).

2016-07-11 Thread Lance Richardson
- Original Message - > From: "Darrell Ball" <dlu...@gmail.com> > To: dlu...@gmail.com, d...@openvswitch.com > Sent: Monday, July 11, 2016 11:07:03 AM > Subject: [ovs-dev] [patch_v8] ovn: Add local router support (RFC). > > This patch adds local

[ovs-dev] [patch_v8] ovn: Add local router support (RFC).

2016-07-11 Thread Darrell Ball
This patch adds local router support. The idea is to do openflow rule calculations and download for logical routers only on HVs where this is needed. The approach used is to do a flood fill, based local VIF presence and factoring in logical data path associations recursively. The algorithm

[ovs-dev] [patch_v8] ovn: Add local router support (RFC).

2016-07-11 Thread Darrell Ball
This patch adds local router support. The idea is to do openflow rule calculations and download for logical routers only on HVs where this is needed. The approach used is to do a flood fill, based local VIF presence and factoring in logical data path associations recursively. The algorithm