From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C2DC1239 for ; Mon, 15 Oct 2018 09:50:36 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2018 00:50:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,383,1534834800"; d="scan'208";a="81268909" Received: from unknown (HELO saesrv02-S2600CWR.intel.com) ([10.224.122.203]) by orsmga007.jf.intel.com with ESMTP; 15 Oct 2018 00:50:33 -0700 From: Vipin Varghese To: dev@dpdk.org, jingjing.wu@intel.com, wenzhuo.lu@intel.com, bernard.iremonger@intel.com Cc: stephen1.byrne@intel.com, Vipin Varghese Date: Mon, 15 Oct 2018 13:16:48 +0530 Message-Id: <20181015074648.35861-1-vipin.varghese@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH] doc/tm: update support for pf only X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 07:50:37 -0000 Documentation is updated to highlight the support for DPDK ethernet interface for Traffic Manager is currently limited to PF only. Signed-off-by: Vipin Varghese --- doc/guides/prog_guide/traffic_management.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/traffic_management.rst b/doc/guides/prog_guide/traffic_management.rst index 98ac4310b..e6304d372 100644 --- a/doc/guides/prog_guide/traffic_management.rst +++ b/doc/guides/prog_guide/traffic_management.rst @@ -16,7 +16,8 @@ is agnostic of the underlying HW, SW or mixed HW-SW implementation. Main features: * Part of DPDK rte_ethdev API -* Capability query API per port, per hierarchy level and per hierarchy node +* Capability query API per port, per hierarchy level and per hierarchy node on + PF ethernet devices * Scheduling algorithms: Strict Priority (SP), Weighed Fair Queuing (WFQ) * Traffic shaping: single/dual rate, private (per node) and shared (by multiple nodes) shapers @@ -221,3 +222,4 @@ thus operations such as node add/delete, node suspend/resume, parent node update, etc., can be invoked after the Ethernet port has been started, subject to the specific implementation supporting them. The set of dynamic updates supported by the implementation is advertised through the port capability set. +TM features are currently supported for PF Ethernet devices. -- 2.17.1