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

2016-03-11 Thread Thomas Monjalon
> 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

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

2016-03-10 Thread Thomas Monjalon
2016-03-10 16:33, Pablo de Lara: > +SNOW 3G PMD > +M: Pablo de Lara > +F: drivers/crypto/snow3g Missing doc reference: F: doc/guides/cryptodevs/snow3g.rst > +To build DPDK with the SNOW3G_PMD the user is required to get > +the export controlled libsso library, sending a request to > +`DPDKUser_s

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

2016-03-10 Thread Jain, Deepak K
-Original Message- From: De Lara Guarch, Pablo Sent: Thursday, March 10, 2016 4:33 PM To: dev at dpdk.org Cc: Doherty, Declan ; Jain, Deepak K ; De Lara Guarch, Pablo Subject: [PATCH v4] pmd/snow3g: add new SNOW 3G SW PMD Added new SW PMD which makes use of the libsso SW library, whic

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

2016-03-10 Thread Pablo de Lara
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_U