Re: [dpdk-dev] [RFC 1/6] eal: add power management intrinsics

2020-06-02 Thread Jerin Jacob
On Wed, Jun 3, 2020 at 11:53 AM Honnappa Nagarahalli wrote: > > > > > > > On Thu, May 28, 2020 at 9:08 PM Ananyev, Konstantin > > wrote: > > > > > > > > > > > Hi Anatoly, > > > > > > > > > >> > > > > >> Add two new power management intrinsics, and provide an > > > > >> implementation in eal/x86

Re: [dpdk-dev] [RFC 1/6] eal: add power management intrinsics

2020-06-02 Thread Honnappa Nagarahalli
> > On Thu, May 28, 2020 at 9:08 PM Ananyev, Konstantin > wrote: > > > > > > > > Hi Anatoly, > > > > > > > >> > > > >> Add two new power management intrinsics, and provide an > > > >> implementation in eal/x86 based on UMONITOR/UMWAIT instructions. > > > >> The instructions are implemented as r

Re: [dpdk-dev] [RFC 1/6] eal: add power management intrinsics

2020-06-02 Thread Ananyev, Konstantin
> > On Thu, May 28, 2020 at 9:08 PM Ananyev, Konstantin > wrote: > > > > > > > > Hi Anatoly, > > > > > > > >> > > > >> Add two new power management intrinsics, and provide an implementation > > > >> in eal/x86 based on UMONITOR/UMWAIT instructions. The instructions > > > >> are implemented as ra

Re: [dpdk-dev] [RFC 1/6] eal: add power management intrinsics

2020-05-28 Thread Jerin Jacob
On Thu, May 28, 2020 at 9:08 PM Ananyev, Konstantin wrote: > > > > > Hi Anatoly, > > > > > >> > > >> 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 t

Re: [dpdk-dev] [RFC 1/6] eal: add power management intrinsics

2020-05-28 Thread Ananyev, Konstantin
> > Hi Anatoly, > > > >> > >> 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. >

Re: [dpdk-dev] [RFC 1/6] eal: add power management intrinsics

2020-05-28 Thread Bruce Richardson
On Thu, May 28, 2020 at 03:40:18PM +0100, Burakov, Anatoly wrote: > On 28-May-20 12:39 PM, Ananyev, Konstantin wrote: > > Hi Anatoly, > > > > > > > > Add two new power management intrinsics, and provide an implementation > > > in eal/x86 based on UMONITOR/UMWAIT instructions. The instructions > >

Re: [dpdk-dev] [RFC 1/6] eal: add power management intrinsics

2020-05-28 Thread Burakov, Anatoly
On 28-May-20 12:39 PM, Ananyev, Konstantin wrote: Hi Anatoly, 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 t

Re: [dpdk-dev] [RFC 1/6] eal: add power management intrinsics

2020-05-28 Thread Ananyev, Konstantin
Hi Anatoly, > > 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 managemen

[dpdk-dev] [RFC 1/6] eal: add power management intrinsics

2020-05-27 Thread Anatoly Burakov
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 instructions provide an ar