From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [RFC 0/5] net/zxdh: possible changes
Date: Sat, 22 Feb 2025 18:42:19 -0800 [thread overview]
Message-ID: <20250223024334.1216477-1-stephen@networkplumber.org> (raw)
Reviewing zxdh driver these are some obvious things that could
be fixed
Stephen Hemminger (5):
net/zxdh: remove __rte_unused from function prototypes
net/zxdh: remove __rte_unused attribute
net/zxdh: fix RTE_ASSERT expression
net/zxdh: make callback table const and static
net/zxdh: fix indentation in mtr get and use assign
drivers/net/zxdh/zxdh_ethdev.c | 2 +-
drivers/net/zxdh/zxdh_ethdev_ops.c | 2 +-
drivers/net/zxdh/zxdh_ethdev_ops.h | 10 ++++------
drivers/net/zxdh/zxdh_msg.c | 24 ++++++++++--------------
drivers/net/zxdh/zxdh_msg.h | 1 -
drivers/net/zxdh/zxdh_mtr.c | 30 +++++++++++++++---------------
drivers/net/zxdh/zxdh_mtr.h | 4 ++--
drivers/net/zxdh/zxdh_np.h | 2 +-
drivers/net/zxdh/zxdh_queue.h | 4 ++--
drivers/net/zxdh/zxdh_rxtx.h | 6 ++----
10 files changed, 38 insertions(+), 47 deletions(-)
--
2.47.2
next reply other threads:[~2025-02-23 2:43 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-23 2:42 Stephen Hemminger [this message]
2025-02-23 2:42 ` [RFC 1/5] net/zxdh: remove __rte_unused from function prototypes Stephen Hemminger
2025-02-23 2:42 ` [RFC 2/5] net/zxdh: remove __rte_unused attribute Stephen Hemminger
2025-02-23 2:42 ` [RFC 3/5] net/zxdh: fix RTE_ASSERT expression Stephen Hemminger
2025-02-23 2:42 ` [RFC 4/5] net/zxdh: make callback table const and static Stephen Hemminger
2025-02-23 2:42 ` [RFC 5/5] net/zxdh: fix indentation in mtr get and use assign 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=20250223024334.1216477-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).