Re: [dpdk-dev] [PATCH v1 5/7] power: support callbacks for multiple Rx queues

2021-06-23 Thread Burakov, Anatoly
On 23-Jun-21 10:49 AM, Ananyev, Konstantin wrote: On 22-Jun-21 10:41 AM, Ananyev, Konstantin wrote: Currently, there is a hard limitation on the PMD power management support that only allows it to support a single queue per lcore. This is not ideal as most DPDK use cases will poll multiple

Re: [dpdk-dev] [PATCH v1 5/7] power: support callbacks for multiple Rx queues

2021-06-23 Thread Ananyev, Konstantin
> > On 22-Jun-21 10:41 AM, Ananyev, Konstantin wrote: > > > >> Currently, there is a hard limitation on the PMD power management > >> support that only allows it to support a single queue per lcore. This is > >> not ideal as most DPDK use cases will poll multiple queues per core. > >> > >> The PM

Re: [dpdk-dev] [PATCH v1 5/7] power: support callbacks for multiple Rx queues

2021-06-23 Thread Burakov, Anatoly
On 22-Jun-21 10:41 AM, Ananyev, Konstantin wrote: Currently, there is a hard limitation on the PMD power management support that only allows it to support a single queue per lcore. This is not ideal as most DPDK use cases will poll multiple queues per core. The PMD power management mechanism r

Re: [dpdk-dev] [PATCH v1 5/7] power: support callbacks for multiple Rx queues

2021-06-22 Thread Ananyev, Konstantin
> Currently, there is a hard limitation on the PMD power management > support that only allows it to support a single queue per lcore. This is > not ideal as most DPDK use cases will poll multiple queues per core. > > The PMD power management mechanism relies on ethdev Rx callbacks, so it > is v