Re: [dpdk-dev] [PATCH v7 4/7] power: remove thread safety from PMD power API's

2021-07-07 Thread David Hunt
On 7/7/2021 11:48 AM, Anatoly Burakov wrote: Currently, we expect that only one callback can be active at any given moment, for a particular queue configuration, which is relatively easy to implement in a thread-safe way. However, we're about to add support for multiple queues per lcore, which

[dpdk-dev] [PATCH v7 4/7] power: remove thread safety from PMD power API's

2021-07-07 Thread Anatoly Burakov
Currently, we expect that only one callback can be active at any given moment, for a particular queue configuration, which is relatively easy to implement in a thread-safe way. However, we're about to add support for multiple queues per lcore, which will greatly increase the possibility of various