From: Keith Wiles <keith.wiles@intel.com>
To: dev@dpdk.org
Cc: iryzhov@nfware.com
Subject: [PATCH v2 00/11] moving away from coremask to corelist
Date: Thu, 9 Feb 2017 17:42:22 -0600 [thread overview]
Message-ID: <20170209234233.63333-1-keith.wiles@intel.com> (raw)
In-Reply-To: <20170209181450.58466-1-keith.wiles@intel.com>
The coremask option in DPDK is difficult to use and we should be
promoting the use of the corelist (-l) option. The patch series
adjusts the docs to use -l EAL option instead of the -c option.
The patch series doc change only and is not required to be done
in 17.02 release, but should be added to the 17.05 release.
The -c option will be kept and not removed for now unless in the
future we decide to deprecate the code.
v2 - Fix taskset back to using -c
Keith Wiles (11):
doc/cryptodev: use corelist instead of coremask
doc/faq: use corelist instead of coremask
doc/freebsd: use corelist instead of coremask
doc/howto: use corelist instead of coremask
doc/linux: use corelist instead of coremask
doc/nics: use corelist instead of coremask
doc/prog_guide: use corelist instead of coremask
doc/testpmd: use corelist instead of coremask
doc/cryptoperf: use corelist instead of coremask
doc/xen: use corelist instead of coremask
doc/sample_app: use corelist instead of coremask
doc/guides/cryptodevs/aesni_gcm.rst | 2 +-
doc/guides/cryptodevs/aesni_mb.rst | 2 +-
doc/guides/cryptodevs/kasumi.rst | 2 +-
doc/guides/cryptodevs/null.rst | 2 +-
doc/guides/cryptodevs/openssl.rst | 2 +-
doc/guides/cryptodevs/snow3g.rst | 2 +-
doc/guides/cryptodevs/zuc.rst | 2 +-
doc/guides/faq/faq.rst | 4 ++-
doc/guides/freebsd_gsg/build_sample_apps.rst | 9 ++++---
doc/guides/freebsd_gsg/install_from_ports.rst | 2 +-
doc/guides/howto/flow_bifurcation.rst | 2 +-
doc/guides/howto/lm_bond_virtio_sriov.rst | 2 +-
doc/guides/howto/lm_virtio_vhost_user.rst | 2 +-
doc/guides/linux_gsg/build_sample_apps.rst | 19 +++++++-------
doc/guides/linux_gsg/nic_perf_intel_platform.rst | 2 +-
doc/guides/linux_gsg/quick_start.rst | 2 +-
doc/guides/nics/bnx2x.rst | 2 +-
doc/guides/nics/cxgbe.rst | 4 +--
doc/guides/nics/ena.rst | 2 +-
doc/guides/nics/i40e.rst | 4 +--
doc/guides/nics/intel_vf.rst | 7 +++--
doc/guides/nics/ixgbe.rst | 4 +--
doc/guides/nics/mlx4.rst | 2 +-
doc/guides/nics/mlx5.rst | 2 +-
doc/guides/nics/pcap_ring.rst | 14 +++++-----
doc/guides/nics/qede.rst | 2 +-
doc/guides/nics/szedata2.rst | 2 +-
doc/guides/nics/thunderx.rst | 2 +-
doc/guides/nics/vhost.rst | 2 +-
doc/guides/nics/virtio.rst | 6 ++---
doc/guides/prog_guide/kernel_nic_interface.rst | 2 +-
.../prog_guide/link_bonding_poll_mode_drv_lib.rst | 10 ++++----
doc/guides/prog_guide/multi_proc_support.rst | 2 +-
doc/guides/sample_app_ug/cmd_line.rst | 2 +-
doc/guides/sample_app_ug/dist_app.rst | 2 +-
doc/guides/sample_app_ug/exception_path.rst | 4 +--
doc/guides/sample_app_ug/hello_world.rst | 2 +-
doc/guides/sample_app_ug/intel_quickassist.rst | 2 +-
doc/guides/sample_app_ug/ip_frag.rst | 4 +--
doc/guides/sample_app_ug/ip_reassembly.rst | 4 +--
doc/guides/sample_app_ug/ipv4_multicast.rst | 2 +-
doc/guides/sample_app_ug/keep_alive.rst | 2 +-
doc/guides/sample_app_ug/kernel_nic_interface.rst | 4 +--
doc/guides/sample_app_ug/l2_forward_cat.rst | 6 ++---
doc/guides/sample_app_ug/l2_forward_crypto.rst | 2 +-
doc/guides/sample_app_ug/l2_forward_job_stats.rst | 2 +-
.../sample_app_ug/l2_forward_real_virtual.rst | 2 +-
.../sample_app_ug/l3_forward_access_ctrl.rst | 2 +-
doc/guides/sample_app_ug/link_status_intr.rst | 2 +-
doc/guides/sample_app_ug/load_balancer.rst | 2 +-
doc/guides/sample_app_ug/multi_process.rst | 30 +++++++++++-----------
doc/guides/sample_app_ug/performance_thread.rst | 20 +++++++--------
doc/guides/sample_app_ug/ptpclient.rst | 2 +-
doc/guides/sample_app_ug/qos_scheduler.rst | 6 ++---
doc/guides/sample_app_ug/quota_watermark.rst | 2 +-
doc/guides/sample_app_ug/rxtx_callbacks.rst | 2 +-
doc/guides/sample_app_ug/skeleton.rst | 2 +-
doc/guides/sample_app_ug/tep_termination.rst | 14 +++++-----
doc/guides/sample_app_ug/test_pipeline.rst | 2 +-
doc/guides/sample_app_ug/timer.rst | 2 +-
doc/guides/sample_app_ug/vhost.rst | 4 +--
doc/guides/sample_app_ug/vm_power_management.rst | 4 +--
doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst | 2 +-
doc/guides/testpmd_app_ug/run_app.rst | 2 +-
doc/guides/tools/cryptoperf.rst | 5 ++--
doc/guides/xen/pkt_switch.rst | 10 ++++----
66 files changed, 145 insertions(+), 137 deletions(-)
--
2.8.0.GIT
next prev parent reply other threads:[~2017-02-09 23:42 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-09 18:14 [PATCH 00/11] moving away from coremask to corelist Keith Wiles
2017-02-09 18:14 ` [PATCH 01/11] doc/cryptodev: use corelist instead of coremask Keith Wiles
2017-02-09 18:14 ` [PATCH 02/11] doc/faq: " Keith Wiles
2017-02-09 18:14 ` [PATCH 03/11] doc/freebsd: " Keith Wiles
2017-02-09 18:14 ` [PATCH 04/11] doc/howto: " Keith Wiles
2017-02-09 23:00 ` Igor Ryzhov
2017-02-09 23:20 ` Wiles, Keith
2017-02-09 18:14 ` [PATCH 05/11] doc/linux: " Keith Wiles
2017-02-09 18:14 ` [PATCH 06/11] doc/nics: " Keith Wiles
2017-02-09 18:14 ` [PATCH 07/11] doc/prog_guide: " Keith Wiles
2017-02-09 18:14 ` [PATCH 08/11] doc/testpmd: " Keith Wiles
2017-02-09 18:14 ` [PATCH 09/11] doc/cryptoperf: " Keith Wiles
2017-02-09 18:14 ` [PATCH 10/11] doc/xen: " Keith Wiles
2017-02-09 18:14 ` [PATCH 11/11] doc/sample_app: " Keith Wiles
2017-02-09 23:42 ` Keith Wiles [this message]
2017-02-10 8:46 ` [PATCH v2 00/11] moving away from coremask to corelist Thomas Monjalon
2017-02-10 13:47 ` Wiles, Keith
2017-02-09 23:42 ` [PATCH v2 01/11] doc/cryptodev: use corelist instead of coremask Keith Wiles
2017-02-09 23:42 ` [PATCH v2 02/11] doc/faq: " Keith Wiles
2017-02-09 23:42 ` [PATCH v2 03/11] doc/freebsd: " Keith Wiles
2017-02-09 23:42 ` [PATCH v2 04/11] doc/howto: " Keith Wiles
2017-02-09 23:42 ` [PATCH v2 05/11] doc/linux: " Keith Wiles
2017-02-09 23:42 ` [PATCH v2 06/11] doc/nics: " Keith Wiles
2017-02-09 23:42 ` [PATCH v2 07/11] doc/prog_guide: " Keith Wiles
2017-02-09 23:42 ` [PATCH v2 08/11] doc/testpmd: " Keith Wiles
2017-02-09 23:42 ` [PATCH v2 09/11] doc/cryptoperf: " Keith Wiles
2017-02-09 23:42 ` [PATCH v2 10/11] doc/xen: " Keith Wiles
2017-02-09 23:42 ` [PATCH v2 11/11] doc/sample_app: " Keith Wiles
2017-02-10 14:01 ` [PATCH v3] doc: " Keith Wiles
2017-02-21 15:53 ` Mcnamara, John
2017-02-21 17:38 ` [PATCH v4] " Keith Wiles
2017-02-22 10:20 ` Mcnamara, John
2017-02-27 19:13 ` [PATCH v5] " Keith Wiles
2017-02-28 17:14 ` Mcnamara, John
2017-03-01 19:40 ` Thomas Monjalon
2017-03-01 20:03 ` Wiles, Keith
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170209234233.63333-1-keith.wiles@intel.com \
--to=keith.wiles@intel.com \
--cc=dev@dpdk.org \
--cc=iryzhov@nfware.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.