DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Jain, Deepak K" <deepak.k.jain@intel.com>
To: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v4] pmd/snow3g: add new SNOW 3G SW PMD
Date: Thu, 10 Mar 2016 16:54:01 +0000	[thread overview]
Message-ID: <A09C9DDE180C7E429EC68E2BFB95C903392F4680@IRSMSX107.ger.corp.intel.com> (raw)
In-Reply-To: <1457627592-29144-1-git-send-email-pablo.de.lara.guarch@intel.com>



-----Original Message-----
From: De Lara Guarch, Pablo 
Sent: Thursday, March 10, 2016 4:33 PM
To: dev@dpdk.org
Cc: Doherty, Declan <declan.doherty@intel.com>; Jain, Deepak K <deepak.k.jain@intel.com>; De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>
Subject: [PATCH v4] pmd/snow3g: add new SNOW 3G SW PMD

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 <pablo.de.lara.guarch@intel.com>
---

This patch depends on "Snow3G support for Intel Quick Assist Devices" patchset (http://dpdk.org/ml/archives/dev/2016-March/03548.html).

Changes in v4:

- Added missing fix casting that was breaking C++ compilation.
- Fixed documentation
- Rebased against latest DPDK code

Changes in v3:

- Corrected patch dependency

Changes in v2:

- Rebased against crypto API changes
- Removed static config options and allow user to provide them
  as virtual device parameters.
- Added unit tests
- Changed DPDK version references from 2.3 to 16.04
- Fixed crypto operation status handling
- Fixed copyright dates
- Fixed enqueue error stats

-- 
2.5.0

Acked-by: Deepak Kumar JAIN <deepak.k.jain@intel.com>

  reply	other threads:[~2016-03-10 16:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-29 14:15 [dpdk-dev] [PATCH] " Pablo de Lara
2016-03-07 14:07 ` [dpdk-dev] [PATCH v2] " Pablo de Lara
2016-03-07 19:48   ` [dpdk-dev] [PATCH v3] " Pablo de Lara
2016-03-08 14:10     ` Jain, Deepak K
2016-03-10 16:33     ` [dpdk-dev] [PATCH v4] " Pablo de Lara
2016-03-10 16:54       ` Jain, Deepak K [this message]
2016-03-10 23:00         ` Thomas Monjalon
2016-03-10 22:56       ` Thomas Monjalon
2016-03-07 19:48   ` [dpdk-dev] [PATCH v2] " De Lara Guarch, Pablo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A09C9DDE180C7E429EC68E2BFB95C903392F4680@IRSMSX107.ger.corp.intel.com \
    --to=deepak.k.jain@intel.com \
    --cc=dev@dpdk.org \
    --cc=pablo.de.lara.guarch@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).