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>