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 B50B6A0524; Fri, 27 Nov 2020 16:49:31 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 08578C930; Fri, 27 Nov 2020 16:49:30 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 3A386C928 for ; Fri, 27 Nov 2020 16:49:27 +0100 (CET) IronPort-SDR: fFFIlciSzRDeDzvF/JrNI/vcEi1EpXoOgxotltqvq82bTx5jTDp6aesWQMCjCkD9GRI7V6Jf6j WkduA54+aJzg== X-IronPort-AV: E=McAfee;i="6000,8403,9818"; a="257115694" X-IronPort-AV: E=Sophos;i="5.78,374,1599548400"; d="scan'208";a="257115694" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Nov 2020 07:49:25 -0800 IronPort-SDR: fO7q3d6CczLIUJiJbty4TeEqPwkNKESoOBGQn2sZBm/l7Hnf2oZvozowvOSKXgjlIYtHYIedLN IU8U5FZcPfNQ== X-IronPort-AV: E=Sophos;i="5.78,374,1599548400"; d="scan'208";a="548087105" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.6.231]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 27 Nov 2020 07:49:23 -0800 Date: Fri, 27 Nov 2020 15:49:20 +0000 From: Bruce Richardson To: Anatoly Burakov Cc: dev@dpdk.org, thomas@monjalon.net, john.mcnamara@intel.com Message-ID: <20201127154920.GD1561@bricha3-MOBL.ger.corp.intel.com> References: <6d1a335178212c2983a8e59b7fcf66001c9b262a.1605713845.git.anatoly.burakov@intel.com> <75243d22963555e1460b243df6bb12efd146abf4.1605785484.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <75243d22963555e1460b243df6bb12efd146abf4.1605785484.git.anatoly.burakov@intel.com> Subject: Re: [dpdk-dev] [PATCH v3 4/4] doc: add VFIO troubleshooting section 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" On Thu, Nov 19, 2020 at 11:32:32AM +0000, Anatoly Burakov wrote: > There are common problems with VFIO that get asked over and over on the > mailing list. Document common problems with VFIO and how to fix them or > at least figure out what went wrong. > > Signed-off-by: Anatoly Burakov > --- One typo spotted below. Acked-by: Bruce Richardson > doc/guides/linux_gsg/linux_drivers.rst | 43 ++++++++++++++++++++++++++ > 1 file changed, 43 insertions(+) > > diff --git a/doc/guides/linux_gsg/linux_drivers.rst b/doc/guides/linux_gsg/linux_drivers.rst > index 9c61850dbb..f3c06c68d1 100644 > --- a/doc/guides/linux_gsg/linux_drivers.rst > +++ b/doc/guides/linux_gsg/linux_drivers.rst > @@ -276,3 +276,46 @@ To restore device ``82:00.0`` to its original kernel binding: > .. code-block:: console > > ./usertools/dpdk-devbind.py --bind=ixgbe 82:00.0 > + > +Troubleshooting VFIO > +-------------------- > + > +In certain situations, using ``dpdk-devbind.py`` script to bing a device to VFIO typo: s/bing/bind/