From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Dec 2018 02:01:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,326,1539673200"; d="scan'208,217";a="300160492" Received: from rnicolau-mobl.ger.corp.intel.com (HELO [10.237.221.57]) ([10.237.221.57]) by fmsmga006.fm.intel.com with ESMTP; 07 Dec 2018 02:01:25 -0800 To: Konstantin Ananyev , dev@dpdk.org Cc: akhil.goyal@nxp.com References: <1543597460-6962-2-git-send-email-konstantin.ananyev@intel.com> <1544111691-7481-1-git-send-email-konstantin.ananyev@intel.com> From: Radu Nicolau Message-ID: <9514e08a-6fd2-94de-23c4-404b24eadea7@intel.com> Date: Fri, 7 Dec 2018 10:01:24 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <1544111691-7481-1-git-send-email-konstantin.ananyev@intel.com> Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v3 0/8] examples/ipsec-secgw: make app to use ipsec library 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, 07 Dec 2018 10:01:30 -0000 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 >