Re: [dpdk-dev] [PATCH v5 6/7] power: support monitoring multiple Rx queues

2021-07-05 Thread Burakov, Anatoly
On 30-Jun-21 11:29 AM, Ananyev, Konstantin wrote: Use the new multi-monitor intrinsic to allow monitoring multiple ethdev Rx queues while entering the energy efficient power state. The multi version will be used unconditionally if supported, and the UMWAIT one will only be used when multi-moni

Re: [dpdk-dev] [PATCH v5 6/7] power: support monitoring multiple Rx queues

2021-06-30 Thread Ananyev, Konstantin
> Use the new multi-monitor intrinsic to allow monitoring multiple ethdev > Rx queues while entering the energy efficient power state. The multi > version will be used unconditionally if supported, and the UMWAIT one > will only be used when multi-monitor is not supported by the hardware. > > S

[dpdk-dev] [PATCH v5 6/7] power: support monitoring multiple Rx queues

2021-06-29 Thread Anatoly Burakov
Use the new multi-monitor intrinsic to allow monitoring multiple ethdev Rx queues while entering the energy efficient power state. The multi version will be used unconditionally if supported, and the UMWAIT one will only be used when multi-monitor is not supported by the hardware. Signed-off-by: A