[ovs-dev] [PATCH v2] bond: Use active-backup mode on LACP failure.

2013-11-04 Thread Ravi Kondamuru
physical switch, and having the OVS host fall back to a bond mode (active-backup) till the physical switch LACP configuration is complete. An option "lacp-fallback-ab" is introduced with this patch to provide such behavior on openvswitch. Signed-off-by: Ravi Kondamuru Signed-off-by: Domi

[ovs-dev] [PATCH] Bond to use active-backup mode on LACP failure

2013-10-30 Thread Ravi Kondamuru
before configuring the physical switch, and having the OVS host fall back to a bond mode (active-backup) till the physical switch LACP configuration is complete. An option "lacp-fallback-ab" is introduced with this patch to provide such behavior on openvswitch. Signed-off-by: Ravi Kondamu

Re: [ovs-dev] [PATCH 1/1] Option to toggle "Require successful LACP negotiation when configured"

2013-08-28 Thread Ravi Kondamuru
Hi Ethan, Did you get a chance to review this patch? Thanks, Ravi. On 7/16/13 2:51 PM, "Ethan Jackson" wrote: >> Does that make sense? > >Yep this is pretty much what I was looking for -- a reasonable >explanation of why we should include the feature. In the patch you've >submitted, would you p

Re: [ovs-dev] [PATCH 1/1] Option to toggle "Require successful LACP negotiation when configured"

2013-07-08 Thread Ravi Kondamuru
a clear problem in their >>>network config? At best, the upstream switch is dead or missing, at >>>worst it's completely misconfigured and we could be doing more harm >>>than good. In short, I don't understand the use case for this option. >>> >>&g

[ovs-dev] [PATCH v2] lacp: Option to toggle "Require successful LACP negotiation when configured"

2013-07-08 Thread Ravi Kondamuru
explicitly indicate bond in fallback mode on openvswitch. Signed-off-by: Ravi Kondamuru Signed-off-by: Dominic Curran --- lib/bond.c | 41 +++-- lib/bond.h |1 + lib/lacp.c | 15 +-- lib/lacp.h |1

Re: [ovs-dev] [PATCH 1/1] Option to toggle "Require successful LACP negotiation when configured"

2013-07-01 Thread Ravi Kondamuru
'd prefer we fall back >to active-backup instead of SLB which is far more dangerous. > >Please add your signed-off-by to this patch. > >Ethan > > > >On Fri, Jun 28, 2013 at 9:58 AM, Ravi Kondamuru > wrote: >> Commit bdebeece5 (lacp: Require successful LACP negoti

[ovs-dev] [PATCH 1/1] Option to toggle "Require successful LACP negotiation when configured"

2013-06-28 Thread Ravi Kondamuru
Commit bdebeece5 (lacp: Require successful LACP negotiations when configured.) makes successful LACP negotiation mandatory. This change makes it configurable. The user has the option to set other-config:lacp-fallback-slb to true if pre 1.5.0 behavior is needed. The switch will fallback to balance-s