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 D9F723B5; Fri, 28 Apr 2017 16:56:49 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Apr 2017 07:56:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,388,1488873600"; d="scan'208";a="1141375757" Received: from dwdohert-mobl1.ger.corp.intel.com (HELO [163.33.228.249]) ([163.33.228.249]) by fmsmga001.fm.intel.com with ESMTP; 28 Apr 2017 07:56:47 -0700 To: "Trahe, Fiona" , "dev@dpdk.org" References: <1493139391-9356-1-git-send-email-fiona.trahe@intel.com> Cc: "De Lara Guarch, Pablo" , "stable@dpdk.org" From: Declan Doherty Message-ID: <13a87309-3cfd-d907-c400-aab5c1ae7b73@intel.com> Date: Fri, 28 Apr 2017 15:56:47 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1493139391-9356-1-git-send-email-fiona.trahe@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] lib/cryptodev: fix API digest length comments X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2017 14:56:50 -0000 On 25/04/2017 5:56 PM, Trahe, Fiona wrote: > Fix misleading comments clarifying setting of digest length. > > Fixes: d11b0f30df88 ("cryptodev: introduce API and framework for crypto devices") > > Cc: stable@dpdk.org > Signed-off-by: Fiona Trahe > --- ... > Acked-by: Declan Doherty