Re: [PATCH v10 3/6] test/power: removed function pointer validations

2024-11-10 Thread Thomas Monjalon
28/10/2024 20:55, Sivaprasad Tummala: > 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. > > v2: > - removed function pointer

[PATCH v10 3/6] test/power: removed function pointer validations

2024-10-28 Thread Sivaprasad Tummala
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. v2: - removed function pointer validation in l3fwd-power app. Signed-off-by: Siv