Re: [dpdk-dev] [PATCH v7 05/10] power: add PMD power management API and callback

2020-10-15 Thread Ananyev, Konstantin
> Add a simple on/off switch that will enable saving power when no > packets are arriving. It is based on counting the number of empty > polls and, when the number reaches a certain threshold, entering an > architecture-defined optimized power state that will either wait > until a TSC timestamp

[dpdk-dev] [PATCH v7 05/10] power: add PMD power management API and callback

2020-10-15 Thread Anatoly Burakov
From: Liang Ma Add a simple on/off switch that will enable saving power when no packets are arriving. It is based on counting the number of empty polls and, when the number reaches a certain threshold, entering an architecture-defined optimized power state that will either wait until a TSC timest