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

2020-10-15 Thread Ananyev, Konstantin
> On 14-Oct-20 7:41 PM, Ananyev, Konstantin wrote: > >> 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 > >> arc

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

2020-10-15 Thread Burakov, Anatoly
On 14-Oct-20 7:41 PM, Ananyev, Konstantin wrote: 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 p

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

2020-10-14 Thread Ananyev, Konstantin
> 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 > unti

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

2020-10-14 Thread David Hunt
On 14/10/2020 2:30 PM, Anatoly Burakov wrote: 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 po

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

2020-10-14 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