From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A11F82BAA for ; Thu, 13 Jul 2017 15:36:44 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jul 2017 06:36:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,354,1496127600"; d="scan'208";a="124713812" Received: from silpixa00399464.ir.intel.com (HELO silpixa00399464.ger.corp.intel.com) ([10.237.222.157]) by orsmga005.jf.intel.com with ESMTP; 13 Jul 2017 06:36:42 -0700 From: Pablo de Lara To: declan.doherty@intel.com, fiona.trahe@intel.com, john.griffin@intel.com, deepak.k.jain@intel.com Cc: dev@dpdk.org, Pablo de Lara Date: Thu, 13 Jul 2017 06:36:45 +0100 Message-Id: <20170713053650.62998-1-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.9.4 Subject: [dpdk-dev] [PATCH 0/5] Fix crypto PMDs documentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2017 13:36:45 -0000 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