From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E3D91106A for ; Thu, 8 Dec 2016 11:24:23 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP; 08 Dec 2016 02:24:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,318,1477983600"; d="scan'208";a="40151687" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.64]) by orsmga005.jf.intel.com with SMTP; 08 Dec 2016 02:24:21 -0800 Received: by (sSMTP sendmail emulation); Thu, 08 Dec 2016 10:24:20 +0000 Date: Thu, 8 Dec 2016 10:24:20 +0000 From: Bruce Richardson To: zbigniew.bodek@caviumnetworks.com Cc: pablo.de.lara.guarch@intel.com, jerin.jacob@caviumnetworks.com, dev@dpdk.org Message-ID: <20161208102419.GE55440@bricha3-MOBL3.ger.corp.intel.com> References: <1480851219-45071-1-git-send-email-zbigniew.bodek@caviumnetworks.com> <1481077985-4224-1-git-send-email-zbigniew.bodek@caviumnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1481077985-4224-1-git-send-email-zbigniew.bodek@caviumnetworks.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.7.1 (2016-10-04) Subject: Re: [dpdk-dev] [PATCH v2 00/12] Add crypto PMD optimized for ARMv8 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, 08 Dec 2016 10:24:24 -0000 On Tue, Dec 06, 2016 at 06:32:53PM -0800, zbigniew.bodek@caviumnetworks.com wrote: > From: Zbigniew Bodek > > Introduce crypto poll mode driver using ARMv8 > cryptographic extensions. This PMD is optimized > to provide performance boost for chained > crypto operations processing, such as: > * encryption + HMAC generation > * decryption + HMAC validation. > In particular, cipher only or hash only > operations are not provided. > Performance gain can be observed in tests > against OpenSSL PMD which also uses ARM > crypto extensions for packets processing. > Hi, great to see more crypto drivers coming into DPDK, thanks. Question: do you know if this code would have any export compliance implications for DPDK - or for those repackaging DPDK? Up till now, all the crypto code used by DPDK was actually packaged in separate libraries that were re-used, meaning that DPDK didn't contain any crypto algorithms itself. Regards, /Bruce