Re: [dpdk-dev] [PATCH v2] examples/distributor: detect high frequency cores

2019-03-28 Thread Hunt, David
On 28/3/2019 3:10 PM, Burakov, Anatoly wrote: On 28-Mar-19 2:42 PM, Hunt, David wrote: On 28/3/2019 1:58 PM, Burakov, Anatoly wrote: On 28-Mar-19 1:13 PM, David Hunt wrote: The distributor application is bottlenecked by the distributor core, so if we can give more frequency to this core, th

Re: [dpdk-dev] [PATCH v2] examples/distributor: detect high frequency cores

2019-03-28 Thread Burakov, Anatoly
On 28-Mar-19 2:42 PM, Hunt, David wrote: On 28/3/2019 1:58 PM, Burakov, Anatoly wrote: On 28-Mar-19 1:13 PM, David Hunt wrote: The distributor application is bottlenecked by the distributor core, so if we can give more frequency to this core, then the overall performance of the application may

Re: [dpdk-dev] [PATCH v2] examples/distributor: detect high frequency cores

2019-03-28 Thread Hunt, David
On 28/3/2019 1:58 PM, Burakov, Anatoly wrote: On 28-Mar-19 1:13 PM, David Hunt wrote: The distributor application is bottlenecked by the distributor core, so if we can give more frequency to this core, then the overall performance of the application may increase. This patch uses the rte_power

Re: [dpdk-dev] [PATCH v2] examples/distributor: detect high frequency cores

2019-03-28 Thread Burakov, Anatoly
On 28-Mar-19 1:13 PM, David Hunt wrote: The distributor application is bottlenecked by the distributor core, so if we can give more frequency to this core, then the overall performance of the application may increase. This patch uses the rte_power_get_capabilities() API to query the cores provid

[dpdk-dev] [PATCH v2] examples/distributor: detect high frequency cores

2019-03-28 Thread David Hunt
The distributor application is bottlenecked by the distributor core, so if we can give more frequency to this core, then the overall performance of the application may increase. This patch uses the rte_power_get_capabilities() API to query the cores provided in the core mask, and if any high frequ