From: Stephen Hemminger <stephen@networkplumber.org>
To: Howard Wang <howard_wang@realsil.com.cn>
Cc: <dev@dpdk.org>, <pro_nic_dpdk@realtek.com>
Subject: Re: [PATCH v2 0/3] net/r8169: support multiq and code refactor
Date: Wed, 29 Oct 2025 08:53:19 -0700 [thread overview]
Message-ID: <20251029085319.4e745d41@phoenix> (raw)
In-Reply-To: <20251029020838.401035-1-howard_wang@realsil.com.cn>
On Wed, 29 Oct 2025 10:08:35 +0800
Howard Wang <howard_wang@realsil.com.cn> wrote:
> Howard Wang (3):
> net/r8169: support multiq for 8126 and 8127
> net/r8169: simplify config method check with if
> net/r8169: fix issues reported by Coverity
>
> .mailmap | 1 +
> MAINTAINERS | 1 +
> doc/guides/nics/features/r8169.ini | 3 +
> doc/guides/nics/r8169.rst | 2 +
> drivers/net/r8169/r8169_compat.h | 10 +
> drivers/net/r8169/r8169_ethdev.c | 212 ++++++-
> drivers/net/r8169/r8169_ethdev.h | 149 ++++-
> drivers/net/r8169/r8169_hw.c | 607 +++++++------------
> drivers/net/r8169/r8169_hw.h | 3 +
> drivers/net/r8169/r8169_phy.c | 239 +-------
> drivers/net/r8169/r8169_rxtx.c | 930 ++++++++++++++++++++---------
> 11 files changed, 1230 insertions(+), 927 deletions(-)
>
Queued to next-net
prev parent reply other threads:[~2025-10-29 15:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-29 2:08 [PATCH v2 0/3] net/r8169: support multiq and code refactor Howard Wang
2025-10-29 2:08 ` [PATCH v2 1/3] net/r8169: support multiq for 8126 and 8127 Howard Wang
2025-10-29 2:08 ` [PATCH v2 2/3] net/r8169: simplify config method check with if Howard Wang
2025-10-29 2:08 ` [PATCH v2 3/3] net/r8169: fix issues reported by Coverity Howard Wang
2025-10-29 15:53 ` Stephen Hemminger [this message]
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=20251029085319.4e745d41@phoenix \
--to=stephen@networkplumber.org \
--cc=dev@dpdk.org \
--cc=howard_wang@realsil.com.cn \
--cc=pro_nic_dpdk@realtek.com \
/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.