From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [RFT 0/3] net/dpaa2: global symbol fixes
Date: Wed, 15 Oct 2025 16:07:36 -0700 [thread overview]
Message-ID: <20251015230933.875860-1-stephen@networkplumber.org> (raw)
While looking at how some PMD's are sloppy about exporting global symbol
names, found that dpaa2 driver was defining some globals that could
cause problems.
These need to be tested on real hardware.
Stephen Hemminger (3):
net/dpaa2: remove unused frame array
net/dpaa2: make local array static
net/dpaa2: make total rx descriptors per device
drivers/net/dpaa2/dpaa2_ethdev.c | 9 +--
drivers/net/dpaa2/dpaa2_ethdev.h | 1 +
drivers/net/dpaa2/dpaa2_sparser.c | 119 +-----------------------------
3 files changed, 6 insertions(+), 123 deletions(-)
--
2.47.3
next reply other threads:[~2025-10-15 23:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-15 23:07 Stephen Hemminger [this message]
2025-10-15 23:07 ` [RFT 1/3] net/dpaa2: remove unused frame array Stephen Hemminger
2025-10-15 23:07 ` [RFT 2/3] net/dpaa2: make local array static Stephen Hemminger
2025-10-15 23:07 ` [RFT 3/3] net/dpaa2: make total rx descriptors per device 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=20251015230933.875860-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).