[dpdk-dev] [PATCH v4] pmd/snow3g: add new SNOW 3G SW PMD

Jain, Deepak K deepak.k.jain at intel.com
Thu Mar 10 17:54:01 CET 2016



-----Original Message-----
From: De Lara Guarch, Pablo 
Sent: Thursday, March 10, 2016 4:33 PM
To: dev at dpdk.org
Cc: Doherty, Declan <declan.doherty at intel.com>; Jain, Deepak K <deepak.k.jain at intel.com>; De Lara Guarch, Pablo <pablo.de.lara.guarch at 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 at 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 at intel.com>


More information about the dev mailing list