DPDK patches and discussions
 help / color / mirror / Atom feed
From: Zaiyu Wang <zaiyuwang@trustnetic.com>
To: dev@dpdk.org
Cc: Zaiyu Wang <zaiyuwang@trustnetic.com>
Subject: [PATCH 0/2] *** Wangxun new NIC support ***
Date: Fri, 18 Apr 2025 17:41:28 +0800	[thread overview]
Message-ID: <20250418094131.24136-1-zaiyuwang@trustnetic.com> (raw)

We have released a new NIC series: Amber-Lite, with two models supporting
10G/25G and 10G/40G rates. Due to minimal hardware differences from 
existing 10G NICs, it remains supported within the txgbe driver.

Zaiyu Wang (2):
  net/txgbe: add support for Wangxun new NIC Amber-Lite 25g/40g
  net/txgbe: add basic code for Amber-Liter NIC configuration

 drivers/net/txgbe/base/meson.build    |    4 +
 drivers/net/txgbe/base/txgbe_aml.c    |  345 +++
 drivers/net/txgbe/base/txgbe_aml.h    |   11 +
 drivers/net/txgbe/base/txgbe_aml40.c  |  196 ++
 drivers/net/txgbe/base/txgbe_aml40.h  |   11 +
 drivers/net/txgbe/base/txgbe_devids.h |    9 +
 drivers/net/txgbe/base/txgbe_e56.c    | 3371 +++++++++++++++++++++++++
 drivers/net/txgbe/base/txgbe_e56.h    | 1784 +++++++++++++
 drivers/net/txgbe/base/txgbe_e56_bp.c | 2238 ++++++++++++++++
 drivers/net/txgbe/base/txgbe_e56_bp.h |   13 +
 drivers/net/txgbe/base/txgbe_hw.c     |   23 +-
 drivers/net/txgbe/base/txgbe_hw.h     |    2 +-
 drivers/net/txgbe/base/txgbe_osdep.h  |    4 +
 drivers/net/txgbe/base/txgbe_phy.h    |   17 +
 drivers/net/txgbe/base/txgbe_regs.h   |   25 +-
 drivers/net/txgbe/base/txgbe_type.h   |   36 +
 drivers/net/txgbe/txgbe_ethdev.c      |   35 +-
 17 files changed, 8110 insertions(+), 14 deletions(-)
 create mode 100644 drivers/net/txgbe/base/txgbe_aml.c
 create mode 100644 drivers/net/txgbe/base/txgbe_aml.h
 create mode 100644 drivers/net/txgbe/base/txgbe_aml40.c
 create mode 100644 drivers/net/txgbe/base/txgbe_aml40.h
 create mode 100644 drivers/net/txgbe/base/txgbe_e56.c
 create mode 100644 drivers/net/txgbe/base/txgbe_e56.h
 create mode 100644 drivers/net/txgbe/base/txgbe_e56_bp.c
 create mode 100644 drivers/net/txgbe/base/txgbe_e56_bp.h

-- 
2.21.0.windows.1


             reply	other threads:[~2025-04-18  9:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-18  9:41 Zaiyu Wang [this message]
2025-04-18  9:41 ` [PATCH 1/2] net/txgbe: add support for Wangxun new NIC Amber-Lite 25g/40g Zaiyu Wang
2025-04-18  9:41 ` [PATCH 2/2] net/txgbe: add basic code for Amber-Liter NIC configuration Zaiyu Wang

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=20250418094131.24136-1-zaiyuwang@trustnetic.com \
    --to=zaiyuwang@trustnetic.com \
    --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).