From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3DD37A0524; Mon, 27 Jul 2020 12:16:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DC46B1BFDD; Mon, 27 Jul 2020 12:16:20 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 651621BFD9 for ; Mon, 27 Jul 2020 12:16:19 +0200 (CEST) IronPort-SDR: sBBbI1td5NuyDjJV9m60AVwdLKu4qlcZP9G5UvZ3sVtQ/SN5MNmVyFkJTqPOsNfNr9XMQFHx9g BJiqjjAdGOxA== X-IronPort-AV: E=McAfee;i="6000,8403,9694"; a="131050240" X-IronPort-AV: E=Sophos;i="5.75,402,1589266800"; d="scan'208";a="131050240" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jul 2020 03:16:17 -0700 IronPort-SDR: NQVz6Sknfh3RlZaRdwJENVNtZNdYKivThQffuX0Gt2nYv5jaRsgR9n77mkqXRxjzKzJQqtio3d pe6kN9QcUACQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,402,1589266800"; d="scan'208";a="303405221" Received: from unknown (HELO adamdybx-MOBL.ger.corp.intel.com) ([10.104.113.9]) by orsmga002.jf.intel.com with ESMTP; 27 Jul 2020 03:16:15 -0700 From: Adam Dybkowski To: dev@dpdk.org, fiona.trahe@intel.com, akhil.goyal@nxp.com Cc: Adam Dybkowski Date: Mon, 27 Jul 2020 12:14:06 +0200 Message-Id: <20200727101408.3539-1-adamx.dybkowski@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200722080720.5977-1-adamx.dybkowski@intel.com> References: <20200722080720.5977-1-adamx.dybkowski@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v5 0/2] common/qat: support GEN2 QAT device 200xx 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" This adds pci detection and documentation for Intel GEN2 QuickAssist device 200xx (PF Did 0x18ee, VF Did 0x18ef). v2: * rename the device v3: * improve release notes v4: * simplify release notes v5: * split actual implementation patch and additional release notes update Adam Dybkowski (2): common/qat: support GEN2 QAT device 200xx doc: update QAT PMD release notes doc/guides/cryptodevs/qat.rst | 7 +++++-- doc/guides/rel_notes/release_20_08.rst | 8 +++++--- drivers/common/qat/qat_device.c | 6 +++++- 3 files changed, 15 insertions(+), 6 deletions(-) -- 2.25.1