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 1DD78C433E7 for ; Mon, 12 Oct 2020 10:44:02 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 7D05E2078E for ; Mon, 12 Oct 2020 10:44:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7D05E2078E 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 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