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 2B31FA04B1; Tue, 8 Sep 2020 18:20:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 85A992BAB; Tue, 8 Sep 2020 18:20:38 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 7597D1DB8 for ; Tue, 8 Sep 2020 18:20:36 +0200 (CEST) IronPort-SDR: kDjlbbFL7nx0FEUbBZ4A0rdvLlNC2rO0kV5O6P4CNQ4zT/Rjf5qFUpIQeIvQEvAPGiBDnbvz2o W02rQ5Xzltlg== X-IronPort-AV: E=McAfee;i="6000,8403,9738"; a="138214424" X-IronPort-AV: E=Sophos;i="5.76,406,1592895600"; d="scan'208";a="138214424" 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; 08 Sep 2020 09:20:35 -0700 IronPort-SDR: UG53lGKV/DfIxwG221RlXsIB2FDnMs4ef3NmPlbZUNO5Pe+ZXWJO3fyFiVkvTBVxcuoLppWsqP GODoaUdyRlLg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,406,1592895600"; d="scan'208";a="317239634" Received: from adamdybx-mobl.ger.corp.intel.com ([10.104.125.77]) by orsmga002.jf.intel.com with ESMTP; 08 Sep 2020 09:20:33 -0700 From: Adam Dybkowski To: dev@dpdk.org, fiona.trahe@intel.com, akhil.goyal@nxp.com, john.mcnamara@intel.com Cc: Adam Dybkowski Date: Tue, 8 Sep 2020 18:19:49 +0200 Message-Id: <20200908161950.601-1-adamx.dybkowski@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200908142047.331-1-adamx.dybkowski@intel.com> References: <20200908142047.331-1-adamx.dybkowski@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 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 Adam Dybkowski (1): doc: document vfio-pci usage with QAT PMD doc/guides/cryptodevs/qat.rst | 36 ++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) -- 2.25.1