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

2021-06-25 Thread Ananyev, Konstantin
> >> > >> On 22-Jun-21 10:13 AM, Ananyev, Konstantin 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 suppo

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

2021-06-25 Thread Burakov, Anatoly
On 23-Jun-21 10:52 AM, Ananyev, Konstantin wrote: On 22-Jun-21 10:13 AM, Ananyev, Konstantin 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'r

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

2021-06-23 Thread Ananyev, Konstantin
> > On 22-Jun-21 10:13 AM, Ananyev, Konstantin 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 m

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

2021-06-23 Thread Burakov, Anatoly
On 22-Jun-21 10:13 AM, Ananyev, Konstantin 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, w

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

2021-06-22 Thread Ananyev, Konstantin
> 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

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

2021-06-01 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