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

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Mon Mar 7 20:48:35 CET 2016



> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Monday, March 07, 2016 2:07 PM
> To: dev at dpdk.org
> Cc: Doherty, Declan; De Lara Guarch, Pablo
> Subject: [PATCH v2] 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_HASH_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>

Nack, because of wrong dependency.


More information about the dev mailing list