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 2D06EA00C2; Wed, 17 Mar 2021 09:12:46 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AA647242B62; Wed, 17 Mar 2021 09:12:45 +0100 (CET) Received: from out0-149.mail.aliyun.com (out0-149.mail.aliyun.com [140.205.0.149]) by mails.dpdk.org (Postfix) with ESMTP id 72E0D4014D for ; Wed, 17 Mar 2021 09:12:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alibaba-inc.com; s=default; t=1615968760; h=Subject:To:From:Message-ID:Date:MIME-Version:Content-Type; bh=e0tvUsrzEvLcP8bLlULwujdmZKr/dbYpigP1VMz5Mn0=; b=yPTffYofg6yNzVr0/vuK7J5cxDiXW4jKNxGtJi9grgdD50I4AfLgKQu0Rglkq4TEcOr6uVCAuP3dlY7USG091cQZ0wUbkNUn+F5WSpVFCa7Ma6z4HV/OQ0SWEpV/iaj+/v9rF22bXJXbtFhqj5hO3QRcCTjg2x7reL0hYErHGzY= 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=ay29a033018047207; MF=huawei.xhw@alibaba-inc.com; NM=1; PH=DS; RN=9; SR=0; TI=SMTPD_---.JmGI0uF_1615968758; Received: from 30.43.72.154(mailfrom:huawei.xhw@alibaba-inc.com fp:SMTPD_---.JmGI0uF_1615968758) by smtp.aliyun-inc.com(127.0.0.1); Wed, 17 Mar 2021 16:12:38 +0800 To: David Marchand Cc: Maxime Coquelin , "Yigit, Ferruh" , dev , "Burakov, Anatoly" , xuemingl@nvidia.com, Gaetan Rivet , "Wang, Yinan" , "Wang, Haiyue" References: <1614797225-114594-1-git-send-email-huawei.xhw@alibaba-inc.com> <1615397790-16169-1-git-send-email-huawei.xhw@alibaba-inc.com> From: "=?UTF-8?B?6LCi5Y2O5LyfKOatpOaXtuatpOWIu++8iQ==?=" Message-ID: <63fa1076-8778-460f-dd4f-4c916bd73f13@alibaba-inc.com> Date: Wed, 17 Mar 2021 16:12:18 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-dev] [PATCH v11 0/2] support both PIO and MMIO BAR for legacy virito device 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/3/15 22:16, David Marchand wrote: >> v10 changes: >> - trival fixes in commit message, like > 75 chars >> >> v11 changes: >> - commit message fix and change >> > Aligned Sob and Author to fix the last checkpatch warning. > > Series applied to the main branch. > Thanks Huawei and thanks too to reviewers/testers. Thanks!