numam-dpdk/examples
Radu Nicolau f88e7c175a examples/l3fwd-power: add high/regular perf cores options
Added high/regular performance core pinning configuration options
that can be used in place of the existing 'config' option.

'--high-perf-cores CORELIST' option allow the user to specify a
high performance cores list; if this option is not used and the
'perf-config' option is used, the application will query the
system using the rte_power library in order to get a list of
available high performance cores. The cores that are considered
high performance are the cores that have turbo enabled.

'--perf-config (port,queue,hi_perf,lcore_index)'
option is similar to the existing config option, the cores are specified
as indices for bins containing high or regular performance cores.

Example:

l3fwd-power -l 6,7 -- -p 0xff \
--high-perf-cores 6 --perf-config="(0,0,0,0),(1,0,1,0)"

cores 6 and 7 are used, core 6 is specified as a high performance core.
port 0 queue 0 will use a regular performance core, index 0 (core 7)
port 1 queue 0 will use a high performance core, index 0 (core 6)

Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
Acked-by: David Hunt <david.hunt@intel.com>
2018-07-12 19:19:07 +02:00
..
bbdev_app ethdev: convert remaining apps to new offload API 2018-07-04 21:50:22 +02:00
bond examples: fix RSS hash function configuration 2018-07-05 15:46:48 +02:00
cmdline examples/cmdline: convert to SPDX license tag 2018-02-13 23:30:52 +01:00
distributor examples: fix RSS hash function configuration 2018-07-05 15:46:48 +02:00
ethtool examples: make Linux environment check consistent 2018-07-12 09:48:12 +02:00
eventdev_pipeline examples: fix RSS hash function configuration 2018-07-05 15:46:48 +02:00
exception_path ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
flow_classify ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
flow_filtering ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
helloworld build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
ip_fragmentation ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
ip_pipeline examples/ip_pipeline: remove commands restriction 2018-07-12 13:56:17 +02:00
ip_reassembly examples: fix RSS hash function configuration 2018-07-05 15:46:48 +02:00
ipsec-secgw cryptodev: define value for unlimited sessions 2018-07-11 03:57:24 +02:00
ipv4_multicast ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
kni examples/kni: fix dependency check for meson build 2018-07-12 12:29:07 +02:00
l2fwd ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
l2fwd-cat ethdev: remove experimental flag of ports enumeration 2018-04-27 18:00:24 +01:00
l2fwd-crypto examples/l2fwd-crypto: limit number of sessions 2018-07-11 03:57:20 +02:00
l2fwd-jobstats ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
l2fwd-keepalive ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
l3fwd examples: fix RSS hash function configuration 2018-07-05 15:46:48 +02:00
l3fwd-acl examples: fix RSS hash function configuration 2018-07-05 15:46:48 +02:00
l3fwd-power examples/l3fwd-power: add high/regular perf cores options 2018-07-12 19:19:07 +02:00
l3fwd-vf examples: fix RSS hash function configuration 2018-07-05 15:46:48 +02:00
link_status_interrupt ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
load_balancer examples: fix RSS hash function configuration 2018-07-05 15:46:48 +02:00
multi_process examples: make Linux environment check consistent 2018-07-12 09:48:12 +02:00
netmap_compat examples: make Linux environment check consistent 2018-07-12 09:48:12 +02:00
packet_ordering ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
performance-thread examples: fix RSS hash function configuration 2018-07-05 15:46:48 +02:00
ptpclient ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
qos_meter examples: fix RSS hash function configuration 2018-07-05 15:46:48 +02:00
qos_sched examples: make Linux environment check consistent 2018-07-12 09:48:12 +02:00
quota_watermark ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
rxtx_callbacks ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
server_node_efd examples: make Linux environment check consistent 2018-07-12 09:48:12 +02:00
service_cores service: remove experimental tags 2018-04-25 14:57:37 +02:00
skeleton ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
tep_termination examples: make Linux environment check consistent 2018-07-12 09:48:12 +02:00
timer build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
vhost examples: make Linux environment check consistent 2018-07-12 09:48:12 +02:00
vhost_crypto examples: make Linux environment check consistent 2018-07-12 09:48:12 +02:00
vhost_scsi examples: make Linux environment check consistent 2018-07-12 09:48:12 +02:00
vm_power_manager ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
vmdq ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
vmdq_dcb examples: fix RSS hash function configuration 2018-07-05 15:46:48 +02:00
Makefile use SPDX tag for 6WIND copyrighted files 2018-05-25 10:47:06 +02:00
meson.build build: fix for host clang and cross gcc 2018-07-11 21:14:21 +02:00