From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6C7E4C433E7 for ; Tue, 13 Oct 2020 14:10:29 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id C5767247CE for ; Tue, 13 Oct 2020 14:10:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C5767247CE Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 05DD81BC79; Tue, 13 Oct 2020 16:10:27 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A1EFD1BA9A for ; Tue, 13 Oct 2020 16:10:24 +0200 (CEST) IronPort-SDR: oPARW0INc8cbw5VvR+WPRRbDSlJxi4G00UzUeu5WnI3C/gVeWksUSvK1fJj250QVMVNYBa+UjP /o8TNR1nk5Tw== X-IronPort-AV: E=McAfee;i="6000,8403,9772"; a="165124957" X-IronPort-AV: E=Sophos;i="5.77,371,1596524400"; d="scan'208";a="165124957" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2020 07:10:22 -0700 IronPort-SDR: CUgA+iMg39HkZ7V5cg11LFsDaFAufKP3ZlssX2IJ3QkxrRXCMCygE9k49bTdEc0Xi8iEbpcZJk n8OlmxaNIJkg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,371,1596524400"; d="scan'208";a="346198147" Received: from silpixa00400308.ir.intel.com ([10.237.214.143]) by orsmga008.jf.intel.com with ESMTP; 13 Oct 2020 07:10:20 -0700 From: Adam Dybkowski To: dev@dpdk.org, akhil.goyal@nxp.com Cc: fiona.trahe@intel.com, Adam Dybkowski Date: Tue, 13 Oct 2020 15:10:14 +0100 Message-Id: <20201013141015.31232-1-adamx.dybkowski@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201012104352.19236-1-adamx.dybkowski@intel.com> References: <20201012104352.19236-1-adamx.dybkowski@intel.com> Subject: [dpdk-dev] [PATCH v5 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 v5: * rebase against github dpdk main branch Adam Dybkowski (1): doc: document vfio-pci usage with QAT PMD doc/guides/cryptodevs/qat.rst | 64 +++++++++++++++++++---------------- 1 file changed, 35 insertions(+), 29 deletions(-) -- 2.25.1