Re: [ovs-dev] [PATCH 2/4] ofproto/bond: Drop traffic in balance-tcp mode without lacp.

2017-02-15 Thread Andy Zhou
On Tue, Feb 14, 2017 at 11:45 PM, nickcooper-zhangtonghao wrote: > > On Feb 15, 2017, at 11:51 AM, Andy Zhou wrote: > > On Mon, Feb 13, 2017 at 10:52 PM, nickcooper-zhangtonghao > wrote: > > The balance-tcp mode requires the upstream

Re: [ovs-dev] [PATCH 2/4] ofproto/bond: Drop traffic in balance-tcp mode without lacp.

2017-02-14 Thread nickcooper-zhangtonghao
> On Feb 15, 2017, at 11:51 AM, Andy Zhou wrote: > > On Mon, Feb 13, 2017 at 10:52 PM, nickcooper-zhangtonghao > > wrote: >> The balance-tcp mode requires the upstream switch to support 802.3ad >> with successful LACP negotiation.

Re: [ovs-dev] [PATCH 2/4] ofproto/bond: Drop traffic in balance-tcp mode without lacp.

2017-02-14 Thread Andy Zhou
On Mon, Feb 13, 2017 at 10:52 PM, nickcooper-zhangtonghao wrote: > The balance-tcp mode requires the upstream switch to support 802.3ad > with successful LACP negotiation. When bond ports are configured to > balance-tcp mode without lacp or lacp is disabled, drop the traffic.

[ovs-dev] [PATCH 2/4] ofproto/bond: Drop traffic in balance-tcp mode without lacp.

2017-02-13 Thread nickcooper-zhangtonghao
The balance-tcp mode requires the upstream switch to support 802.3ad with successful LACP negotiation. When bond ports are configured to balance-tcp mode without lacp or lacp is disabled, drop the traffic. Signed-off-by: nickcooper-zhangtonghao --- ofproto/bond.c | 11