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