From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] pmd/snow3g: add new SNOW 3G SW PMD Date: Fri, 11 Mar 2016 00:00:51 +0100 Message-ID: <4265553.mMJ02mO45L@xps13> References: <1457380086-30391-1-git-send-email-pablo.de.lara.guarch@intel.com> <1457627592-29144-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "De Lara Guarch, Pablo" Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 5933437A2 for ; Fri, 11 Mar 2016 00:02:34 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id n186so7062445wmn.1 for ; Thu, 10 Mar 2016 15:02:34 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > Added new SW PMD which makes use of the libsso SW library, which provides wireless algorithms SNOW 3G UEA2 and UIA2 in software. > > This PMD supports cipher-only, hash-only and chained operations ("cipher then hash" and "hash then cipher") of the following > algorithms: > - RTE_CRYPTO_SYM_CIPHER_SNOW3G_UEA2 > - RTE_CRYPTO_SYM_AUTH_SNOW3G_UIA2 > > The SNOW 3G hash and cipher algorithms, which are enabled by this crypto PMD are implemented by Intel's libsso software library. For library download and build instructions, see the documentation included (doc/guides/cryptodevs/snow3g.rst) > > The patch also contains the related unit tests function to test the PMD supported operations. > > Signed-off-by: Pablo de Lara > Acked-by: Deepak Kumar JAIN Applied with some trivial fixes.