RE: [PATCH v1 3/4] test/power: removed function pointer validations

2024-07-27 Thread Tummala, Sivaprasad
...@huawei.com Cc: dev@dpdk.org Subject: Re: [PATCH v1 3/4] test/power: removed function pointer validations Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. On 20/07/2024 17:50, Sivaprasad Tummala wrote: After

Re: [PATCH v1 3/4] test/power: removed function pointer validations

2024-07-22 Thread Hunt, David
On 20/07/2024 17:50, Sivaprasad Tummala wrote: After refactoring the power library, power management operations are now consistently supported regardless of the operating environment, making function pointer checks unnecessary and thus removed from applications. Signed-off-by: Sivaprasad Tummal