net/mlx5: fix tunnel flow priority
[dpdk.git] / lib / librte_net / rte_mpls.h
index 11d26ba..32b6431 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
 /**
  * MPLS header.
  */
-struct mpls_hdr {
+struct rte_mpls_hdr {
        uint16_t tag_msb;   /**< Label(msb). */
 #if RTE_BYTE_ORDER == RTE_BIG_ENDIAN
        uint8_t tag_lsb:4;  /**< Label(lsb). */