On 1/14/2021 1:33 PM, Lijun Ou wrote:
From: Chengwen Feng <fengcheng...@huawei.com>

This patch support RTE TM ops function for PF, which could
used to:
1. config port's peak rate.
2. config TC's peak rate.

Signed-off-by: Chengwen Feng <fengcheng...@huawei.com>
Signed-off-by: Lijun Ou <ouli...@huawei.com>
---
  drivers/net/hns3/hns3_dcb.c    |  216 ++++---
  drivers/net/hns3/hns3_dcb.h    |    3 +
  drivers/net/hns3/hns3_ethdev.c |   20 +-
  drivers/net/hns3/hns3_ethdev.h |   14 +
  drivers/net/hns3/hns3_tm.c     | 1291 ++++++++++++++++++++++++++++++++++++++++
  drivers/net/hns3/hns3_tm.h     |  103 ++++
  drivers/net/hns3/meson.build   |    3 +-
  7 files changed, 1554 insertions(+), 96 deletions(-)
  create mode 100644 drivers/net/hns3/hns3_tm.c
  create mode 100644 drivers/net/hns3/hns3_tm.h

Can you please update the release notes to announce the PMD TM support? I can squash it in next-net.

Reply via email to