From patchwork Thu Mar 9 19:20:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fiona Trahe X-Patchwork-Id: 21664 X-Patchwork-Delegate: pablo.de.lara.guarch@intel.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id E2CFCCFA4; Thu, 9 Mar 2017 20:21:38 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 07709CF8A for ; Thu, 9 Mar 2017 20:21:30 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Mar 2017 11:21:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.36,137,1486454400"; d="scan'208"; a="1120602455" Received: from sivswdev01.ir.intel.com (HELO localhost.localdomain) ([10.237.217.45]) by fmsmga001.fm.intel.com with ESMTP; 09 Mar 2017 11:21:09 -0800 From: Fiona Trahe To: dev@dpdk.org, pablo.de.lara.guarch@intel.com, arkadiuszx.kusztal@intel.com Cc: deepak.k.jain@intel.com, fiona.trahe@intel.com, john.griffin@intel.com Date: Thu, 9 Mar 2017 19:20:47 +0000 Message-Id: <1489087247-456-4-git-send-email-fiona.trahe@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1487691610-11974-1-git-send-email-fiona.trahe@intel.com> References: <1487691610-11974-1-git-send-email-fiona.trahe@intel.com> Subject: [dpdk-dev] [PATCH v2 3/3] doc: add support for Intel QAT device D15xx 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Add instructions for D15xx device to the QAT PMD guide. Signed-off-by: Fiona Trahe --- doc/guides/cryptodevs/qat.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst index 4927a00..897919e 100644 --- a/doc/guides/cryptodevs/qat.rst +++ b/doc/guides/cryptodevs/qat.rst @@ -36,6 +36,7 @@ hardware accelerator devices: * ``Intel QuickAssist Technology DH895xCC`` * ``Intel QuickAssist Technology C62x`` * ``Intel QuickAssist Technology C3xxx`` +* ``Intel QuickAssist Technology D15xx`` Features @@ -111,12 +112,15 @@ available kernel drivers and device ids are : DH895xCC,4.4+,qat_dh895xcc,dh895xcc,435,1,443,32 C62x,4.5+,qat_c62x,c6xx,37c8,3,37c9,16 C3xxx,4.5+,qat_c3xxx,c3xxx,19e2,1,19e3,16 + D15xx,**,qat_d15xx,d15xx,6f54,1,6f55,16 The ``driver`` column indicates either the linux kernel version in which support for this device was introduced or a driver available on Intel's 01.org website. There are both linux and 01.org kernel drivers available for some devices. + ** Release to be confirmed. + If you are running on a kernel which includes a driver for your device, see `Installation using kernel.org driver`_ below. Otherwise see @@ -308,7 +312,7 @@ the unbind command below:: done; \ done -For **Intel(R) QuickAssist Technology C3xxx** device: +For **Intel(R) QuickAssist Technology C3xxx or D15xx** device: The unbind command below assumes ``bdfs`` of ``01:01.00-01:02.07``, if your VFs are different adjust the unbind command below::