diff mbox series

[net-next,v4,03/10] bridge: uapi: cfm: Added EtherType used by the CFM protocol.

Message ID 20201009143530.2438738-4-henrik.bjoernlund@microchip.com
State Superseded
Headers show
Series net: bridge: cfm: Add support for Connectivity Fault Management(CFM) | expand

Commit Message

Henrik Bjoernlund Oct. 9, 2020, 2:35 p.m. UTC
This EtherType is used by all CFM protocal frames transmitted
according to 802.1Q section 12.14.

Signed-off-by: Henrik Bjoernlund  <henrik.bjoernlund@microchip.com>
Reviewed-by: Horatiu Vultur  <horatiu.vultur@microchip.com>
Acked-by: Nikolay Aleksandrov <nikolay@nvidia.com>
---
 include/uapi/linux/if_ether.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Nikolay Aleksandrov Oct. 9, 2020, 9:41 p.m. UTC | #1
On Fri, 2020-10-09 at 14:35 +0000, Henrik Bjoernlund wrote:
> This EtherType is used by all CFM protocal frames transmitted

> according to 802.1Q section 12.14.

> 

> Signed-off-by: Henrik Bjoernlund  <henrik.bjoernlund@microchip.com>

> Reviewed-by: Horatiu Vultur  <horatiu.vultur@microchip.com>

> Acked-by: Nikolay Aleksandrov <nikolay@nvidia.com>

> ---

>  include/uapi/linux/if_ether.h | 1 +

>  1 file changed, 1 insertion(+)

> 


Acked-by: Nikolay Aleksandrov <nikolay@nvidia.com>
Henrik Bjoernlund Oct. 12, 2020, 1:13 p.m. UTC | #2
Thanks for the review.

The 10/09/2020 21:41, 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 EtherType is used by all CFM protocal frames transmitted

> > according to 802.1Q section 12.14.

> >

> > Signed-off-by: Henrik Bjoernlund  <henrik.bjoernlund@microchip.com>

> > Reviewed-by: Horatiu Vultur  <horatiu.vultur@microchip.com>

> > Acked-by: Nikolay Aleksandrov <nikolay@nvidia.com>

> > ---

> >  include/uapi/linux/if_ether.h | 1 +

> >  1 file changed, 1 insertion(+)

> >

> 

> Acked-by: Nikolay Aleksandrov <nikolay@nvidia.com>


-- 
/Henrik
diff mbox series

Patch

diff --git a/include/uapi/linux/if_ether.h b/include/uapi/linux/if_ether.h
index d6de2b167448..a0b637911d3c 100644
--- a/include/uapi/linux/if_ether.h
+++ b/include/uapi/linux/if_ether.h
@@ -99,6 +99,7 @@ 
 #define ETH_P_1588	0x88F7		/* IEEE 1588 Timesync */
 #define ETH_P_NCSI	0x88F8		/* NCSI protocol		*/
 #define ETH_P_PRP	0x88FB		/* IEC 62439-3 PRP/HSRv0	*/
+#define ETH_P_CFM	0x8902		/* Connectivity Fault Management */
 #define ETH_P_FCOE	0x8906		/* Fibre Channel over Ethernet  */
 #define ETH_P_IBOE	0x8915		/* Infiniband over Ethernet	*/
 #define ETH_P_TDLS	0x890D          /* TDLS */