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

2019-04-01 Thread Thomas Monjalon
02/04/2019 02:06, Thomas Monjalon: > 01/04/2019 18:14, 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

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

2019-04-01 Thread Thomas Monjalon
01/04/2019 18:14, 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 provid

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

2019-04-01 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