DPDK patches and discussions
 help / color / mirror / Atom feed
From: Huisong Li <lihuisong@huawei.com>
To: <dev@dpdk.org>, <ferruh.yigit@amd.com>, <thomas@monjalon.net>,
	Hemant Agrawal <hemant.agrawal@nxp.com>,
	Balasubramanian Manoharan
	<balasubramanian.manoharan@caviumnetworks.com>,
	Cristian Dumitrescu <cristian.dumitrescu@intel.com>,
	Jerin Jacob <jerin.jacob@caviumnetworks.com>
Cc: <liuyonglong@huawei.com>, <lihuisong@huawei.com>
Subject: [PATCH v2 01/11] doc: add Traffic Manager feature
Date: Tue, 28 Nov 2023 20:40:56 +0800	[thread overview]
Message-ID: <20231128124106.18711-2-lihuisong@huawei.com> (raw)
In-Reply-To: <20231128124106.18711-1-lihuisong@huawei.com>

Add Traffic Manager feature.

Fixes: 5d109deffa87 ("ethdev: add traffic management API")
Cc: stable@dpdk.org

Signed-off-by: Huisong Li <lihuisong@huawei.com>
Acked-by: Chengwen Feng <fengchengwen@huawei.com>
Acked-by: Ferruh Yigit <ferruh.yigit@amd.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@yahoo.com>
---
 doc/guides/nics/features.rst         | 13 +++++++++++++
 doc/guides/nics/features/default.ini |  1 +
 2 files changed, 14 insertions(+)

diff --git a/doc/guides/nics/features.rst b/doc/guides/nics/features.rst
index 1a1dc16c1e..e93b97a5b8 100644
--- a/doc/guides/nics/features.rst
+++ b/doc/guides/nics/features.rst
@@ -740,6 +740,19 @@ Supports congestion management.
   ``rte_eth_cman_config_set()``, ``rte_eth_cman_config_get()``.
 
 
+.. _nic_features_traffic_manager:
+
+Traffic manager
+---------------
+
+Supports Traffic manager.
+
+* **[implements] rte_tm_ops**: ``capabilities_get``, ``shaper_profile_add``,
+  ``hierarchy_commit`` and so on.
+* **[related]    API**: ``rte_tm_capabilities_get()``, ``rte_tm_shaper_profile_add()``,
+  ``rte_tm_hierarchy_commit()`` and so on.
+
+
 .. _nic_features_fw_version:
 
 FW version
diff --git a/doc/guides/nics/features/default.ini b/doc/guides/nics/features/default.ini
index 806cb033ff..64ee0f8c2f 100644
--- a/doc/guides/nics/features/default.ini
+++ b/doc/guides/nics/features/default.ini
@@ -42,6 +42,7 @@ VLAN filter          =
 Flow control         =
 Rate limitation      =
 Congestion management =
+Traffic manager      =
 Inline crypto        =
 Inline protocol      =
 CRC offload          =
-- 
2.33.0


  reply	other threads:[~2023-11-28 12:41 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-28  6:09 [PATCH 00/11] " Huisong Li
2023-11-28  6:09 ` [PATCH 01/11] doc: " Huisong Li
2023-11-28 10:32   ` Ferruh Yigit
2023-11-28 10:36     ` Hemant Agrawal
2023-11-28 10:54     ` Dumitrescu, Cristian
2023-11-28  6:09 ` [PATCH 02/11] doc: add Traffic Manager feature for iavf Huisong Li
2023-11-28 10:35   ` Ferruh Yigit
2023-11-28 11:33     ` lihuisong (C)
2023-11-28 11:47     ` lihuisong (C)
2023-11-28 11:55       ` Ferruh Yigit
2023-11-28 12:11         ` lihuisong (C)
2023-11-28  6:09 ` [PATCH 03/11] doc: add Traffic Manager feature for i40e Huisong Li
2023-11-28  6:09 ` [PATCH 04/11] doc: add Traffic Manager feature for ixgbe Huisong Li
2023-11-28  6:09 ` [PATCH 05/11] doc: add Traffic Manager feature for cnxk Huisong Li
2023-11-28  6:09 ` [PATCH 06/11] doc: add Traffic Manager feature for hns3 Huisong Li
2023-11-28  6:09 ` [PATCH 07/11] doc: add Traffic Manager feature for txgbe Huisong Li
2023-11-28  6:09 ` [PATCH 08/11] doc: add Traffic Manager feature for mvpp2 Huisong Li
2023-11-28 10:39   ` Ferruh Yigit
2023-11-28 11:34     ` lihuisong (C)
2023-11-28  6:09 ` [PATCH 09/11] doc: add Traffic Manager feature for dpaa2 Huisong Li
2023-11-28 10:36   ` Hemant Agrawal
2023-11-28  6:09 ` [PATCH 10/11] doc: add Traffic Manager feature for ipn3ke Huisong Li
2023-11-28  7:10   ` Xu, Rosen
2023-11-28  6:09 ` [PATCH 11/11] doc: add Traffic Manager feature for ice Huisong Li
2023-11-28 10:41   ` Ferruh Yigit
2023-11-28 11:35     ` lihuisong (C)
2023-11-28 12:40 ` [PATCH v2 00/11] add Traffic Manager feature Huisong Li
2023-11-28 12:40   ` Huisong Li [this message]
2023-11-28 12:40   ` [PATCH v2 02/11] doc: add Traffic Manager feature for iavf Huisong Li
2023-11-28 12:40   ` [PATCH v2 03/11] doc: add Traffic Manager feature for i40e Huisong Li
2023-11-28 12:40   ` [PATCH v2 04/11] doc: add Traffic Manager feature for ixgbe Huisong Li
2023-11-28 12:41   ` [PATCH v2 05/11] doc: add Traffic Manager feature for cnxk Huisong Li
2023-11-28 12:41   ` [PATCH v2 06/11] doc: add Traffic Manager feature for hns3 Huisong Li
2023-12-11  7:17     ` Jie Hai
2023-11-28 12:41   ` [PATCH v2 07/11] doc: add Traffic Manager feature for txgbe Huisong Li
2023-11-28 12:41   ` [PATCH v2 08/11] doc: add Traffic Manager feature for mvpp2 Huisong Li
2023-11-28 12:41   ` [PATCH v2 09/11] doc: add Traffic Manager feature for dpaa2 Huisong Li
2023-11-28 12:41   ` [PATCH v2 10/11] doc: add Traffic Manager feature for ipn3ke Huisong Li
2023-11-28 12:41   ` [PATCH v2 11/11] doc: add Traffic Manager feature for ice Huisong Li
2023-12-11  3:25   ` [PATCH v2 00/11] add Traffic Manager feature lihuisong (C)
2024-01-11  6:36   ` lihuisong (C)
2024-02-19  2:52   ` lihuisong (C)
2024-03-11 17:33   ` Ferruh Yigit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231128124106.18711-2-lihuisong@huawei.com \
    --to=lihuisong@huawei.com \
    --cc=balasubramanian.manoharan@caviumnetworks.com \
    --cc=cristian.dumitrescu@intel.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@amd.com \
    --cc=hemant.agrawal@nxp.com \
    --cc=jerin.jacob@caviumnetworks.com \
    --cc=liuyonglong@huawei.com \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).