From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED17ECA9EA3 for ; Fri, 18 Oct 2019 08:24:41 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id B12CB21D7C for ; Fri, 18 Oct 2019 08:24:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B12CB21D7C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0BA661C0CE; Fri, 18 Oct 2019 10:24:41 +0200 (CEST) Received: from huawei.com (szxga04-in.huawei.com [45.249.212.190]) by dpdk.org (Postfix) with ESMTP id A409C1C0C1 for ; Fri, 18 Oct 2019 10:24:39 +0200 (CEST) Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id D21279A6B5805BBF431D; Fri, 18 Oct 2019 16:24:32 +0800 (CST) Received: from [127.0.0.1] (10.57.115.182) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.439.0; Fri, 18 Oct 2019 16:24:28 +0800 To: Ferruh Yigit , "Wei Hu (Xavier)" , References: <20191009141653.39364-1-xavier.huwei@tom.com> From: "Wei Hu (Xavier)" Message-ID: <60b03139-10d6-5400-1e8b-c63ba1cd5f1a@huawei.com> Date: Fri, 18 Oct 2019 16:24:27 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.57.115.182] X-CFilter-Loop: Reflected Subject: Re: [dpdk-dev] [PATCH 0/4] updates for hns3 ethernet pmd driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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 Yigit On 2019/10/15 16:46, Ferruh Yigit wrote: > On 10/9/2019 3:16 PM, Wei Hu (Xavier) wrote: >> This series adds some updates for hns3 ethernet pmd driver. >> >> The No.1 patch modifies the statistics information for sending >> and receiving packets. >> The No.2 patch changes the return value of firmware processing >> timeout from -EBADE to -ETIME. >> The No.3 patch adds commands between driver and firmware. >> The No.4 patch restores bus_master_en and msix_enable during >> PF FLR reset. >> >> Chunsong Feng (1): >> net/hns3: restores bus_master_en and msix_enable during PF FLR reset >> >> Hao Chen (1): >> net/hns3: modify the statistics for sending and receiving messages >> >> Hongbo Zheng (1): >> net/hns3: change the return value of firmware processing timeout from >> -EBADE to -ETIME >> >> humin (1): >> net/hns3: Renew command and desc structure >> > Hi Xavier, > > 'check-git-log.sh' is giving some errors, can you please check them? > > $ /devtools/check-git-log.sh -4 > Wrong headline format: > net/hns3: restores bus_master_en and msix_enable during PF FLR reset > Wrong headline uppercase: > net/hns3: Renew command and desc structure > Headline too long: > net/hns3: modify the statistics for sending and receiving messages > net/hns3: change the return value of firmware processing timeout from > -EBADE to -ETIME > net/hns3: restores bus_master_en and msix_enable during PF FLR reset > We will fix it and send Patch V2. Thanks for your comments. Regards Xavier