RE: [PATCH v10 0/6] power: refactor power management library

2024-11-12 Thread Tummala, Sivaprasad
...@intel.com; gak...@marvell.com; cristian.dumitre...@intel.com; lihuis...@huawei.com; Yigit, Ferruh ; konstantin.anan...@huawei.com; dev@dpdk.org Subject: Re: [PATCH v10 0/6] power: refactor power management library Caution: This message originated from an External Source. Use proper caution when opening

Re: [PATCH v10 0/6] power: refactor power management library

2024-11-12 Thread David Marchand
On Tue, Nov 12, 2024 at 9:20 AM David Marchand wrote: > > Hello Siva, Thomas, > > On Sun, Nov 10, 2024 at 7:36 PM Thomas Monjalon wrote: > > > > 28/10/2024 20:55, Sivaprasad Tummala: > > > This patchset refactors the power management library, addressing both > > > core and uncore power management

Re: [PATCH v10 0/6] power: refactor power management library

2024-11-12 Thread David Marchand
Hello Siva, Thomas, On Sun, Nov 10, 2024 at 7:36 PM Thomas Monjalon wrote: > > 28/10/2024 20:55, Sivaprasad Tummala: > > This patchset refactors the power management library, addressing both > > core and uncore power management. The primary changes involve the > > creation of dedicated directorie

Re: [PATCH v10 0/6] power: refactor power management library

2024-11-10 Thread Thomas Monjalon
10/11/2024 20:29, Stephen Hemminger: > On Sun, 10 Nov 2024 19:35:55 +0100 > Thomas Monjalon wrote: > > > 28/10/2024 20:55, Sivaprasad Tummala: > > > This patchset refactors the power management library, addressing both > > > core and uncore power management. The primary changes involve the > > >

Re: [PATCH v10 0/6] power: refactor power management library

2024-11-10 Thread Stephen Hemminger
On Sun, 10 Nov 2024 19:35:55 +0100 Thomas Monjalon wrote: > 28/10/2024 20:55, Sivaprasad Tummala: > > This patchset refactors the power management library, addressing both > > core and uncore power management. The primary changes involve the > > creation of dedicated directories for each driver w

Re: [PATCH v10 0/6] power: refactor power management library

2024-11-10 Thread Thomas Monjalon
28/10/2024 20:55, Sivaprasad Tummala: > This patchset refactors the power management library, addressing both > core and uncore power management. The primary changes involve the > creation of dedicated directories for each driver within > 'drivers/power/core/*' and 'drivers/power/uncore/*'. > > Th

[PATCH v10 0/6] power: refactor power management library

2024-10-28 Thread Sivaprasad Tummala
This patchset refactors the power management library, addressing both core and uncore power management. The primary changes involve the creation of dedicated directories for each driver within 'drivers/power/core/*' and 'drivers/power/uncore/*'. This refactor significantly improves code organizati