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 48664A0A0E; Thu, 4 Feb 2021 03:51:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B7EBA2404E7; Thu, 4 Feb 2021 03:51:04 +0100 (CET) Received: from out0-135.mail.aliyun.com (out0-135.mail.aliyun.com [140.205.0.135]) by mails.dpdk.org (Postfix) with ESMTP id 64EE92404E3 for ; Thu, 4 Feb 2021 03:51:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alibaba-inc.com; s=default; t=1612407060; h=Subject:To:From:Message-ID:Date:MIME-Version:Content-Type; bh=W2yyFcBp+HqcCYobAmJR0UxuUvLqeKxib9CwjrOCrvg=; b=lTwDlGSfFLiCIper/zmGKQZZiLntbQN1m1/oDfBgKRC7sNCRppxzfZTRqMx3bSx5AP6wx/peSQLVDodxvn/479uQ0fUCYqvWrKfmiD4diQQ8qS6Qjz2Oh++vb0M6SOTWb1IwVP8wtKG3yJuvSykVowNtCpEc8JOb6Fb3h7b4OdU= X-Alimail-AntiSpam: AC=PASS; BC=-1|-1; BR=01201311R181e4; CH=green; DM=||false|; DS=||; FP=0|-1|-1|-1|0|-1|-1|-1; HT=ay29a033018047190; MF=huawei.xhw@alibaba-inc.com; NM=1; PH=DS; RN=8; SR=0; TI=SMTPD_---.JUrhsG4_1612407059; Received: from 30.43.64.22(mailfrom:huawei.xhw@alibaba-inc.com fp:SMTPD_---.JUrhsG4_1612407059) by smtp.aliyun-inc.com(127.0.0.1); Thu, 04 Feb 2021 10:50:59 +0800 To: Maxime Coquelin , ferruh.yigit@intel.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> <61492d00-4d4f-61a4-8ae6-ee49e71b2add@alibaba-inc.com> <1b7e52d7-a5cc-f49c-d63f-f40c1b9766ce@redhat.com> From: "=?UTF-8?B?6LCi5Y2O5LyfKOatpOaXtuatpOWIu++8iQ==?=" Message-ID: <8dfcdb32-acb5-0386-fda6-6df4898c0eee@alibaba-inc.com> Date: Thu, 04 Feb 2021 10:50:53 +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: <1b7e52d7-a5cc-f49c-d63f-f40c1b9766ce@redhat.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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2021/2/3 17:37, Maxime Coquelin wrote: > Hi Huawei, > > On 2/1/21 8:43 AM, 谢华伟(此时此刻) wrote: >> 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. > The -rc2 was released on the 29th, so I think it is too late for this > release. > > As Ferruh suggested, he can pick it early for next release, so doing > that we'll be sure to have a wider testing. > > Apart from that, I am fine with the series. OK. Thanks Maxime. > > Thanks, > Maxime > >>> 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(-) >>>>