From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [dpdk-dev] [RFC 0/5] make lcore_config less visible
Date: Wed, 3 Apr 2019 10:16:05 -0700 [thread overview]
Message-ID: <20190403171610.23970-1-stephen@networkplumber.org> (raw)
Message-ID: <20190403171605.M81DJnNFMW62XPcdc23SWOyG57_3_vy9Jq3RDCaqD_4@z> (raw)
This is a compile tested only set of patches to make the
current lcore_config structure internal to EAL.
The first 4 would go into current release, and the
last would go into later release to make it fully
internal.
Stephen Hemminger (5):
eal: add accessor functions for lcore_config
bus: use lcore accessor functions
examples/bond: use lcore accessor
app/test: use lcore accessor functions
eal: make lcore_config private
app/test/test_cryptodev.c | 2 +-
app/test/test_hash_readwrite_lf.c | 12 ++--
app/test/test_ring_perf.c | 22 +++---
doc/guides/rel_notes/release_19_05.rst | 7 ++
drivers/bus/dpaa/dpaa_bus.c | 6 +-
drivers/bus/fslmc/portal/dpaa2_hw_dpio.c | 4 +-
examples/bond/main.c | 4 +-
lib/librte_eal/common/eal_common_launch.c | 2 +
lib/librte_eal/common/eal_common_lcore.c | 46 +++++++++++++
lib/librte_eal/common/eal_private.h | 22 ++++++
lib/librte_eal/common/include/rte_lcore.h | 81 ++++++++++++-----------
lib/librte_eal/common/rte_service.c | 2 +
lib/librte_eal/rte_eal_version.map | 1 -
13 files changed, 150 insertions(+), 61 deletions(-)
--
2.17.1
next reply other threads:[~2019-04-03 17:16 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-03 17:16 Stephen Hemminger [this message]
2019-04-03 17:16 ` Stephen Hemminger
2019-04-03 17:16 ` [dpdk-dev] [RFC 1/5] eal: add accessor functions for lcore_config Stephen Hemminger
2019-04-03 17:16 ` Stephen Hemminger
2019-04-05 11:01 ` David Marchand
2019-04-05 11:01 ` David Marchand
2019-04-05 16:33 ` Stephen Hemminger
2019-04-05 16:33 ` Stephen Hemminger
2019-04-03 17:16 ` [dpdk-dev] [RFC 2/5] bus: use lcore accessor functions Stephen Hemminger
2019-04-03 17:16 ` Stephen Hemminger
2019-04-03 17:16 ` [dpdk-dev] [RFC 3/5] examples/bond: use lcore accessor Stephen Hemminger
2019-04-03 17:16 ` Stephen Hemminger
2019-04-03 17:16 ` [dpdk-dev] [RFC 4/5] app/test: use lcore accessor functions Stephen Hemminger
2019-04-03 17:16 ` Stephen Hemminger
2019-04-03 17:16 ` [dpdk-dev] [RFC 5/5] eal: make lcore_config private Stephen Hemminger
2019-04-03 17:16 ` Stephen Hemminger
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=20190403171610.23970-1-stephen@networkplumber.org \
--to=stephen@networkplumber.org \
--cc=dev@dpdk.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).