> -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, July 13, 2017 6:37 AM > To: Doherty, Declan <declan.dohe...@intel.com>; Trahe, Fiona > <fiona.tr...@intel.com>; Griffin, John <john.grif...@intel.com>; Jain, > Deepak K <deepak.k.j...@intel.com> > Cc: dev@dpdk.org; De Lara Guarch, Pablo > <pablo.de.lara.gua...@intel.com> > Subject: [PATCH 0/5] Fix crypto PMDs documentation > > Patchset with some fixes/additions for crypto PMDs documents. > > Pablo de Lara (5): > doc: fix supported algorithm table for AESNI GCM PMD > doc: remove incorrect limitation on QAT PMD > doc: remove incorrect limitation on AESNI MB PMD > doc: add missing algorithm in limitations for QAT > doc: extend installation section on SNOW3G/KASUMI PMDs > > doc/guides/cryptodevs/aesni_mb.rst | 2 +- > doc/guides/cryptodevs/features/aesni_gcm.ini | 1 + > doc/guides/cryptodevs/kasumi.rst | 12 ++++++++++ > doc/guides/cryptodevs/qat.rst | 5 ++-- > doc/guides/cryptodevs/snow3g.rst | 11 +++++++++ > test/test/test_cryptodev.c | 19 +++++++++++++++ > test/test/test_cryptodev_hash_test_vectors.h | 36 > ++++++++++++++++++---------- > 7 files changed, 70 insertions(+), 16 deletions(-) > > -- > 2.9.4
Applied to dpdk-next-crypto, after modification suggested by Fiona. Pablo