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 9C045A04A2; Mon, 4 Nov 2019 11:30:25 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 741AA4C74; Mon, 4 Nov 2019 11:30:25 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 7C32549DF for ; Mon, 4 Nov 2019 11:30:23 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Nov 2019 02:30:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,266,1569308400"; d="scan'208";a="199985791" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga008.fm.intel.com with ESMTP; 04 Nov 2019 02:30:22 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX151.ger.corp.intel.com (163.33.192.59) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 4 Nov 2019 10:30:21 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.131]) by irsmsx155.ger.corp.intel.com ([169.254.14.193]) with mapi id 14.03.0439.000; Mon, 4 Nov 2019 10:30:21 +0000 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" CC: "Mcnamara, John" , "Kovacevic, Marko" Thread-Topic: [PATCH 1/3] sched: documentation update Thread-Index: AQHVjlMpBlxFxaSX1ki6ojK2E/3uzKd62OeA Date: Mon, 4 Nov 2019 10:30:20 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E95A7C1@IRSMSX108.ger.corp.intel.com> References: <20191029131942.50298-1-jasvinder.singh@intel.com> In-Reply-To: <20191029131942.50298-1-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNGE2YWU1NWUtNjA1Yi00M2U0LWIyNmItN2RhM2MxNmZkYjgyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZVBUblZrY1BoOW5ic2ZpN3U3YXU4K05aR3B0RHV0emNreUhKUzhCYWRZSGVNRGZwRlNKanBPMjBJMUU1b2wwTiJ9 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 1/3] sched: 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 1/3] sched: documentation update >=20 > Updates documentation to reflect the changes in the qos scheduler > library. >=20 > Signed-off-by: Jasvinder Singh > --- Acked-by: Cristian Dumitrescu