On Thu, Sep 10, 2020 at 12:26 AM Min Hu (Connor) <humi...@huawei.com> wrote:
> This series add FEC support for ethdev. > Can you tell why DPDK applications need this info? > > Min Hu (Connor) (3): > ethdev: introduce FEC API > net/hns3: support FEC > app/testpmd: add FEC command > > app/test-pmd/cmdline.c | 219 > +++++++++++++++++++++++++++++++ > app/test-pmd/config.c | 54 ++++++++ > app/test-pmd/testpmd.h | 2 + > drivers/net/hns3/hns3_cmd.h | 19 ++- > drivers/net/hns3/hns3_ethdev.c | 156 ++++++++++++++++++++++ > drivers/net/hns3/hns3_ethdev.h | 1 + > lib/librte_ethdev/rte_ethdev.c | 50 +++++++ > lib/librte_ethdev/rte_ethdev.h | 75 +++++++++++ > lib/librte_ethdev/rte_ethdev_core.h | 77 +++++++++++ > lib/librte_ethdev/rte_ethdev_version.map | 5 + > 10 files changed, 657 insertions(+), 1 deletion(-) > > -- > 2.7.4 > >