Re: [dpdk-dev] [PATCH v2 0/3] Core capabilities query

2019-10-27 Thread Thomas Monjalon
30/09/2019 15:00, David Hunt: > Extend guest channel and sample apps to query CPU capabilities. Useful > when a guest wants to see if there is a high frequency/priority > core available for heavier workloads, i.e. Intel SST-BF. > > The guest_cli implements an example of this via the query_cpu_caps

[dpdk-dev] [PATCH v2 0/3] Core capabilities query

2019-09-30 Thread David Hunt
Extend guest channel and sample apps to query CPU capabilities. Useful when a guest wants to see if there is a high frequency/priority core available for heavier workloads, i.e. Intel SST-BF. The guest_cli implements an example of this via the query_cpu_caps cmd. Please note that these changes de