From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 56E1B1B2A7; Mon, 29 Jan 2018 20:20:00 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jan 2018 11:19:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,432,1511856000"; d="scan'208";a="23190880" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga003.jf.intel.com with ESMTP; 29 Jan 2018 11:19:57 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.9]) by IRSMSX153.ger.corp.intel.com ([169.254.9.213]) with mapi id 14.03.0319.002; Mon, 29 Jan 2018 19:19:56 +0000 From: "De Lara Guarch, Pablo" To: "Trahe, Fiona" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH] crypto/qat: fix truncated response ring value Thread-Index: AQHTmS+18wFND3jTgESPm/zTgH3btqOLOajg Date: Mon, 29 Jan 2018 19:19:56 +0000 Message-ID: References: <1517250820-9302-1-git-send-email-fiona.trahe@intel.com> In-Reply-To: <1517250820-9302-1-git-send-email-fiona.trahe@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWQzNjVlOTEtZmQ1OS00MGY2LTg2ZWItNmIxNzBlNjU3ZTM4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IitEeXpETTdzeUlWUW52bWI1ZVJtVHp3a25mOVpkTVdPdjhJTlAwTjY2Y0k9In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 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] crypto/qat: fix truncated response ring value 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, 29 Jan 2018 19:20:02 -0000 > -----Original Message----- > From: Trahe, Fiona > Sent: Monday, January 29, 2018 6:34 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Trahe, Fiona > ; stable@dpdk.org > Subject: [PATCH] crypto/qat: fix truncated response ring value >=20 > Issue detected by coverity. Could never actually cause a problem as > truncated value (0x7f7f7f7f->0x7f) is what's needed. > But fix in code for correctness. >=20 > Fixes: 571365dd4c5e ("crypto/qat: enable Rx head writes coalescing") > Cc: stable@dpdk.org >=20 > Signed-off-by: Fiona Trahe Added "Coverity issue: 194998". Applied to dpdk-next-crypto. Thanks, Pablo