From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] qat: fix phys address of content descriptor Date: Tue, 07 Jun 2016 16:51:03 +0200 Message-ID: <1641562.MuIa8pUJ4y@xps13> References: <1464611916-17061-1-git-send-email-arkadiuszx.kusztal@intel.com> <1464778320-29746-1-git-send-email-arkadiuszx.kusztal@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Jain, Deepak K" , dev@dpdk.org, "Trahe, Fiona" , "Griffin, John" , olivier.matz@6wind.com To: "Kusztal, ArkadiuszX" Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id C75FE6CB6 for ; Tue, 7 Jun 2016 16:51:05 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id k204so72836218wmk.0 for ; Tue, 07 Jun 2016 07:51:05 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Fix an error with computation of physical address of content descriptor in the > > symmetric operations session > > > > Fixes: 1703e94ac5ce ("qat: add driver for QuickAssist devices") > > > > Signed-off-by: Arkadiusz Kusztal > > --- > > v2: Added fixes line to commit message > > Acked-by: Deepak Kumar JAIN Applied, thanks