net: add PPPoE ethertypes

Add PPPoE ethertypes in to rte_ether.h.

Signed-off-by: Nemanja Marjanovic <nemanja.marjanovic@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
This commit is contained in:
Nemanja Marjanovic 2019-01-21 11:11:24 +00:00 committed by Cristian Dumitrescu
parent d08b6845e4
commit a2fe4c1b38
2 changed files with 2 additions and 2 deletions

View File

@ -301,6 +301,8 @@ struct vxlan_hdr {
#define ETHER_TYPE_RARP 0x8035 /**< Reverse Arp Protocol. */
#define ETHER_TYPE_VLAN 0x8100 /**< IEEE 802.1Q VLAN tagging. */
#define ETHER_TYPE_QINQ 0x88A8 /**< IEEE 802.1ad QinQ tagging. */
#define ETHER_TYPE_PPPOE_DISCOVERY 0x8863 /**< PPPoE Discovery Stage. */
#define ETHER_TYPE_PPPOE_SESSION 0x8864 /**< PPPoE Session Stage. */
#define ETHER_TYPE_ETAG 0x893F /**< IEEE 802.1BR E-Tag. */
#define ETHER_TYPE_1588 0x88F7 /**< IEEE 802.1AS 1588 Precise Time Protocol. */
#define ETHER_TYPE_SLOW 0x8809 /**< Slow protocols (LACP and Marker). */

View File

@ -473,8 +473,6 @@ struct encap_mpls_data {
uint32_t mpls_count;
} __attribute__((__packed__));
#define ETHER_TYPE_PPPOE_SESSION 0x8864
#define PPP_PROTOCOL_IP 0x0021
struct pppoe_ppp_hdr {