DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] net/cxgbe: rework link config and add FEC support
@ 2020-12-20 22:47 Rahul Lakkireddy
  2020-12-20 22:47 ` [dpdk-dev] [PATCH 1/3] net/cxgbe: remove legacy 16-bit link capabilities Rahul Lakkireddy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Rahul Lakkireddy @ 2020-12-20 22:47 UTC (permalink / raw)
  To: dev; +Cc: kaara.satwik

This series of patches rework link handling and add support to
configure Forward Error Correction (FEC) capability.

Patch 1 removes legacy 16-bit link capabilities infrastructure
and always enables 32-bit link capabilities in firmware.

Patch 2 simplifies link handling in preparation for FEC support.

Patch 3 adds support to configure link FEC when supported.

Thanks,
Rahul

Karra Satwik (3):
  net/cxgbe: remove legacy 16-bit link capabilities
  net/cxgbe: rework and simplify link handling code
  net/cxgbe: implement ethdev ops to configure link FEC

 doc/guides/nics/cxgbe.rst               |  14 +-
 drivers/net/cxgbe/base/adapter.h        |  10 -
 drivers/net/cxgbe/base/common.h         |  71 +--
 drivers/net/cxgbe/base/t4_hw.c          | 648 +++++++++++-------------
 drivers/net/cxgbe/base/t4fw_interface.h |  87 +---
 drivers/net/cxgbe/base/t4vf_hw.c        |  86 +---
 drivers/net/cxgbe/cxgbe_ethdev.c        | 201 +++++++-
 drivers/net/cxgbe/cxgbe_main.c          |  21 +-
 8 files changed, 565 insertions(+), 573 deletions(-)

-- 
2.24.0


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

end of thread, other threads:[~2021-01-15 15:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-20 22:47 [dpdk-dev] [PATCH 0/3] net/cxgbe: rework link config and add FEC support Rahul Lakkireddy
2020-12-20 22:47 ` [dpdk-dev] [PATCH 1/3] net/cxgbe: remove legacy 16-bit link capabilities Rahul Lakkireddy
2020-12-20 22:47 ` [dpdk-dev] [PATCH 2/3] net/cxgbe: rework and simplify link handling code Rahul Lakkireddy
2020-12-20 22:47 ` [dpdk-dev] [PATCH 3/3] net/cxgbe: implement ethdev ops to configure link FEC Rahul Lakkireddy
2021-01-15 15:02 ` [dpdk-dev] [PATCH 0/3] net/cxgbe: rework link config and add FEC support Ferruh Yigit

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