Re: [PATCH v6 1/3] eal: add x86 cpuid support for monitorx

2023-10-10 Thread David Marchand
On Mon, Oct 9, 2023 at 6:24 PM Patrick Robb wrote: > > Recheck-request: iol-unit-amd64-testing > > Failed for service_autotest on windows. I'm doing a retest to see if it's > reproducible. Thanks for checking. This unit test has never been entirely reliable... I see the rerun was fine. I'll go a

Re: [PATCH v6 1/3] eal: add x86 cpuid support for monitorx

2023-10-09 Thread Patrick Robb
Recheck-request: iol-unit-amd64-testing Failed for service_autotest on windows. I'm doing a retest to see if it's reproducible.

[PATCH v6 1/3] eal: add x86 cpuid support for monitorx

2023-10-09 Thread Sivaprasad Tummala
Add a new CPUID flag to indicate support for monitorx instruction on AMD EPYC processors. Signed-off-by: Sivaprasad Tummala Acked-by: Anatoly Burakov --- lib/eal/x86/include/rte_cpuflags.h | 1 + lib/eal/x86/rte_cpuflags.c | 3 +++ 2 files changed, 4 insertions(+) diff --git a/lib/eal/