From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 400D82C4E for ; Thu, 2 Jun 2016 10:37:04 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 02 Jun 2016 01:37:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,405,1459839600"; d="scan'208";a="967301362" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga001.jf.intel.com with ESMTP; 02 Jun 2016 01:37:02 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.96]) by IRSMSX101.ger.corp.intel.com ([163.33.3.153]) with mapi id 14.03.0248.002; Thu, 2 Jun 2016 09:37:01 +0100 From: "Jain, Deepak K" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "Trahe, Fiona" , "Griffin, John" , "olivier.matz@6wind.com" , "thomas.monjalon@6wind.com" Thread-Topic: [PATCH v2] qat: fix phys address of content descriptor Thread-Index: AQHRu/PKGsQOw8JUF0OnY7EHYdaIi5/V2znQ Date: Thu, 2 Jun 2016 08:37:00 +0000 Deferred-Delivery: Thu, 2 Jun 2016 08:36:44 +0000 Message-ID: References: <1464611916-17061-1-git-send-email-arkadiuszx.kusztal@intel.com> <1464778320-29746-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: <1464778320-29746-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-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWU5YTA3N2UtMWNmYS00NzY4LWJkNGMtNTgwNjIxZTA3NDc1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImI3ZWxpMWtzZDlsdXhPWGlISTh0S0V5UkdnKzZRckdSTmY4TmpURlwvVkFBPSJ9 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 v2] 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: Thu, 02 Jun 2016 08:37:04 -0000 > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Wednesday, June 1, 2016 11:52 AM > To: dev@dpdk.org > Cc: Trahe, Fiona ; Griffin, John > ; Jain, Deepak K ; > olivier.matz@6wind.com; thomas.monjalon@6wind.com; Kusztal, ArkadiuszX > > Subject: [PATCH v2] qat: fix phys address of content descriptor >=20 > From: Arkadiusz Kusztal >=20 > Fix an error with computation of physical address of content descriptor i= n the > symmetric operations session >=20 > Fixes: 1703e94ac5ce ("qat: add driver for QuickAssist devices") >=20 > Signed-off-by: Arkadiusz Kusztal > --- > v2: Added fixes line to commit message Acked-by: Deepak Kumar JAIN