ethdev: promote sibling iterators to stable
[dpdk.git] / drivers / net / dpaa2 / mc / fsl_net.h
index 3eaad2f..2d26d5d 100644 (file)
 /***************************  GTP fields  ************************************/
 #define NH_FLD_GTP_TEID                       (1)
 
+/***************************  MPLS fields  ************************************/
+#define NH_FLD_MPLS_MPLSL_1                    (1)
+#define NH_FLD_MPLS_MPLSL_2                    (NH_FLD_MPLS_MPLSL_1 << 1)
+#define NH_FLD_MPLS_MPLSL_N                    (NH_FLD_MPLS_MPLSL_1 << 2)
+
 /* Protocol options */
 
 /* Ethernet options */