patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH 0/7] add setting and querying of LLRS FEC mode
@ 2023-04-08  2:27 Dongdong Liu
  2023-04-08  2:27 ` [PATCH 1/7] net/hns3: fix fec mode for 200G ports Dongdong Liu
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Dongdong Liu @ 2023-04-08  2:27 UTC (permalink / raw)
  To: dev, ferruh.yigit, thomas, andrew.rybchenko; +Cc: stable, liudongdong3, haijie1

This patchset include some bugfixes for hns3 fec and add setting and
querying of LLRS FEC mode.

Jie Hai (7):
  net/hns3: fix fec mode for 200G ports
  net/hns3: fix fec mode check error
  net/hns3: fix missing FEC capability
  ethdev: introduce low latency RS FEC
  app/testpmd: add setting and querying of LLRS FEC mode
  net/hns3: add LLRS FEC mode support for 200G ports
  net/hns3: support getting current FEC capability from firmware

 app/test-pmd/cmdline.c                      |   5 +-
 app/test-pmd/config.c                       |   4 +
 doc/guides/rel_notes/release_23_07.rst      |   3 +
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |   2 +-
 drivers/net/hns3/hns3_cmd.c                 |   1 +
 drivers/net/hns3/hns3_cmd.h                 |  11 +-
 drivers/net/hns3/hns3_ethdev.c              | 216 ++++++++++----------
 drivers/net/hns3/hns3_ethdev.h              |   2 +
 lib/ethdev/rte_ethdev.h                     |   1 +
 9 files changed, 129 insertions(+), 116 deletions(-)

--
2.22.0


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

end of thread, other threads:[~2023-06-01  8:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-08  2:27 [PATCH 0/7] add setting and querying of LLRS FEC mode Dongdong Liu
2023-04-08  2:27 ` [PATCH 1/7] net/hns3: fix fec mode for 200G ports Dongdong Liu
2023-04-08  2:27 ` [PATCH 2/7] net/hns3: fix fec mode check error Dongdong Liu
2023-04-08  2:27 ` [PATCH 3/7] net/hns3: fix missing FEC capability Dongdong Liu
2023-04-08  2:27 ` [PATCH 4/7] ethdev: introduce low latency RS FEC Dongdong Liu
2023-06-01  8:30   ` Ferruh Yigit
2023-04-08  2:27 ` [PATCH 5/7] app/testpmd: add setting and querying of LLRS FEC mode Dongdong Liu
2023-04-28  6:50   ` Singh, Aman Deep
2023-04-08  2:27 ` [PATCH 6/7] net/hns3: add LLRS FEC mode support for 200G ports Dongdong Liu
2023-04-08  2:27 ` [PATCH 7/7] net/hns3: support getting current FEC capability from firmware Dongdong Liu
2023-06-01  8:30 ` [PATCH 0/7] add setting and querying of LLRS FEC mode 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).