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 5764CA054F; Mon, 1 Mar 2021 16:47:23 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC32222A2CD; Mon, 1 Mar 2021 16:47:22 +0100 (CET) Received: from out0-132.mail.aliyun.com (out0-132.mail.aliyun.com [140.205.0.132]) by mails.dpdk.org (Postfix) with ESMTP id EA57B40041 for ; Mon, 1 Mar 2021 16:47:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alibaba-inc.com; s=default; t=1614613637; h=Subject:To:From:Message-ID:Date:MIME-Version:Content-Type; bh=weYa8ivXhOqokMOu6GbB4qKEXNF1PEJJZAqh8dLIkYA=; b=sV3cOEB5k8IO5FgV7fDytaM8sW7oBf22kX9x/wOD5Q8EMKBCjR2jNEiIvLInITr18/dQ1mXu3O4LtcReNV19IyL3+l8kIVH/R4hEkukHgRSlbk1ODjLL09DrouUJTeUOKrFLjrS3eJkdz1VN+JxdinvfBEEdZ9vUzG/TcLkyCzE= X-Alimail-AntiSpam: AC=PASS; BC=-1|-1; BR=01201311R211e4; CH=green; DM=||false|; DS=||; FP=0|-1|-1|-1|0|-1|-1|-1; HT=ay29a033018047187; MF=huawei.xhw@alibaba-inc.com; NM=1; PH=DS; RN=8; SR=0; TI=SMTPD_---.Jey0oRw_1614613635; Received: from 30.15.219.167(mailfrom:huawei.xhw@alibaba-inc.com fp:SMTPD_---.Jey0oRw_1614613635) by smtp.aliyun-inc.com(127.0.0.1); Mon, 01 Mar 2021 23:47:16 +0800 To: David Marchand Cc: "Yigit, Ferruh" , Maxime Coquelin , dev , "Burakov, Anatoly" , xuemingl@nvidia.com, Gaetan Rivet , "Xia, Chenbo" References: <1611890309-99135-1-git-send-email-huawei.xhw@alibaba-inc.com> <1611890309-99135-2-git-send-email-huawei.xhw@alibaba-inc.com> <63a70249-df55-806b-7ee8-6f3910881dd6@alibaba-inc.com> From: "=?UTF-8?B?6LCi5Y2O5LyfKOatpOaXtuatpOWIu++8iQ==?=" Message-ID: <8ea40e19-981f-0517-3c4a-ac84c160dfc7@alibaba-inc.com> Date: Mon, 01 Mar 2021 23:47:08 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v6 1/2] bus/pci: use PCI standard sysfs entry to get PIO address 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 2021/2/25 1:52, David Marchand wrote: > On Wed, Feb 24, 2021 at 4:29 PM 谢华伟(此时此刻) wrote: >>> Did you check that virtio devices bound to uio_pci_generic still works >>> with legacy mode + PIO? >> I had verified PIO, might under igb_uio driver. > Well, if you are unsure, please retest both cases, igb_uio and uio_pci_generic. > I still haven't got a VM with PIO, but retested MMIO with both igb_uio and uio_pci_generic. They both works. @Chenbo Could you help run  with PIO? >> Theoretically it works with uio_pci_generic driver. I could do the test >> if needed. Give me some time. Have to create a legacy VM. Now bars in >> virtio device in the cloud are basically mmio. > Sure, take the time to check. > I'll wait for your confirmation, thanks. > >