X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fx86%2Finclude%2Frte_cpuflags.h;h=92e90fb6e0f07d239bd2ff13ab3169db7ffe22a0;hb=30d604bb15042208896cb3a924b49247adb9f2ed;hp=c1d20364d14f87dc24c4261d92c11023b9657871;hpb=dec44d41109dac609d83805c0b906df446f8680e;p=dpdk.git diff --git a/lib/librte_eal/x86/include/rte_cpuflags.h b/lib/librte_eal/x86/include/rte_cpuflags.h index c1d20364d1..92e90fb6e0 100644 --- a/lib/librte_eal/x86/include/rte_cpuflags.h +++ b/lib/librte_eal/x86/include/rte_cpuflags.h @@ -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! */ };