From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radu Nicolau Subject: Re: [PATCH v3 0/8] examples/ipsec-secgw: make app to use ipsec library Date: Fri, 7 Dec 2018 10:01:24 +0000 Message-ID: <9514e08a-6fd2-94de-23c4-404b24eadea7@intel.com> References: <1543597460-6962-2-git-send-email-konstantin.ananyev@intel.com> <1544111691-7481-1-git-send-email-konstantin.ananyev@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: akhil.goyal@nxp.com To: Konstantin Ananyev , dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id C21255F19 for ; Fri, 7 Dec 2018 11:01:29 +0100 (CET) In-Reply-To: <1544111691-7481-1-git-send-email-konstantin.ananyev@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12/6/2018 3:54 PM, Konstantin Ananyev wrote: > This patch series depends on the patch series: > > Add 'try' semantics for RD and WR locking > http://patches.dpdk.org/patch/48044/ > http://patches.dpdk.org/patch/48045/ > > ipsec: new library for IPsec data-path processing > http://patches.dpdk.org/patch/48566/ > http://patches.dpdk.org/patch/48567/ > http://patches.dpdk.org/patch/48568/ > http://patches.dpdk.org/patch/48569/ > http://patches.dpdk.org/patch/48570/ > http://patches.dpdk.org/patch/48571/ > http://patches.dpdk.org/patch/48572/ > http://patches.dpdk.org/patch/48573/ > http://patches.dpdk.org/patch/48574/ > > to be applied first. > > v2 -> v3 > - add IPv6 cases into test scripts > - fixes for IPv6 support > - fixes for inline-crypto support > - some code restructuring > > v1 -> v2 > - Several bug fixes > > That series contians few bug-fixes and changes to make ipsec-secgw > to utilize librte_ipsec library: > - changes in the related data structures. > - changes in the initialization code. > - changes in the data-path code. > - new command-line parameters to enable librte_ipsec codepath > and related features. > - test scripts to help automate ipsec-secgw functional testing. > > Note that right now by default current (non-librte_ipsec) code-path > will be used. User has to run application with new command-line option > ('-l') > to enable new codepath. > The main reason for that: > - current librte_ipsec doesn't support all ipsec algorithms > and features that the app does. > - allow users to run both versions in parallel for some time > to figure out any functional or performance degradation with the > new code. > > Test scripts were run with the following crypto devices: > - aesni_mb > - aesni_gcm > - qat > Series Acked-by: Radu Nicolau >