doc: use corelist instead of coremask
authorKeith Wiles <keith.wiles@intel.com>
Mon, 27 Feb 2017 19:13:40 +0000 (11:13 -0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 1 Mar 2017 19:39:58 +0000 (20:39 +0100)
commit35b09d76f89e7d5a4f38a2926cf6915028ed1e56
tree0fb89bd215f4c5549c156701143388107549a2d6
parent048ed1d8284b0e91cd940a3edbd8f79861a6b997
doc: use corelist instead of coremask

The coremask option in DPDK is difficult to use and we should be
promoting the use of the corelist (-l) option. The patch
adjusts the docs to use -l EAL option instead of the -c option.

The patch only changes the docs and not the code as the -c option
will continue to exist unless it is removed in the future. The -c
option should be kept to maintain backward compatibility.

Signed-off-by: Keith Wiles <keith.wiles@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
68 files changed:
doc/guides/contributing/documentation.rst
doc/guides/cryptodevs/aesni_gcm.rst
doc/guides/cryptodevs/aesni_mb.rst
doc/guides/cryptodevs/kasumi.rst
doc/guides/cryptodevs/null.rst
doc/guides/cryptodevs/openssl.rst
doc/guides/cryptodevs/snow3g.rst
doc/guides/cryptodevs/zuc.rst
doc/guides/faq/faq.rst
doc/guides/freebsd_gsg/build_sample_apps.rst
doc/guides/freebsd_gsg/install_from_ports.rst
doc/guides/howto/flow_bifurcation.rst
doc/guides/howto/lm_bond_virtio_sriov.rst
doc/guides/howto/lm_virtio_vhost_user.rst
doc/guides/howto/virtio_user_as_exceptional_path.rst
doc/guides/howto/virtio_user_for_container_networking.rst
doc/guides/linux_gsg/build_sample_apps.rst
doc/guides/linux_gsg/nic_perf_intel_platform.rst
doc/guides/linux_gsg/quick_start.rst
doc/guides/nics/bnx2x.rst
doc/guides/nics/cxgbe.rst
doc/guides/nics/ena.rst
doc/guides/nics/i40e.rst
doc/guides/nics/intel_vf.rst
doc/guides/nics/ixgbe.rst
doc/guides/nics/mlx4.rst
doc/guides/nics/mlx5.rst
doc/guides/nics/pcap_ring.rst
doc/guides/nics/qede.rst
doc/guides/nics/szedata2.rst
doc/guides/nics/thunderx.rst
doc/guides/nics/vhost.rst
doc/guides/nics/virtio.rst
doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst
doc/guides/prog_guide/multi_proc_support.rst
doc/guides/sample_app_ug/cmd_line.rst
doc/guides/sample_app_ug/dist_app.rst
doc/guides/sample_app_ug/exception_path.rst
doc/guides/sample_app_ug/hello_world.rst
doc/guides/sample_app_ug/intel_quickassist.rst
doc/guides/sample_app_ug/ip_frag.rst
doc/guides/sample_app_ug/ip_reassembly.rst
doc/guides/sample_app_ug/ipv4_multicast.rst
doc/guides/sample_app_ug/keep_alive.rst
doc/guides/sample_app_ug/kernel_nic_interface.rst
doc/guides/sample_app_ug/l2_forward_cat.rst
doc/guides/sample_app_ug/l2_forward_crypto.rst
doc/guides/sample_app_ug/l2_forward_job_stats.rst
doc/guides/sample_app_ug/l2_forward_real_virtual.rst
doc/guides/sample_app_ug/l3_forward_access_ctrl.rst
doc/guides/sample_app_ug/link_status_intr.rst
doc/guides/sample_app_ug/load_balancer.rst
doc/guides/sample_app_ug/multi_process.rst
doc/guides/sample_app_ug/performance_thread.rst
doc/guides/sample_app_ug/ptpclient.rst
doc/guides/sample_app_ug/qos_scheduler.rst
doc/guides/sample_app_ug/quota_watermark.rst
doc/guides/sample_app_ug/rxtx_callbacks.rst
doc/guides/sample_app_ug/skeleton.rst
doc/guides/sample_app_ug/tep_termination.rst
doc/guides/sample_app_ug/test_pipeline.rst
doc/guides/sample_app_ug/timer.rst
doc/guides/sample_app_ug/vhost.rst
doc/guides/sample_app_ug/vm_power_management.rst
doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst
doc/guides/testpmd_app_ug/run_app.rst
doc/guides/tools/cryptoperf.rst
doc/guides/xen/pkt_switch.rst