On Mon, 18 Mar 2019 12:56:44 +0100 Hajkowski <[email protected]> wrote:
> From: Marcin Hajkowski <[email protected]> > > Due to lack of thread safety in exisiting solution > use spinlock mechanism for atomic > modification of power environment related data. > > Fixes: 445c6528b5 ("power: common interface for guest and host") > Cc: [email protected] > > Signed-off-by: Marcin Hajkowski <[email protected]> Thanks for making this library better. When I did the dpdk-metrics investigation at the US DPDK summit, the power library was one of the DPDK libraries that no upstream open source project uses. You might want to consider: * why is no project using it? what is wrong? * does it not fit any use case in any project should it continue? * if it is for a non-open source customer, then why is it part of DPDK?

