From patchwork Mon Nov 27 14:16:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "lihuisong (C)" X-Patchwork-Id: 134627 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4C685433E2; Mon, 27 Nov 2023 15:17:52 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4770540DDC; Mon, 27 Nov 2023 15:17:08 +0100 (CET) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id 16FA24014F for ; Mon, 27 Nov 2023 15:17:02 +0100 (CET) Received: from kwepemm000004.china.huawei.com (unknown [172.30.72.53]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4Sf6xv3xTMzsRYv; Mon, 27 Nov 2023 22:13:23 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by kwepemm000004.china.huawei.com (7.193.23.18) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Mon, 27 Nov 2023 22:16:59 +0800 From: Huisong Li To: , , , Balasubramanian Manoharan , Hemant Agrawal , Jerin Jacob , Cristian Dumitrescu CC: , Subject: [PATCH v4 4/5] doc: add Traffic Manager feature Date: Mon, 27 Nov 2023 22:16:58 +0800 Message-ID: <20231127141659.46600-5-lihuisong@huawei.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20231127141659.46600-1-lihuisong@huawei.com> References: <20231123135916.33315-1-lihuisong@huawei.com> <20231127141659.46600-1-lihuisong@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.69.192.56] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To kwepemm000004.china.huawei.com (7.193.23.18) X-CFilter-Loop: Reflected X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Add Traffic Manager feature. Fixes: 5d109deffa87 ("ethdev: add traffic management API") Cc: stable@dpdk.org Signed-off-by: Huisong Li Acked-by: Chengwen Feng --- 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 3a4625f079..3d5fd36617 100644 --- a/doc/guides/nics/features.rst +++ b/doc/guides/nics/features.rst @@ -765,6 +765,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 4de7d9765f..df00f980cd 100644 --- a/doc/guides/nics/features/default.ini +++ b/doc/guides/nics/features/default.ini @@ -63,6 +63,7 @@ Tx descriptor status = Basic stats = Extended stats = Stats per queue = +Traffic manager = FW version = EEPROM dump = Module EEPROM dump =