From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 90FE5A0C4B; Thu, 14 Oct 2021 17:12:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7A0AA4112E; Thu, 14 Oct 2021 17:12:55 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 2D4DD40E50 for ; Thu, 14 Oct 2021 17:12:53 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10136"; a="207810549" X-IronPort-AV: E=Sophos;i="5.85,372,1624345200"; d="scan'208";a="207810549" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2021 08:12:51 -0700 X-IronPort-AV: E=Sophos;i="5.85,372,1624345200"; d="scan'208";a="525086364" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.25.39]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 14 Oct 2021 08:12:50 -0700 Date: Thu, 14 Oct 2021 16:12:46 +0100 From: Bruce Richardson To: Anatoly Burakov Cc: dev@dpdk.org Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [dpdk-dev] [PATCH v1 1/1] doc: clarify vfio doc for built-in modules X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" On Thu, Oct 14, 2021 at 12:52:38PM +0000, Anatoly Burakov wrote: > Currently, the documentation only contains instructions for enabling > SRIOV support for VFIO compiled as a module, but doesn't have any > instructions on how to do the same for cases where VFIO is built-in. > Add these instructions. > > Signed-off-by: Anatoly Burakov Acked-by: Bruce Richardson