From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=QAVSx9DPk09m4tooZgF93tsx0EsppFu4HXK3dhB4P+U=; b=vQ/8IMHooeqCBbRyoYs90zH3MeXKSY5EGYUgdE+d7UsjCOMHDv+W5E7FHTY+kpOH40 edj1R9Hphb02BREjazIV/o6yByHZVCsILqzh4o/ju+Q63rXItN2BEKCZEpmQ6of71rNM sinGfhPK4m5s3L6Qj4fYcZ7uMGhFDBGpmCg9w1kv5oV7hjgrazN7Z++29xfcFe4Z2OwZ 2r7izfj3xAw8usLMcv+o+EKq2oxDw08Y3J+1sN8Q3gMq0B7AFsReJuHmCLPQFfG3PEDU js74CaiuVZ0bOGtFY3IMPpIOnHVu+koBUMEXjjw1IA8GWmUdfcZ9qnyuu+9wdvQvzKNf V+dg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=QAVSx9DPk09m4tooZgF93tsx0EsppFu4HXK3dhB4P+U=; b=UGbuQn/7EMk75jtKmXe4L4VZ7OiTTeaLwpIBt+k7ilFOars01/TwoLtV+sIfZCXSK3 QTeI5CCtQyz5i933l3ita0KgwjrcGTSH3AkpmyX1MUORVbCfoNeSy4jKqLxTxYR7wtyH +GwgkfVKh9VHzFRgwvvNNWUKObtSg7jzBdvXLhGDuyFsUXTJ1C6hsyNspQwUZlxbOC8F uoyn5tRLx1D+8t2hy6twkhc4DyLdAjZ9lIwdNm9tIePml8yNogLGqeHiLYj2ZSxYvUjA OCyVmY/cLUQ69Y2/e+21ZCy1QwKbrFidmXMvd24MjfVNQGRr/2jaU/zwNa55aDqczdLc vEcQ== X-Gm-Message-State: ALyK8tJfeeVjwHG4VNLoVGXo2N2jDB+P3GwgZCJJulM9KFR5j4rAO0ts12zdnKnR6L+rjCJy X-Received: by 10.28.216.65 with SMTP id p62mr124158wmg.58.1465311065603; Tue, 07 Jun 2016 07:51:05 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id q189sm19848171wmd.19.2016.06.07.07.51.04 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Jun 2016 07:51:04 -0700 (PDT) From: Thomas Monjalon To: "Kusztal, ArkadiuszX" Cc: "Jain, Deepak K" , dev@dpdk.org, "Trahe, Fiona" , "Griffin, John" , olivier.matz@6wind.com Date: Tue, 07 Jun 2016 16:51:03 +0200 Message-ID: <1641562.MuIa8pUJ4y@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Tue, 07 Jun 2016 14:51:05 -0000 > > 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