On 09-Oct-20 5:02 PM, Anatoly Burakov wrote:
From: Liang Ma <liang.j...@intel.com>
Add new x86 cpuid support for WAITPKG.
This flag indicate processor support umwait/umonitor/tpause
instruction.
Signed-off-by: Liang Ma <liang.j...@intel.com>
Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com>
Acked-by: Konstantin Ananyev <konstantin.anan...@intel.com>
The work on this patchset is clearly going to take a few more days, but
this particular patch is high priority as there are other dependencies
on this patch for DLB drivers. Would it be possible to accept this
particular patch now...
---
lib/librte_eal/x86/include/rte_cpuflags.h | 2 ++
lib/librte_eal/x86/rte_cpuflags.c | 2 ++
2 files changed, 4 insertions(+)
diff --git a/lib/librte_eal/x86/include/rte_cpuflags.h
b/lib/librte_eal/x86/include/rte_cpuflags.h
index c1d20364d1..5041a830a7 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 */
+ /**< UMWAIT/TPAUSE Instructions */
+ RTE_CPUFLAG_WAITPKG, /**< UMINITOR/UMWAIT/TPAUSE */
...with typo fix (UMONITOR rather than UMINITOR)?
--
Thanks,
Anatoly