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 D88A0A04B6; Mon, 12 Oct 2020 12:44:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F40AF1D5E8; Mon, 12 Oct 2020 12:43:58 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 745231D5E3 for ; Mon, 12 Oct 2020 12:43:56 +0200 (CEST) IronPort-SDR: ECYgan1TJJ9vETCINWiEq4sZ5ce8RkTQg0lw96cfKt6jqJmSavE9PL5dhePLGnT2BHpk0I+/bV +GR1lj2ZNBEA== X-IronPort-AV: E=McAfee;i="6000,8403,9771"; a="183176968" X-IronPort-AV: E=Sophos;i="5.77,366,1596524400"; d="scan'208";a="183176968" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Oct 2020 03:43:54 -0700 IronPort-SDR: yb7v5cBNnlao9AvdEAUbBja5NmgvGE/7nqpieohSKC6yilq1BkbQJHIXVHonDhv0ipGQnPk18a uN0K0tLhzXJw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,366,1596524400"; d="scan'208";a="317882139" Received: from silpixa00400308.ir.intel.com ([10.237.214.143]) by orsmga006.jf.intel.com with ESMTP; 12 Oct 2020 03:43:53 -0700 From: Adam Dybkowski To: dev@dpdk.org, akhil.goyal@nxp.com Cc: fiona.trahe@intel.com, Adam Dybkowski Date: Mon, 12 Oct 2020 11:43:51 +0100 Message-Id: <20201012104352.19236-1-adamx.dybkowski@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200915111459.456-1-adamx.dybkowski@intel.com> References: <20200915111459.456-1-adamx.dybkowski@intel.com> Subject: [dpdk-dev] [PATCH v4 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 v4: * rebase Adam Dybkowski (1): doc: document vfio-pci usage with QAT PMD doc/guides/cryptodevs/qat.rst | 63 +++++++++++++++++++---------------- 1 file changed, 34 insertions(+), 29 deletions(-) -- 2.25.1