From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id AE760CF9C for ; Tue, 17 Apr 2018 16:43:03 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Apr 2018 07:43:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,463,1517904000"; d="scan'208";a="48588611" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga001.jf.intel.com with ESMTP; 17 Apr 2018 07:43:01 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 17 Apr 2018 15:43:00 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by IRSMSX156.ger.corp.intel.com ([169.254.3.229]) with mapi id 14.03.0319.002; Tue, 17 Apr 2018 15:43:00 +0100 From: "De Lara Guarch, Pablo" To: Akhil Goyal , Hemant Agrawal , "dev@dpdk.org" CC: "dpdk-up@NXP1.onmicrosoft.com" Thread-Topic: [PATCH 2/2] crypto/dpaa2_sec: improve error handling Thread-Index: AQHTzLmNZesHLd6/dkGrJSuHUVVDC6QDHHkAgAH+w7A= Date: Tue, 17 Apr 2018 14:42:58 +0000 Message-ID: References: <1522917349-19049-1-git-send-email-hemant.agrawal@nxp.com> <1522917349-19049-2-git-send-email-hemant.agrawal@nxp.com> <8426f0fe-9746-b6d3-784c-fea91beae6ec@nxp.com> In-Reply-To: <8426f0fe-9746-b6d3-784c-fea91beae6ec@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDRiZjM5MGItMTA4OC00NmUzLTkxOTYtOTg0MmJmNTg1ODU0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImZ5RjUxXC9DV1dEZ1FuN2lZY0xERGgxOHlzSDQ2ZGxZYlwvMW1BaDVuODVFMD0ifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 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 2/2] crypto/dpaa2_sec: improve error handling 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: Tue, 17 Apr 2018 14:43:04 -0000 > -----Original Message----- > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > Sent: Monday, April 16, 2018 10:15 AM > To: Hemant Agrawal ; dev@dpdk.org > Cc: De Lara Guarch, Pablo ; dpdk- > up@NXP1.onmicrosoft.com > Subject: Re: [PATCH 2/2] crypto/dpaa2_sec: improve error handling >=20 > On 4/5/2018 2:05 PM, Hemant Agrawal wrote: > > From: Sunil Kumar Kori > > > > Fixed as reported by NXP's internal coverity. > > Also part of dpdk coverity. > > > > Coverity issue: 268331 > > Coverity issue: 268333 > > > > Signed-off-by: Sunil Kumar Kori > > --- > Acked-by: Akhil Goyal Added Fixes line and CC'd stable. Applied to dpdk-next-crypto. Thanks, Pablo