mbox series

[0/3] add FEC support

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

Message

humin (Q) Sept. 8, 2020, 3:05 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                   | 206 +++++++++++++++++++++++++++++++
 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           | 154 +++++++++++++++++++++++
 drivers/net/hns3/hns3_ethdev.h           |   1 +
 lib/librte_ethdev/rte_ethdev.c           |  50 ++++++++
 lib/librte_ethdev/rte_ethdev.h           |  74 +++++++++++
 lib/librte_ethdev/rte_ethdev_core.h      |  77 ++++++++++++
 lib/librte_ethdev/rte_ethdev_version.map |   5 +
 10 files changed, 641 insertions(+), 1 deletion(-)
  

Comments

humin (Q) Sept. 17, 2020, 8:52 a.m. UTC | #1
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                   | 219 +++++++++++++++++++++++++++++++
 app/test-pmd/config.c                    |  54 ++++++++
 app/test-pmd/testpmd.h                   |   2 +
 doc/guides/rel_notes/release_20_11.rst   |  13 ++
 drivers/net/hns3/hns3_cmd.h              |  19 ++-
 drivers/net/hns3/hns3_ethdev.c           | 157 ++++++++++++++++++++++
 drivers/net/hns3/hns3_ethdev.h           |   1 +
 lib/librte_ethdev/rte_ethdev.c           |  50 +++++++
 lib/librte_ethdev/rte_ethdev.h           |  83 ++++++++++++
 lib/librte_ethdev/rte_ethdev_core.h      |  77 +++++++++++
 lib/librte_ethdev/rte_ethdev_version.map |   5 +
 11 files changed, 679 insertions(+), 1 deletion(-)