From: Jiawen Wu <jiawenwu@trustnetic.com>
To: dev@dpdk.org
Cc: Jiawen Wu <jiawenwu@trustnetic.com>
Subject: [dpdk-dev] [PATCH v3 0/7] txgbe backplane AN training
Date: Thu, 25 Mar 2021 13:51:34 +0800 [thread overview]
Message-ID: <20210325055141.629963-1-jiawenwu@trustnetic.com> (raw)
This series update link process for backplane NICs.
And support to control AN training.
v3:
- Add devargs gradually in the patches they are used.
- Update 21.05 relaese notes.
v2:
- Convert compile time flags to runtime options
- Move firmware version get operation to base code
- Fix minor bugs
Jiawen Wu (7):
net/txgbe: update device ID
net/txgbe: move firmware version get function to base code
net/txgbe: update link setup process of backplane NICs
net/txgbe/base: support to handle backplane AN73 flow
net/txgbe: handle AN interrupt and link update
net/txgbe: add FFE parameters for user debugging
doc: add txgbe backplane update in release notes
doc/guides/nics/txgbe.rst | 50 ++
doc/guides/rel_notes/release_21_05.rst | 1 +
drivers/net/txgbe/base/txgbe_devids.h | 44 +-
drivers/net/txgbe/base/txgbe_dummy.h | 6 +
drivers/net/txgbe/base/txgbe_eeprom.h | 3 +
drivers/net/txgbe/base/txgbe_hw.c | 160 ++----
drivers/net/txgbe/base/txgbe_osdep.h | 1 +
drivers/net/txgbe/base/txgbe_phy.c | 760 ++++++++++++++++++++++---
drivers/net/txgbe/base/txgbe_phy.h | 107 +++-
drivers/net/txgbe/base/txgbe_type.h | 50 +-
drivers/net/txgbe/txgbe_ethdev.c | 143 ++++-
drivers/net/txgbe/txgbe_ethdev.h | 7 +-
drivers/net/txgbe/txgbe_ethdev_vf.c | 4 +-
drivers/net/txgbe/txgbe_logs.h | 10 +
14 files changed, 1122 insertions(+), 224 deletions(-)
--
2.27.0
next reply other threads:[~2021-03-25 5:51 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-25 5:51 Jiawen Wu [this message]
2021-03-25 5:51 ` [dpdk-dev] [PATCH v3 1/7] net/txgbe: update device ID Jiawen Wu
2021-03-25 5:51 ` [dpdk-dev] [PATCH v3 2/7] net/txgbe: move firmware version get function to base code Jiawen Wu
2021-03-25 5:51 ` [dpdk-dev] [PATCH v3 3/7] net/txgbe: update link setup process of backplane NICs Jiawen Wu
2021-03-25 10:19 ` Ferruh Yigit
2021-03-25 15:59 ` Ferruh Yigit
2021-03-26 2:02 ` Jiawen Wu
2021-03-26 8:55 ` Ferruh Yigit
2021-03-26 9:19 ` Jiawen Wu
2021-03-25 5:51 ` [dpdk-dev] [PATCH v3 4/7] net/txgbe/base: support to handle backplane AN73 flow Jiawen Wu
2021-03-25 5:51 ` [dpdk-dev] [PATCH v3 5/7] net/txgbe: handle AN interrupt and link update Jiawen Wu
2021-03-25 5:51 ` [dpdk-dev] [PATCH v3 6/7] net/txgbe: add FFE parameters for user debugging Jiawen Wu
2021-03-25 5:51 ` [dpdk-dev] [PATCH v3 7/7] doc: add txgbe backplane update in release notes Jiawen Wu
2021-03-25 16:07 ` Ferruh Yigit
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=20210325055141.629963-1-jiawenwu@trustnetic.com \
--to=jiawenwu@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).