mbox series

[0/7] add setting and querying of LLRS FEC mode

Message ID 20230408022740.14522-1-liudongdong3@huawei.com (mailing list archive)
Headers
Series add setting and querying of LLRS FEC mode |

Message

Dongdong Liu April 8, 2023, 2:27 a.m. UTC
  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
  

Comments

Ferruh Yigit June 1, 2023, 8:30 a.m. UTC | #1
On 4/8/2023 3:27 AM, Dongdong Liu wrote:
> 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
>

Series applied to dpdk-next-net/main, thanks.