regex/mlx5: fix type of setup constants
[dpdk.git] / lib / librte_eal / x86 / include / rte_cpuflags.h
index c1d2036..92e90fb 100644 (file)
@@ -132,6 +132,8 @@ enum rte_cpu_flag_t {
        RTE_CPUFLAG_MOVDIR64B,              /**< Direct Store Instructions 64B */
        RTE_CPUFLAG_AVX512VP2INTERSECT,     /**< AVX512 Two Register Intersection */
 
+       RTE_CPUFLAG_WAITPKG,                /**< UMONITOR/UMWAIT/TPAUSE */
+
        /* The last item */
        RTE_CPUFLAG_NUMFLAGS,               /**< This should always be the last! */
 };