From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id EC3862C28 for ; Mon, 15 Oct 2018 17:52:37 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2018 08:52:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,385,1534834800"; d="scan'208";a="88500176" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by FMSMGA003.fm.intel.com with ESMTP; 15 Oct 2018 08:52:36 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.56]) by IRSMSX151.ger.corp.intel.com ([169.254.4.71]) with mapi id 14.03.0319.002; Mon, 15 Oct 2018 16:52:35 +0100 From: "Dumitrescu, Cristian" To: "Varghese, Vipin" , "dev@dpdk.org" CC: "Byrne, Stephen1" , "Mcnamara, John" , "Doherty, Declan" Thread-Topic: [PATCH] doc/tm: update support for pf only Thread-Index: AQHUZFXnMdygddSLD0adJ00d6sN2FKUgdW6g Date: Mon, 15 Oct 2018 15:52:35 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E7D9C30@IRSMSX107.ger.corp.intel.com> References: <20181015070451.35332-1-vipin.varghese@intel.com> In-Reply-To: <20181015070451.35332-1-vipin.varghese@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjZhMTJkYzgtMzE0Ni00MzcxLWJiYjEtYTBmZTIxYmM4ODNiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidnFRck1jMko2SXlpdnBZVHd2a1hRZWVsTHRvQThQRmtCRTF3ZFVUXC9KSmdDNWhIamFlekhaNmFUb1piZ2RcL0xkIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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 15:52:38 -0000 > -----Original Message----- > From: Varghese, Vipin > Sent: Monday, October 15, 2018 8:05 AM > To: dev@dpdk.org; Dumitrescu, Cristian > Cc: Byrne, Stephen1 ; Mcnamara, John > ; Doherty, Declan > ; Varghese, Vipin > Subject: [PATCH] doc/tm: update support for pf only >=20 > Documentation is updated to highlight the support for DPDK ethernet > interface for Traffic Manager is currently limited to PF only. >=20 > Signed-off-by: Vipin Varghese > --- > doc/guides/prog_guide/traffic_management.rst | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) >=20 > 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: >=20 > * Part of DPDK rte_ethdev API > -* Capability query API per port, per hierarchy level and per hierarchy n= ode > +* Capability query API per port, per hierarchy level and per hierarchy n= ode > 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 updat= es > supported by the implementation is advertised through the port capabilit= y > set. > +TM features are currently supported for PF Ethernet devices. > -- > 2.17.1 NAK. The API is agnostic of the nature of ethdev port. The API is the same, whet= her it is called for a PF port or for a VF port.