DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1 0/3] net/r8169: support multiq and code refactor
@ 2025-10-28  8:47 Howard Wang
  2025-10-28  8:47 ` [PATCH v1 1/3] net/r8169: support multiq for 8126 and 8127 Howard Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Howard Wang @ 2025-10-28  8:47 UTC (permalink / raw)
  To: dev; +Cc: pro_nic_dpdk, Howard Wang

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(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-10-28 13:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-28  8:47 [PATCH v1 0/3] net/r8169: support multiq and code refactor Howard Wang
2025-10-28  8:47 ` [PATCH v1 1/3] net/r8169: support multiq for 8126 and 8127 Howard Wang
2025-10-28  8:47 ` [PATCH v1 2/3] net/r8169: simplify config method check with if Howard Wang
2025-10-28  8:47 ` [PATCH v1 3/3] net/r8169: fix issues reported by Coverity Howard Wang
2025-10-28 13:37   ` Stephen Hemminger

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).