Re: [ovs-dev] [PATCH 0/2] load-balancer fix for north-south direction.

2016-09-09 Thread Guru Shetty
On 9 September 2016 at 09:03, Ben Pfaff wrote: > On Tue, Aug 23, 2016 at 02:46:16AM -0700, Gurucharan Shetty wrote: > > So far, we have had the ability to add a load-balancer to a switch. > This works > > fine for east-west traffic. It was assumed (and lightly tested) that it > also > > works fo

Re: [ovs-dev] [PATCH 0/2] load-balancer fix for north-south direction.

2016-09-09 Thread Ben Pfaff
On Tue, Aug 23, 2016 at 02:46:16AM -0700, Gurucharan Shetty wrote: > So far, we have had the ability to add a load-balancer to a switch. This > works > fine for east-west traffic. It was assumed (and lightly tested) that it also > works for north-south traffic by adding the load_balancer object

Re: [ovs-dev] [PATCH 0/2] load-balancer fix for north-south direction.

2016-08-30 Thread Ben Pfaff
On Tue, Aug 23, 2016 at 02:46:16AM -0700, Gurucharan Shetty wrote: > So far, we have had the ability to add a load-balancer to a switch. This > works > fine for east-west traffic. It was assumed (and lightly tested) that it also > works for north-south traffic by adding the load_balancer object

[ovs-dev] [PATCH 0/2] load-balancer fix for north-south direction.

2016-08-23 Thread Gurucharan Shetty
So far, we have had the ability to add a load-balancer to a switch. This works fine for east-west traffic. It was assumed (and lightly tested) that it also works for north-south traffic by adding the load_balancer object to the lswitch connected to the local network. But, in more extensive testi