From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1602511590; x=1634047590; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=R65Ti4HQOkTqVP6ETdhIqwWLL3lTi5K1nZtuHvKEhMQ=; b=zIODCKuPjk/+EyE/t6QJWSnLJWriqlphU1UnWfXlUeuGlLWHDt5G2L52 8kxqYsiim9EJyllptkqz+FuVp8CqBfroVwSmHYxaeAMN1lPqIGYz7lE/H TuKuYme5GCReB3eJrsg7rFIAYYcRsLq2NOqSohiESOCbK6awokGR1UMQc 94SgxKs2XbKglspcRaOiqGfUcqp5jnBpomvBBh1fvwrpru9bWGmM6+atE Xh1DTxTb4tfWPlFX2BHdh+9tf45lO3/liNulx9mSsgLrXB5/ZpYYaHx2B TANxkBueCkypz2N5YLOorrdoQJcQp2m47yzR42qWZqw0UNbVglaxPCWUk Q==; From: Henrik Bjoernlund Date: Mon, 12 Oct 2020 14:04:21 +0000 Message-ID: <20201012140428.2549163-4-henrik.bjoernlund@microchip.com> In-Reply-To: <20201012140428.2549163-1-henrik.bjoernlund@microchip.com> References: <20201012140428.2549163-1-henrik.bjoernlund@microchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Subject: [Bridge] [PATCH net-next v5 03/10] bridge: uapi: cfm: Added EtherType used by the CFM protocol. List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: davem@davemloft.net, kuba@kernel.org, roopa@nvidia.com, nikolay@nvidia.com, jiri@mellanox.com, idosch@mellanox.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, bridge@lists.linux-foundation.org, UNGLinuxDriver@microchip.com Cc: Henrik Bjoernlund , Horatiu Vultur This EtherType is used by all CFM protocal frames transmitted according to 802.1Q section 12.14. Signed-off-by: Henrik Bjoernlund Reviewed-by: Horatiu Vultur Acked-by: Nikolay Aleksandrov --- include/uapi/linux/if_ether.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.28.0