mbox series

[V12,0/4] add FEC support

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

Message

humin (Q) Sept. 24, 2020, 1:05 p.m. UTC
  This series add FEC support for ethdev.

Min Hu (Connor) (4):
  ethdev: introduce FEC API
  net/hns3: support FEC
  app/testpmd: add FEC command
  doc: add FEC API and PMD information

 app/test-pmd/cmdline.c                   | 221 +++++++++++++++++++
 app/test-pmd/config.c                    |  91 ++++++++
 app/test-pmd/testpmd.h                   |   2 +
 doc/guides/rel_notes/release_20_11.rst   |   9 +
 drivers/net/hns3/hns3_cmd.h              |  19 +-
 drivers/net/hns3/hns3_ethdev.c           | 357 +++++++++++++++++++++++++++++++
 drivers/net/hns3/hns3_ethdev.h           |   1 +
 lib/librte_ethdev/rte_ethdev.c           |  37 ++++
 lib/librte_ethdev/rte_ethdev.h           |  91 ++++++++
 lib/librte_ethdev/rte_ethdev_driver.h    |  82 +++++++
 lib/librte_ethdev/rte_ethdev_version.map |   3 +
 11 files changed, 912 insertions(+), 1 deletion(-)