Re: [PATCH net-next v4 06/10] bridge: cfm: Kernel space implementation of CFM. CCM frame RX added.

From: Nikolay Aleksandrov
Date: Fri Oct 09 2020 - 17:52:36 EST


On Fri, 2020-10-09 at 14:35 +0000, Henrik Bjoernlund wrote:
> This is the third commit of the implementation of the CFM protocol
> according to 802.1Q section 12.14.
>
> Functionality is extended with CCM frame reception.
> The MEP instance now contains CCM based status information.
> Most important is the CCM defect status indicating if correct
> CCM frames are received with the expected interval.
>
> Signed-off-by: Henrik Bjoernlund <henrik.bjoernlund@xxxxxxxxxxxxx>
> Reviewed-by: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>
> ---
> include/uapi/linux/cfm_bridge.h | 10 ++
> net/bridge/br_cfm.c | 269 ++++++++++++++++++++++++++++++++
> net/bridge/br_private_cfm.h | 32 ++++
> 3 files changed, 311 insertions(+)
>

Acked-by: Nikolay Aleksandrov <nikolay@xxxxxxxxxx>