From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 37F14A0A0B;
	Mon,  1 Feb 2021 08:43:44 +0100 (CET)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id C3E58160654;
	Mon,  1 Feb 2021 08:43:43 +0100 (CET)
Received: from out0-151.mail.aliyun.com (out0-151.mail.aliyun.com
 [140.205.0.151]) by mails.dpdk.org (Postfix) with ESMTP id EA2A340693
 for <dev@dpdk.org>; Mon,  1 Feb 2021 08:43:41 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=alibaba-inc.com; s=default;
 t=1612165418; h=Subject:From:To:Message-ID:Date:MIME-Version:Content-Type;
 bh=9xhgfx8iLwsNvwQhmhotTXvfsVfV2iNVpN2o6GJdan8=;
 b=Jly+5Z0QzNdEeEIHNGc/Bs4DWfR+eQEUXtc1qxAC1tG08BxWtem6vYUXkosX+RNRaH+MPGhk4RbXWfy6TnE9FazTdPeThZqFUdWNd7KOx6bTqrXNfnCPOOAvejoYcO7xhGhEYuNugVsQkA8BdwRVtoEp3QmIMnF6h6hf7cY1XnM=
X-Alimail-AntiSpam: AC=PASS; BC=-1|-1; BR=01201311R171e4; CH=green; DM=||false|;
 DS=||; FP=0|-1|-1|-1|0|-1|-1|-1; HT=ay29a033018047211;
 MF=huawei.xhw@alibaba-inc.com; NM=1; PH=DS; RN=8; SR=0;
 TI=SMTPD_---.JTNUWAO_1612165416; 
Received: from 30.43.73.134(mailfrom:huawei.xhw@alibaba-inc.com
 fp:SMTPD_---.JTNUWAO_1612165416) by smtp.aliyun-inc.com(127.0.0.1);
 Mon, 01 Feb 2021 15:43:36 +0800
From: "=?UTF-8?B?6LCi5Y2O5LyfKOatpOaXtuatpOWIu++8iQ==?="
 <huawei.xhw@alibaba-inc.com>
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>
 <5a677d8c-e858-0a66-3d80-07026c8c31e4@alibaba-inc.com>
Message-ID: <61492d00-4d4f-61a4-8ae6-ee49e71b2add@alibaba-inc.com>
Date: Mon, 01 Feb 2021 15:43:30 +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: <5a677d8c-e858-0a66-3d80-07026c8c31e4@alibaba-inc.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>


On 2021/1/29 11:25, chris wrote:
> Hi ferruh and maxime:
>
> v6 changes:
>
> send v6. Let us discuss if merge in this or early next release.

Ping.


>
> 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(-)
>>