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 9836BA09E4; Fri, 29 Jan 2021 04:26:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2773B4067B; Fri, 29 Jan 2021 04:26:05 +0100 (CET) Received: from out0-138.mail.aliyun.com (out0-138.mail.aliyun.com [140.205.0.138]) by mails.dpdk.org (Postfix) with ESMTP id 633C040395 for ; Fri, 29 Jan 2021 04:26:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alibaba-inc.com; s=default; t=1611890761; h=Subject:To:From:Message-ID:Date:MIME-Version:Content-Type; bh=MkYLHVSgNz1iDYgte7KCigo3PzI/1s9ODvtrCAWDudc=; b=WMuUMD85I6t2xG665VFcDa66mO4uBiRWbleZi2ZwPz81CCB7u7dNR3baGJtgYWgA/aUHnrtIE4KMHCQ36d0l+1GFy44eXDuB4h8IWZqTjV8Su4kNin8yCPVZsAPoZv/Hmmcnq1yqlm8gA+ahlOVLaQTRCnmzzfSjRrJjWbKq7wI= X-Alimail-AntiSpam: AC=PASS; BC=-1|-1; BR=01201311R701e4; CH=green; DM=||false|; DS=||; FP=0|-1|-1|-1|0|-1|-1|-1; HT=ay29a033018047203; MF=huawei.xhw@alibaba-inc.com; NM=1; PH=DS; RN=8; SR=0; TI=SMTPD_---.JRv0j9q_1611890760; Received: from 30.43.73.198(mailfrom:huawei.xhw@alibaba-inc.com fp:SMTPD_---.JRv0j9q_1611890760) by smtp.aliyun-inc.com(127.0.0.1); Fri, 29 Jan 2021 11:26:01 +0800 To: ferruh.yigit@intel.com, maxime.coquelin@redhat.com Cc: dev@dpdk.org, david.marchand@redhat.com, anatoly.burakov@intel.com, xuemingl@nvidia.com, grive@u256.net, chenbo.xia@intel.com References: <1611890309-99135-1-git-send-email-huawei.xhw@alibaba-inc.com> From: "=?UTF-8?B?6LCi5Y2O5LyfKOatpOaXtuatpOWIu++8iQ==?=" Message-ID: <5a677d8c-e858-0a66-3d80-07026c8c31e4@alibaba-inc.com> Date: Fri, 29 Jan 2021 11:25:58 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <1611890309-99135-1-git-send-email-huawei.xhw@alibaba-inc.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v6 0/2] support both PIO and MMIO BAR for legacy device in virtio PMD 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" Hi ferruh and maxime: v6 changes: send v6. Let us discuss if merge in this or early next release. Sorry that forget to reply to previous message id. > - change to DEBUG level for IO bar detection in pci_uio_ioport_map > - rework the code in iobar branch > - fixes commit message format issue > - temporarily remove the 3rd patch for vfio path, leave it for future discusssion > - rework against virtio_pmd_rework_v2 > > > huawei.xhw (2): > bus/pci: use PCI standard sysfs entry to get PIO address > bus/pci: support MMIO in PCI ioport accessors > > drivers/bus/pci/linux/pci.c | 81 ------------------- > drivers/bus/pci/linux/pci_uio.c | 170 ++++++++++++++++++++++++++++------------ > 2 files changed, 118 insertions(+), 133 deletions(-) >