From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D0A2329AC; Mon, 12 Nov 2018 17:43:32 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2018 08:43:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,495,1534834800"; d="scan'208";a="85245927" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga007.fm.intel.com with ESMTP; 12 Nov 2018 08:43:30 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.101]) by IRSMSX104.ger.corp.intel.com ([169.254.5.131]) with mapi id 14.03.0415.000; Mon, 12 Nov 2018 16:43:29 +0000 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" CC: "stable@dpdk.org" , "Yigit, Ferruh" , "Wu, Jingjing" , "Iremonger, Bernard" Thread-Topic: [dpdk-dev] [PATCH v3] app/testpmd: fix memory alloc for dscp table Thread-Index: AQHUdbtHiArNssZDB06/6qCHgY+beaVMYhzg Date: Mon, 12 Nov 2018 16:43:29 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E7FBD14@IRSMSX108.ger.corp.intel.com> References: <20181105162654.31505-1-jasvinder.singh@intel.com> <20181106102640.96710-1-jasvinder.singh@intel.com> In-Reply-To: <20181106102640.96710-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzQxZTYzNzItMDMyNS00OGIwLWJhY2EtZTRjMTMzYjA5YWIzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidUVDVWFacDVlaHAxXC9ya1FvaHJXQnVCOTFKVXRKWGxtYk9KWW95Y1lwVzY1Wll5ZVwvYnBaWUhoT0U1UExocUQ0In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] app/testpmd: fix memory alloc for dscp table 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, 12 Nov 2018 16:43:33 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jasvinder Singh > Sent: Tuesday, November 6, 2018 10:27 AM > To: dev@dpdk.org > Cc: stable@dpdk.org; Yigit, Ferruh ; Wu, Jingjing > ; Iremonger, Bernard > > Subject: [dpdk-dev] [PATCH v3] app/testpmd: fix memory alloc for dscp tab= le >=20 > The patch fixes the memory allocation for the meter dscp table. >=20 > Fixes: e63b50162aa3 ("app/testpmd: clean metering and policing > commands") > cc: stable@dpdk.org >=20 > Signed-off-by: Jasvinder Singh > Reviewed-by: Ferruh Yigit > --- Acked-by: Cristian Dumitrescu Applied to next-pipeline tree, thanks!