From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [PATCH 0/5] centralize deferred start checks
Date: Fri, 13 Dec 2024 13:48:13 -0800 [thread overview]
Message-ID: <20241213214929.817688-1-stephen@networkplumber.org> (raw)
Recent zxdh driver review raised the question of why should
drivers have to check rx_conf for deferred start support.
This can be better handled across all drivers at ethdev level.
Stephen Hemminger (5):
ethdev: check that device supports deferred start
net/dpaa: remove unnecessary deferred start check
net/dpaa2: remove unneeded deferred start check
net/enetfec: remove unneeded deferred start check
net/virtio: remove unneeded deferred start check
drivers/net/dpaa/dpaa_ethdev.c | 10 ----------
drivers/net/dpaa2/dpaa2_ethdev.c | 14 --------------
drivers/net/enetfec/enet_ethdev.c | 12 ------------
drivers/net/virtio/virtio_rxtx.c | 10 ----------
lib/ethdev/rte_ethdev.c | 10 ++++++++++
5 files changed, 10 insertions(+), 46 deletions(-)
--
2.45.2
next reply other threads:[~2024-12-13 21:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-13 21:48 Stephen Hemminger [this message]
2024-12-13 21:48 ` [PATCH 1/5] ethdev: check that device supports deferred start Stephen Hemminger
2024-12-13 21:48 ` [PATCH 2/5] net/dpaa: remove unnecessary deferred start check Stephen Hemminger
2024-12-13 21:48 ` [PATCH 3/5] net/dpaa2: remove unneeded " Stephen Hemminger
2024-12-13 21:48 ` [PATCH 4/5] net/enetfec: " Stephen Hemminger
2024-12-13 21:48 ` [PATCH 5/5] net/virtio: " 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=20241213214929.817688-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).