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

2019-03-28 Thread Hunt, David
Hi Anatoly, On 27/3/2019 1:58 PM, Burakov, Anatoly wrote: On 22-Feb-19 11:45 AM, 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 t

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

2019-03-27 Thread Burakov, Anatoly
On 22-Feb-19 11:45 AM, 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 provi

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

2019-02-22 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