From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 61C994AAD for ; Mon, 30 May 2016 17:29:24 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 30 May 2016 08:29:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,390,1459839600"; d="scan'208";a="965217946" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga001.jf.intel.com with ESMTP; 30 May 2016 08:29:22 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 30 May 2016 16:29:21 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.183]) by irsmsx155.ger.corp.intel.com ([169.254.14.34]) with mapi id 14.03.0248.002; Mon, 30 May 2016 16:29:21 +0100 From: "De Lara Guarch, Pablo" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "Trahe, Fiona" , "Griffin, John" , "Jain, Deepak K" , "olivier.matz@6wind.com" , "thomas.monjalon@6wind.com" , "Kusztal, ArkadiuszX" Thread-Topic: [dpdk-dev] [PATCH] qat: fix phys address of content descriptor Thread-Index: AQHRunBL1w7TgF8JKUC0pPLFKBwfTp/RmoiA Date: Mon, 30 May 2016 15:29:20 +0000 Message-ID: References: <1464611916-17061-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: <1464611916-17061-1-git-send-email-arkadiuszx.kusztal@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGIxMWRhMjktNjE3NC00N2JiLWE0NDktNDM5MDk3YTBiMTg4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IllvRHV6RzA4TTBkR0lERWxOblBtbCtGbmhSbDE4NzR2XC9rdEFrOHpBS0xBPSJ9 x-ctpclassification: CTP_IC 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] qat: fix phys address of content descriptor X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2016 15:29:24 -0000 Hi Arek, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Arek Kusztal > Sent: Monday, May 30, 2016 1:39 PM > To: dev@dpdk.org > Cc: Trahe, Fiona; Griffin, John; Jain, Deepak K; olivier.matz@6wind.com; > thomas.monjalon@6wind.com; Kusztal, ArkadiuszX > Subject: [dpdk-dev] [PATCH] qat: fix phys address of content descriptor >=20 > From: Arkadiusz Kusztal >=20 > this patch fixes an error with computation of physical address of > content descriptor in the symmetric operations session >=20 > Signed-off-by: Arkadiusz Kusztal You forgot to include the "Fixes" line. Also you could reword the commit me= ssage like: "Fixes wrong computation of physical address..."