I upgraded my clang from 3.4 to 3.5. Now I can also reproduce the
warning message.
On Tue, Apr 29, 2014 at 2:32 AM, Simon Horman wrote:
> Thanks.
>
> On Tue, Apr 29, 2014 at 02:30:26AM -0700, Andy Zhou wrote:
>> Good catch. Thanks for pointing it out. I will send out patch to fix this.
>>
>> On T
Thanks.
On Tue, Apr 29, 2014 at 02:30:26AM -0700, Andy Zhou wrote:
> Good catch. Thanks for pointing it out. I will send out patch to fix this.
>
> On Tue, Apr 29, 2014 at 2:14 AM, Simon Horman wrote:
> > On Thu, Apr 24, 2014 at 10:34:15PM -0700, Andy Zhou wrote:
> >> Bond rebalancing was disabl
Good catch. Thanks for pointing it out. I will send out patch to fix this.
On Tue, Apr 29, 2014 at 2:14 AM, Simon Horman wrote:
> On Thu, Apr 24, 2014 at 10:34:15PM -0700, Andy Zhou wrote:
>> Bond rebalancing was disabled for bonds not using recirculation. The
>> patch fixes this bug.
>>
>> While
On Thu, Apr 24, 2014 at 10:34:15PM -0700, Andy Zhou wrote:
> Bond rebalancing was disabled for bonds not using recirculation. The
> patch fixes this bug.
>
> While fixing the bug, the bond_rebalance() was also restructured
> slightly to move bond related logic back into ofproto/bond.c
>
> Signed-
On Thu, Apr 24, 2014 at 10:34:15PM -0700, Andy Zhou wrote:
> Bond rebalancing was disabled for bonds not using recirculation. The
> patch fixes this bug.
>
> While fixing the bug, the bond_rebalance() was also restructured
> slightly to move bond related logic back into ofproto/bond.c
>
> Signed-
Bond rebalancing was disabled for bonds not using recirculation. The
patch fixes this bug.
While fixing the bug, the bond_rebalance() was also restructured
slightly to move bond related logic back into ofproto/bond.c
Signed-off-by: Andy Zhou
---
ofproto/bond.c | 21 +++--