From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [PATCH 0/3] net/nfb: driver cleanups
Date: Thu, 7 Dec 2023 10:56:28 -0800 [thread overview]
Message-ID: <20231207185720.19913-1-stephen@networkplumber.org> (raw)
In-Reply-To: <20231206175326.116375-1-stephen@networkplumber.org>
Replace static logtype with dynamic logtype and
remove dead code. Compile tested on Fedora.
Stephen Hemminger (3):
net/nfb: remove unused device args
net/nfb: make device path local to init function
net/nfb: use dynamic logtype
drivers/net/nfb/nfb.h | 10 ++++----
drivers/net/nfb/nfb_ethdev.c | 44 ++++++++++--------------------------
drivers/net/nfb/nfb_rx.c | 9 ++++----
drivers/net/nfb/nfb_rx.h | 2 +-
drivers/net/nfb/nfb_tx.c | 9 ++++----
drivers/net/nfb/nfb_tx.h | 2 +-
6 files changed, 27 insertions(+), 49 deletions(-)
--
2.42.0
next prev parent reply other threads:[~2023-12-07 18:57 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-06 17:51 [RFT] net/nfb: use dynamic logtype Stephen Hemminger
2023-12-07 10:37 ` Martin Spinler
2023-12-07 17:32 ` Stephen Hemminger
2023-12-07 18:56 ` Stephen Hemminger [this message]
2023-12-07 18:56 ` [PATCH 1/3] net/nfb: remove unused device args Stephen Hemminger
2023-12-07 18:56 ` [PATCH 2/3] net/nfb: make device path local to init function Stephen Hemminger
2023-12-07 18:56 ` [PATCH 3/3] net/nfb: use dynamic logtype Stephen Hemminger
2023-12-12 8:49 ` Martin Spinler
2024-01-12 12:16 ` [PATCH 0/3] net/nfb: driver cleanups Ferruh Yigit
2024-01-12 13:50 ` Martin Spinler
2024-02-08 1:02 ` Ferruh Yigit
2024-02-08 12:01 ` Ferruh Yigit
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=20231207185720.19913-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 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.