From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 8ECFD567C for ; Thu, 30 Mar 2017 18:34:58 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP; 30 Mar 2017 09:34:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,247,1486454400"; d="scan'208";a="1113706586" Received: from dwdohert-mobl1.ger.corp.intel.com (HELO [163.33.229.18]) ([163.33.229.18]) by orsmga001.jf.intel.com with ESMTP; 30 Mar 2017 09:34:56 -0700 To: Pablo de Lara References: <1487862389-41262-1-git-send-email-pablo.de.lara.guarch@intel.com> <1490890371-143856-1-git-send-email-pablo.de.lara.guarch@intel.com> Cc: dev@dpdk.org From: Declan Doherty Message-ID: Date: Thu, 30 Mar 2017 17:34:55 +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: <1490890371-143856-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 v3] crypto/aesni_mb: add AES DOCSIS BPI support 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 16:34:59 -0000 On 30/03/2017 5:12 PM, Pablo de Lara wrote: > Underlying IPSec Multi buffer library implements > DOCSIS specification, so this commit adds support > for this new feature, which combines AES-CBC for full > AES blocks (16 bytes) and AES-CFB for last runt block > (less than 16 bytes). > > Signed-off-by: Pablo de Lara > --- ... > Acked-by: Declan Doherty