RE: [PATCH v6 3/3] power: amd power monitor support

2023-10-11 Thread Tummala, Sivaprasad
...@intel.com; tho...@monjalon.net; > Yigit, Ferruh ; dev@dpdk.org > Subject: Re: [PATCH v6 3/3] power: amd power monitor support > > Caution: This message originated from an External Source. Use proper caution > when opening attachments, clicking links, or responding. > > > Hell

Re: [PATCH v6 3/3] power: amd power monitor support

2023-10-10 Thread Konstantin Ananyev
09.10.2023 15:05, Sivaprasad Tummala пишет: mwaitx allows EPYC processors to enter a implementation dependent power/performance optimized state (C1 state) for a specific period or until a store to the monitored address range. Signed-off-by: Sivaprasad Tummala Acked-by: Anatoly Burakov --- li

Re: [PATCH v6 3/3] power: amd power monitor support

2023-10-10 Thread David Marchand
Hello Siva, On Mon, Oct 9, 2023 at 4:06 PM Sivaprasad Tummala wrote: > > mwaitx allows EPYC processors to enter a implementation dependent > power/performance optimized state (C1 state) for a specific period > or until a store to the monitored address range. > > Signed-off-by: Sivaprasad Tummala