Re: [dpdk-dev] [PATCH v1 1/2] lib/librte_power: traffic pattern aware power control

2018-06-18 Thread Liang, Ma
On 14 Jun 11:59, Hunt, David wrote: > Hi Liang > > > > On 8/6/2018 10:57 AM, Liang Ma wrote: > > 1. Abstract > > > > For packet processing workloads such as DPDK polling is continuous. > > This means CPU cores always show 100% busy independent of how much work > > those cores are doing. It is c

Re: [dpdk-dev] [PATCH v1 1/2] lib/librte_power: traffic pattern aware power control

2018-06-14 Thread Hunt, David
Hi Liang On 8/6/2018 10:57 AM, Liang Ma wrote: 1. Abstract For packet processing workloads such as DPDK polling is continuous. This means CPU cores always show 100% busy independent of how much work those cores are doing. It is critical to accurately determine how busy a core is hugely import

[dpdk-dev] [PATCH v1 1/2] lib/librte_power: traffic pattern aware power control

2018-06-08 Thread Liang Ma
1. Abstract For packet processing workloads such as DPDK polling is continuous. This means CPU cores always show 100% busy independent of how much work those cores are doing. It is critical to accurately determine how busy a core is hugely important for the following reasons: * No indication o