From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B93A5C57A for ; Fri, 19 Feb 2016 17:45:43 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 19 Feb 2016 08:45:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,471,1449561600"; d="scan'208";a="50980772" Received: from dwdohert-dpdk.ir.intel.com ([163.33.210.69]) by fmsmga004.fm.intel.com with ESMTP; 19 Feb 2016 08:45:36 -0800 To: John Griffin , dev@dpdk.org References: <1455146881-42882-1-git-send-email-john.griffin@intel.com> From: Declan Doherty Message-ID: <56C7461A.5010509@intel.com> Date: Fri, 19 Feb 2016 16:43:06 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1455146881-42882-1-git-send-email-john.griffin@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] Correcting upstream kernel version in driver 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: Fri, 19 Feb 2016 16:45:44 -0000 On 10/02/16 23:28, John Griffin wrote: > Fixing the version of the kernel required in the QAT documentation. > > Signed-off-by: John Griffin > --- > doc/guides/cryptodevs/qat.rst | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst > index 1901842..23402b4 100644 > --- a/doc/guides/cryptodevs/qat.rst > ... > Acked by: Declan Doherty