mbox series

[V16,0/3] add FEC support

Message ID 1602151376-23766-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series add FEC support |

Message

humin (Q) Oct. 8, 2020, 10:02 a.m. UTC
  This series add FEC support for ethdev.

Min Hu (Connor) (3):
  ethdev: introduce FEC API
  net/hns3: support FEC
  app/testpmd: add FEC command

 app/test-pmd/cmdline.c                      | 232 ++++++++++++++++++
 app/test-pmd/config.c                       |  91 +++++++
 app/test-pmd/testpmd.h                      |   2 +
 doc/guides/rel_notes/release_20_11.rst      |  10 +
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  22 ++
 drivers/net/hns3/hns3_cmd.h                 |  19 +-
 drivers/net/hns3/hns3_ethdev.c              | 356 ++++++++++++++++++++++++++++
 drivers/net/hns3/hns3_ethdev.h              |   1 +
 lib/librte_ethdev/rte_ethdev.c              |  44 ++++
 lib/librte_ethdev/rte_ethdev.h              | 105 ++++++++
 lib/librte_ethdev/rte_ethdev_driver.h       |  88 +++++++
 lib/librte_ethdev/rte_ethdev_version.map    |   3 +
 12 files changed, 972 insertions(+), 1 deletion(-)
  

Comments

Ferruh Yigit Oct. 8, 2020, 4:28 p.m. UTC | #1
On 10/8/2020 11:02 AM, Min Hu (Connor) wrote:
> This series add FEC support for ethdev.
> 
> Min Hu (Connor) (3):
>    ethdev: introduce FEC API
>    net/hns3: support FEC
>    app/testpmd: add FEC command
> 

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

I put a comment to 1/3 can you please check it, as additional update?

Thanks,
ferruh