From patchwork Thu Jul 16 11:47:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Dybkowski, AdamX" X-Patchwork-Id: 74221 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 99CBEA0546; Thu, 16 Jul 2020 13:47:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 859841BFA5; Thu, 16 Jul 2020 13:47:50 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B333A1BFA3 for ; Thu, 16 Jul 2020 13:47:48 +0200 (CEST) IronPort-SDR: ZEgUquW2V/CAzuP8klNYrYMfuBq2mYvAsVvdFT4l6uT+KSQp2IMdrkShM8ig5p+ChytQoxzyc8 hRPKAMfArvPQ== X-IronPort-AV: E=McAfee;i="6000,8403,9683"; a="149352014" X-IronPort-AV: E=Sophos;i="5.75,359,1589266800"; d="scan'208";a="149352014" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jul 2020 04:47:47 -0700 IronPort-SDR: DKQY3396vSRQzb14qOyMnbCxE14S5/h9z4lSwpsuTTXKDIL9n9o+inbe0inOMKuDBVhjLOShnj 5CXwSfImTZ/A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,359,1589266800"; d="scan'208";a="318396554" Received: from adamdybx-mobl.ger.corp.intel.com ([10.104.121.51]) by fmsmga002.fm.intel.com with ESMTP; 16 Jul 2020 04:47:45 -0700 From: Adam Dybkowski To: dev@dpdk.org, fiona.trahe@intel.com, akhil.goyal@nxp.com Cc: Adam Dybkowski Date: Thu, 16 Jul 2020 13:47:21 +0200 Message-Id: <20200716114723.965-1-adamx.dybkowski@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200713110953.3575-1-adamx.dybkowski@intel.com> References: <20200713110953.3575-1-adamx.dybkowski@intel.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v3 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). 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 | 12 +++++++++++- drivers/common/qat/qat_device.c | 6 +++++- 3 files changed, 21 insertions(+), 4 deletions(-)