From: Jijiang Liu Date: Fri, 20 Feb 2015 17:01:44 +0000 (+0000) Subject: ether: add transparent ethernet bridging type X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=09ba60884863279820b0844364470cb4724f7d82;p=dpdk.git ether: add transparent ethernet bridging type Add an Ethernet type definition for Transparent Ethernet Bridging. Signed-off-by: Jijiang Liu Signed-off-by: Declan Doherty --- diff --git a/lib/librte_ether/rte_ether.h b/lib/librte_ether/rte_ether.h index 079790847e..bafeb2b8e4 100644 --- a/lib/librte_ether/rte_ether.h +++ b/lib/librte_ether/rte_ether.h @@ -331,6 +331,7 @@ struct vxlan_hdr { #define ETHER_TYPE_VLAN 0x8100 /**< IEEE 802.1Q VLAN tagging. */ #define ETHER_TYPE_1588 0x88F7 /**< IEEE 802.1AS 1588 Precise Time Protocol. */ #define ETHER_TYPE_SLOW 0x8809 /**< Slow protocols (LACP and Marker). */ +#define ETHER_TYPE_TEB 0x6558 /**< Transparent Ethernet Bridging. */ #define ETHER_VXLAN_HLEN (sizeof(struct udp_hdr) + sizeof(struct vxlan_hdr)) /**< VXLAN tunnel header length. */