08/11/2023 04:19, Tyler Retzlaff: > On Tue, Nov 07, 2023 at 04:19:01PM +0000, Bruce Richardson wrote: > > From: David Hunt <[email protected]> > > > > The code was recently enhanced to allow the use of the waitpkg > > intrinsics rather than the raw assembly in the rte_power functions. > > However, the parameters to the intrinsics, while compiling fine, were > > incorrect, and would segfault when run on the appropriate hardware. > > This patch fixes the intrinsic parameters. Tested on a system with > > tpause and umonitor/umwait instructions. > > > > Fixes: 60943c04f3bc ("eal/x86: use intrinsics for power management") > > > > Signed-off-by: David Hunt <[email protected]> > > Reviewed-by: Bruce Richardson <[email protected]> > > Reviewed-by: Tyler Retzlaff <[email protected]>
Applied, thanks.

