Re: [dpdk-dev] [PATCH v5 02/10] eal: add power management intrinsics

2020-10-12 Thread David Christensen
On 10/9/20 9:02 AM, Anatoly Burakov wrote: From: Liang Ma Add two new power management intrinsics, and provide an implementation in eal/x86 based on UMONITOR/UMWAIT instructions. The instructions are implemented as raw byte opcodes because there is not yet widespread compiler support for the

Re: [dpdk-dev] [PATCH v5 02/10] eal: add power management intrinsics

2020-10-09 Thread Burakov, Anatoly
On 09-Oct-20 5:09 PM, Jerin Jacob wrote: On Fri, Oct 9, 2020 at 9:32 PM Anatoly Burakov wrote: From: Liang Ma Add two new power management intrinsics, and provide an implementation in eal/x86 based on UMONITOR/UMWAIT instructions. The instructions are implemented as raw byte opcodes because

Re: [dpdk-dev] [PATCH v5 02/10] eal: add power management intrinsics

2020-10-09 Thread Jerin Jacob
On Fri, Oct 9, 2020 at 9:32 PM Anatoly Burakov wrote: > > From: Liang Ma > > Add two new power management intrinsics, and provide an implementation > in eal/x86 based on UMONITOR/UMWAIT instructions. The instructions > are implemented as raw byte opcodes because there is not yet widespread > comp

[dpdk-dev] [PATCH v5 02/10] eal: add power management intrinsics

2020-10-09 Thread Anatoly Burakov
From: Liang Ma Add two new power management intrinsics, and provide an implementation in eal/x86 based on UMONITOR/UMWAIT instructions. The instructions are implemented as raw byte opcodes because there is not yet widespread compiler support for these instructions. The power management instructi