From patchwork Tue Sep 15 11:14:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Dybkowski, AdamX" X-Patchwork-Id: 77705 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 0CC1DA04C7; Tue, 15 Sep 2020 13:15:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6A3831BE8E; Tue, 15 Sep 2020 13:15:05 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id A4A90E07 for ; Tue, 15 Sep 2020 13:15:03 +0200 (CEST) IronPort-SDR: ZbPhVVIIwi+P92MXLCo7vFAUDD3U5s3mKwzUfFnWCSkjGqZvuKhTgy0mFVpm5h2VKgEIAGP3av PdH5R9DOrUfA== X-IronPort-AV: E=McAfee;i="6000,8403,9744"; a="156666203" X-IronPort-AV: E=Sophos;i="5.76,429,1592895600"; d="scan'208";a="156666203" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2020 04:15:01 -0700 IronPort-SDR: we/YppwELADKC4PwzOyhNyVsTTdfP/QJJ0EcEyyk+MjWxd03kRMhwC0cPJAQxO7cZ3A4Me3Jmj iefqploOTHEQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,429,1592895600"; d="scan'208";a="319390347" Received: from unknown (HELO adamdybx-MOBL.ger.corp.intel.com) ([10.104.113.51]) by orsmga002.jf.intel.com with ESMTP; 15 Sep 2020 04:15:00 -0700 From: Adam Dybkowski To: fiona.trahe@intel.com, akhil.goyal@nxp.com, dev@dpdk.org, anatoly.burakov@intel.com Cc: Adam Dybkowski Date: Tue, 15 Sep 2020 13:14:58 +0200 Message-Id: <20200915111459.456-1-adamx.dybkowski@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200908161950.601-1-adamx.dybkowski@intel.com> References: <20200908161950.601-1-adamx.dybkowski@intel.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v3 0/1] doc: document vfio-pci usage with QAT PMD 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 patch marks the old igb_uio driver as unsecure when used with the QAT PMD and updates all examples to recommend using vfio-pci instead. It also mentions security issues with the QAT CPM and provides information about the new vfio-pci parameter 'disable_denylist' available in Linux kernels 5.9 and later. v2: * add example command with disable_denylist option v3: * simplify binding/unbinding command examples by using python scripts * remove the description of old binding method Adam Dybkowski (1): doc: document vfio-pci usage with QAT PMD doc/guides/cryptodevs/qat.rst | 63 +++++++++++++++++++---------------- 1 file changed, 34 insertions(+), 29 deletions(-)