From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C87C9A04A2; Mon, 4 Nov 2019 11:32:19 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 506C137AF; Mon, 4 Nov 2019 11:32:19 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 2E9282BF3 for ; Mon, 4 Nov 2019 11:32:18 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Nov 2019 02:32:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,266,1569308400"; d="scan'208";a="232014162" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga002.fm.intel.com with ESMTP; 04 Nov 2019 02:32:16 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.131]) by IRSMSX154.ger.corp.intel.com ([169.254.12.170]) with mapi id 14.03.0439.000; Mon, 4 Nov 2019 10:29:26 +0000 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" CC: "Mcnamara, John" , "Kovacevic, Marko" Thread-Topic: [PATCH 3/3] examples/ip_pipeline: documentation update Thread-Index: AQHVjlMrn9eqVQ/Pbk6AEemJ2fYCuad62KRg Date: Mon, 4 Nov 2019 10:29:25 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E95A7A0@IRSMSX108.ger.corp.intel.com> References: <20191029131942.50298-1-jasvinder.singh@intel.com> <20191029131942.50298-3-jasvinder.singh@intel.com> In-Reply-To: <20191029131942.50298-3-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTIzMGY3MDEtZmMyNS00ZjMzLWJjOWQtNjE2NzMxY2Y0MGFjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSUIrR3VCamtRU3FqUVRWWitVNUYyTXNETmNMS21hbm9CSVM4MUV5d0t3YXZVNE92NU1ZTDFrWVphcytJdzVlSSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 3/3] examples/ip_pipeline: documentation update 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Singh, Jasvinder > Sent: Tuesday, October 29, 2019 1:20 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Mcnamara, John > ; Kovacevic, Marko > > Subject: [PATCH 3/3] examples/ip_pipeline: documentation update >=20 > Updates documentation for traffic manager cli as per the changes > made to qos scheduler library. >=20 > Signed-off-by: Jasvinder Singh > --- > doc/guides/sample_app_ug/ip_pipeline.rst | 24 ++++++++++++++++-------- > 1 file changed, 16 insertions(+), 8 deletions(-) >=20 Acked-by: Cristian Dumitrescu