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 23B0C2BA4 for ; Thu, 30 Mar 2017 17:31:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490887867; x=1522423867; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=AToPMSFvtwWd/Q1j4kRBZ7rhw90XEuBUVBslVcudb8g=; b=rsNEhyt7JpNba9acO9LXLB/6c9Aki0X6YVcYsro1nnq7nAI6nDtAuOxI 34pPpjIuhmhUBRbzWwK/wqql9MyR4g==; Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2017 08:31:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,247,1486454400"; d="scan'208";a="242089419" Received: from dwdohert-mobl1.ger.corp.intel.com (HELO [163.33.229.18]) ([163.33.229.18]) by fmsmga004.fm.intel.com with ESMTP; 30 Mar 2017 08:31:04 -0700 To: Pablo de Lara References: <1490886258-146378-1-git-send-email-pablo.de.lara.guarch@intel.com> Cc: dev@dpdk.org From: Declan Doherty Message-ID: <989a8e1b-ecca-6115-02ca-188780a52bee@intel.com> Date: Thu, 30 Mar 2017 16:31:04 +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: <1490886258-146378-1-git-send-email-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] crypto/aesni-mb: support IPSec Multi-buffer lib v0.45 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: Thu, 30 Mar 2017 15:31:07 -0000 On 30/03/2017 4:04 PM, Pablo de Lara wrote: > IPSec Multi-buffer library v0.45 has been released, > which includes, among other features, support for DOCSIS BPI > specification and include AVX512 optimizations. > > This new version added const qualifiers to some of the function > prototypes, so the PMD has been updated to include these changes. > > Signed-off-by: Pablo de Lara > --- ... > Acked-by: Declan Doherty