DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1 0/5] net/zxdh: add support some new features
@ 2025-12-20  6:15 Junlong Wang
  2025-12-20  6:15 ` [PATCH v1 1/5] net/zxdh: add support for modifying queue depth Junlong Wang
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Junlong Wang @ 2025-12-20  6:15 UTC (permalink / raw)
  To: stephen; +Cc: dev, Junlong Wang


[-- Attachment #1.1.1: Type: text/plain, Size: 1254 bytes --]

V1:
  - support modifying queue depth.
  - optimeze alloc queue resources.
  - support set link speed.
  - support primary/secondary process.
  - support GENEVE TSO/chksum,and tunnel packets outer udp chksum.

Junlong Wang (5):
  net/zxdh: add support for modifying queue depth
  net/zxdh: optimize alloc queue resources
  net/zxdh: add support set link speed get autoneg stats
  net/zxdh: add support primary/secondary process
  net/zxdh: add support GENEVE TSO and Rx outer UDP chksum

 drivers/net/zxdh/zxdh_common.c     |  75 ++-------
 drivers/net/zxdh/zxdh_common.h     |   2 +-
 drivers/net/zxdh/zxdh_ethdev.c     | 239 ++++++++++++++++++++---------
 drivers/net/zxdh/zxdh_ethdev.h     |  23 ++-
 drivers/net/zxdh/zxdh_ethdev_ops.c | 165 ++++++++++++++++----
 drivers/net/zxdh/zxdh_ethdev_ops.h |  15 ++
 drivers/net/zxdh/zxdh_msg.c        |  52 +++++++
 drivers/net/zxdh/zxdh_msg.h        |  24 ++-
 drivers/net/zxdh/zxdh_pci.h        |   2 +
 drivers/net/zxdh/zxdh_queue.c      | 137 ++++++++++++++---
 drivers/net/zxdh/zxdh_queue.h      |  12 +-
 drivers/net/zxdh/zxdh_rxtx.c       | 117 ++++++++++----
 drivers/net/zxdh/zxdh_tables.h     |  12 +-
 13 files changed, 649 insertions(+), 226 deletions(-)

-- 
2.27.0

[-- Attachment #1.1.2: Type: text/html , Size: 2404 bytes --]

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

end of thread, other threads:[~2025-12-21 17:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-20  6:15 [PATCH v1 0/5] net/zxdh: add support some new features Junlong Wang
2025-12-20  6:15 ` [PATCH v1 1/5] net/zxdh: add support for modifying queue depth Junlong Wang
2025-12-20  6:15 ` [PATCH v1 2/5] net/zxdh: optimize alloc queue resources Junlong Wang
2025-12-20  6:15 ` [PATCH v1 3/5] net/zxdh: add support set link speed get autoneg stats Junlong Wang
2025-12-21 16:57   ` Stephen Hemminger
2025-12-20  6:15 ` [PATCH v1 4/5] net/zxdh: add support primary/secondary process Junlong Wang
2025-12-21 17:00   ` Stephen Hemminger
2025-12-20  6:15 ` [PATCH v1 5/5] net/zxdh: add support GENEVE TSO and Rx outer UDP chksum Junlong Wang

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