DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/5] txgbe backplane AN training
@ 2021-03-05 11:23 Jiawen Wu
  2021-03-05 11:23 ` [dpdk-dev] [PATCH 1/5] net/txgbe: update device ID Jiawen Wu
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Jiawen Wu @ 2021-03-05 11:23 UTC (permalink / raw)
  To: dev; +Cc: Jiawen Wu

This series update link process for backplane NICs.
And support to control AN training.

Jiawen Wu (5):
  net/txgbe: update device ID
  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

 config/rte_config.h                   |  11 +
 doc/guides/nics/txgbe.rst             |  36 ++
 drivers/net/txgbe/base/txgbe_devids.h |  44 +-
 drivers/net/txgbe/base/txgbe_eeprom.h |   3 +
 drivers/net/txgbe/base/txgbe_hw.c     | 157 ++----
 drivers/net/txgbe/base/txgbe_osdep.h  |   1 +
 drivers/net/txgbe/base/txgbe_phy.c    | 761 +++++++++++++++++++++++---
 drivers/net/txgbe/base/txgbe_phy.h    | 106 +++-
 drivers/net/txgbe/base/txgbe_type.h   |  56 +-
 drivers/net/txgbe/txgbe_ethdev.c      |  68 ++-
 drivers/net/txgbe/txgbe_ethdev.h      |   7 +-
 drivers/net/txgbe/txgbe_ethdev_vf.c   |   4 +-
 drivers/net/txgbe/txgbe_logs.h        |   9 +
 13 files changed, 1044 insertions(+), 219 deletions(-)

-- 
2.21.0.windows.1




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

end of thread, other threads:[~2021-03-10  8:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-05 11:23 [dpdk-dev] [PATCH 0/5] txgbe backplane AN training Jiawen Wu
2021-03-05 11:23 ` [dpdk-dev] [PATCH 1/5] net/txgbe: update device ID Jiawen Wu
2021-03-09 14:25   ` Ferruh Yigit
2021-03-10  7:58     ` Jiawen Wu
2021-03-05 11:23 ` [dpdk-dev] [PATCH 2/5] net/txgbe: update link setup process of backplane NICs Jiawen Wu
2021-03-09 14:32   ` Ferruh Yigit
2021-03-10  8:31     ` Jiawen Wu
2021-03-05 11:23 ` [dpdk-dev] [PATCH 3/5] net/txgbe/base: support to handle backplane AN73 flow Jiawen Wu
2021-03-05 11:23 ` [dpdk-dev] [PATCH 4/5] net/txgbe: handle AN interrupt and link update Jiawen Wu
2021-03-05 11:23 ` [dpdk-dev] [PATCH 5/5] net/txgbe: add FFE parameters for user debugging Jiawen Wu

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