Thanks for the review. The 10/09/2020 21:52, Nikolay Aleksandrov wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > 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> > > -- /Henrik