All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: add missing supported algos
@ 2017-03-22 16:15 Pablo de Lara
  2017-03-23 15:35 ` De Lara Guarch, Pablo
  0 siblings, 1 reply; 2+ messages in thread
From: Pablo de Lara @ 2017-03-22 16:15 UTC (permalink / raw)
  To: john.mcnamara; +Cc: declan.doherty, dev, Pablo de Lara

AESNI MB supports MD5 and AES XCBC, but it wasn't reflected
in the driver documentation.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
 doc/guides/cryptodevs/aesni_mb.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst
index d61d9e4..a0d13ca 100644
--- a/doc/guides/cryptodevs/aesni_mb.rst
+++ b/doc/guides/cryptodevs/aesni_mb.rst
@@ -27,7 +27,7 @@
     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-AESN-NI Multi Buffer Crytpo Poll Mode Driver
+AESN-NI Multi Buffer Crypto Poll Mode Driver
 ============================================
 
 
@@ -54,11 +54,13 @@ Cipher algorithms:
 
 Hash algorithms:
 
+* RTE_CRYPTO_HASH_MD5_HMAC
 * RTE_CRYPTO_HASH_SHA1_HMAC
 * RTE_CRYPTO_HASH_SHA224_HMAC
 * RTE_CRYPTO_HASH_SHA256_HMAC
 * RTE_CRYPTO_HASH_SHA384_HMAC
 * RTE_CRYPTO_HASH_SHA512_HMAC
+* RTE_CRYPTO_HASH_AES_XCBC_HMAC
 
 Limitations
 -----------
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: add missing supported algos
  2017-03-22 16:15 [PATCH] doc: add missing supported algos Pablo de Lara
@ 2017-03-23 15:35 ` De Lara Guarch, Pablo
  0 siblings, 0 replies; 2+ messages in thread
From: De Lara Guarch, Pablo @ 2017-03-23 15:35 UTC (permalink / raw)
  To: Mcnamara, John; +Cc: Doherty, Declan, dev



> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Wednesday, March 22, 2017 4:16 PM
> To: Mcnamara, John
> Cc: Doherty, Declan; dev@dpdk.org; De Lara Guarch, Pablo
> Subject: [PATCH] doc: add missing supported algos
> 
> AESNI MB supports MD5 and AES XCBC, but it wasn't reflected
> in the driver documentation.
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Applied to dpdk-next-crypto.
Thanks,

Pablo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-23 15:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-22 16:15 [PATCH] doc: add missing supported algos Pablo de Lara
2017-03-23 15:35 ` De Lara Guarch, Pablo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.