[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <54E52A6A.8050806@redhat.com>
Date: Thu, 19 Feb 2015 01:12:26 +0100
From: Nikolay Aleksandrov <nikolay@...hat.com>
To: Mahesh Bandewar <maheshb@...gle.com>,
Jay Vosburgh <j.vosburgh@...il.com>,
Andy Gospodarek <andy@...yhouse.net>,
Veaceslav Falico <vfalico@...il.com>,
David Miller <davem@...emloft.net>
CC: Maciej Zenczykowski <maze@...gle.com>,
netdev <netdev@...r.kernel.org>,
Eric Dumazet <edumazet@...gle.com>
Subject: Re: [PATCH next v5 3/6] bonding: Implement port churn-machine (AD
standard 43.4.17).
On 02/18/2015 11:31 PM, Mahesh Bandewar wrote:
> The Churn Detection machines detect the situation where a port is operable,
> but the Actor and Partner have not attached the link to an Aggregator and
> brought the link into operation within a bound time period. Under normal
> operation of the LACP, agreement between Actor and Partner should be reached
> very rapidly. Continued failure to reach agreement can be symptomatic of
> device failure.
>
> Actor-churn-detection state-machine
> ===================================
>
> BEGIN=True + PortEnable=False
> |
> v
> +------------------------+ ActorPort.Sync=True +------------------+
> | ACTOR_CHURN_MONITOR | ---------------------> | NO_ACTOR_CHURN |
> |========================| |==================|
> | ActorChurn=False | ActorPort.Sync=False | ActorChurn=False |
> | ActorChurn.Timer=Start | <--------------------- | |
> +------------------------+ +------------------+
> | ^
> | |
> ActorChurn.Timer=Expired |
> | ActorPort.Sync=True
> | |
> | +-----------------+ |
> | | ACTOR_CHURN | |
> | |=================| |
> +--------------> | ActorChurn=True | ------------+
> | |
> +-----------------+
>
> Similar for the Partner-churn-detection.
>
> Signed-off-by: Mahesh Bandewar <maheshb@...gle.com>
> ---
> v1:
> Initial version
> v2-v4:
> Rebase
> v5:
> Cosmetic changes
>
> drivers/net/bonding/bond_3ad.c | 56 +++++++++++++++++++++++++++++++++++++--
> drivers/net/bonding/bond_procfs.c | 41 +++++++++++++++++++++++++---
> include/net/bond_3ad.h | 29 ++++++++++++++++++++
> 3 files changed, 120 insertions(+), 6 deletions(-)
>
Reviewed-by: Nikolay Aleksandrov <nikolay@...hat.com>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists