[dpdk-dev] [PATCH v2 1/4] power: fix non thread-safe power env modification

Stephen Hemminger stephen at networkplumber.org
Mon Mar 18 16:01:50 CET 2019


On Mon, 18 Mar 2019 12:56:44 +0100
Hajkowski <marcinx.hajkowski at intel.com> wrote:

> From: Marcin Hajkowski <marcinx.hajkowski at intel.com>
> 
> 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: stable at dpdk.org
> 
> Signed-off-by: Marcin Hajkowski <marcinx.hajkowski at intel.com>

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?



More information about the dev mailing list