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 EB2E6A04DD; Thu, 19 Nov 2020 12:04:30 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3E9DF2AB; Thu, 19 Nov 2020 12:04:29 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 954AA23D for ; Thu, 19 Nov 2020 12:04:27 +0100 (CET) IronPort-SDR: co0DnAprQbsgDH68wqHoMmOuItyrDurNQBI8t9h6OXLKSJ5ipHkMWMOyxMgaJTaZACce6bnnl3 RK/foCjBtEyQ== X-IronPort-AV: E=McAfee;i="6000,8403,9809"; a="171368984" X-IronPort-AV: E=Sophos;i="5.77,490,1596524400"; d="scan'208";a="171368984" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Nov 2020 03:04:25 -0800 IronPort-SDR: /9QGIJhJe+Ll97RiKJ9zokCvN36RjrbxX3vSPZdpe96jhynJ0mDdPKYIXt3D2zFCtne+lPbQ5y y0sywh6zdx4A== X-IronPort-AV: E=Sophos;i="5.77,490,1596524400"; d="scan'208";a="359932702" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.213.194.37]) ([10.213.194.37]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Nov 2020 03:04:24 -0800 To: David Marchand Cc: dev , Thomas Monjalon , "Mcnamara, John" References: <7d1840b4184bf363e3b9ddaff0683f13b324078a.1605031542.git.anatoly.burakov@intel.com> <6d1a335178212c2983a8e59b7fcf66001c9b262a.1605713845.git.anatoly.burakov@intel.com> From: "Burakov, Anatoly" Message-ID: Date: Thu, 19 Nov 2020 11:04:22 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 1/4] doc: move VFIO driver to be first 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 18-Nov-20 6:24 PM, David Marchand wrote: > On Wed, Nov 18, 2020 at 4:38 PM Anatoly Burakov > wrote: >> >> Currently, the Linux GSG mentions UIO drivers first. This is not ideal >> as for the longest time, the recommended way to use DPDK with hardware >> devices has been to use VFIO driver. >> >> This commit simply moves UIO section after VFIO, with minor edits. >> >> Signed-off-by: Anatoly Burakov > > This series does not apply on rc4, could you rebase it? > Thanks. > Sure, will do. -- Thanks, Anatoly