From patchwork Fri Jan 5 13:59:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qi Zhang X-Patchwork-Id: 135741 X-Patchwork-Delegate: qi.z.zhang@intel.com 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 65BE743837; Fri, 5 Jan 2024 06:31:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BA30A40685; Fri, 5 Jan 2024 06:31:40 +0100 (CET) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 4003D40395 for ; Fri, 5 Jan 2024 06:31:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1704432696; x=1735968696; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=eJA2r3ORi034S1VQp8Pd9/upvcKGEpYyssu9gYsksSc=; b=TEx7ovx7boyDkkl3OKpaDEKHAcLt+Rq56VNlISLfI2TN5Gx1yX4b9CHx CXZU5LNxbI+2vOvzWe58HAnJGaDGWlqSndrUo7XITkHx0pMldV2vP3C8j +vpVAmyybqxUC4YWk7FMhYuvLcKcsFedj+97kDtusSSvtVEz4oiENCFXX u31bLFcTO58FLacUz4+vQVy7myF6HfUu/i1ybRAVusnxrYRMMTW/Rd5M4 o1DL44k8l06hh2vTk85E2GS49xYfsryB9glTLFO4117DKxJNKm6QUlte3 99UvZmW5X1wyrS50g+uN+VwySh9eLvDRSAqvx7K/rn4jocWbeKntcCaHj A==; X-IronPort-AV: E=McAfee;i="6600,9927,10943"; a="400197057" X-IronPort-AV: E=Sophos;i="6.04,332,1695711600"; d="scan'208";a="400197057" Received: from orviesa001.jf.intel.com ([10.64.159.141]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2024 21:31:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.04,332,1695711600"; d="scan'208";a="29031813" Received: from dpdk-qzhan15-test02.sh.intel.com ([10.67.119.16]) by orviesa001.jf.intel.com with ESMTP; 04 Jan 2024 21:31:36 -0800 From: Qi Zhang To: qiming.yang@intel.com, wenjun1.wu@intel.com Cc: dev@dpdk.org, Qi Zhang Subject: [PATCH 3/3] doc: update ice document for qos Date: Fri, 5 Jan 2024 08:59:06 -0500 Message-Id: <20240105135906.383394-4-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20240105135906.383394-1-qi.z.zhang@intel.com> References: <20240105135906.383394-1-qi.z.zhang@intel.com> MIME-Version: 1.0 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 description for ice PMD's rte_tm capabilities. Signed-off-by: Qi Zhang --- doc/guides/nics/ice.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index bafb3ba022..1f737a009c 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -352,6 +352,25 @@ queue 3 using a raw pattern:: Currently, raw pattern support is limited to the FDIR and Hash engines. +Traffic Management Support +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The ice PMD provides support for the Traffic Management API (RTE_RM), allow +users to offload a 3-layers Tx scheduler on the E810 NIC: + +- ``Port Layer`` + + This is the root layer, support peak bandwidth configuration, max to 32 children. + +- ``Queue Group Layer`` + + The middel layer, support peak / committed bandwidth, weight, prioirty configurations, + max to 8 children. + +- ``Queue Layer`` + + The leaf layer, support peak / committed bandwidth, weight, prioirty configurations. + Additional Options ++++++++++++++++++