From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A36C9A3160 for ; Thu, 10 Oct 2019 05:28:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 952FD1E8B3; Thu, 10 Oct 2019 05:28:34 +0200 (CEST) Received: from huawei.com (szxga07-in.huawei.com [45.249.212.35]) by dpdk.org (Postfix) with ESMTP id 577EF1E8B2 for ; Thu, 10 Oct 2019 05:28:33 +0200 (CEST) Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 20E70D501DFF4CB3C22F; Thu, 10 Oct 2019 11:28:31 +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; Thu, 10 Oct 2019 11:28:22 +0800 To: References: <20191009141653.39364-1-xavier.huwei@tom.com> CC: "Wei Hu (Xavier)" , , Jeremy Plsek , , Ali Alnubani , "forest.zhouchang@huawei.com" From: "Wei Hu (Xavier)" Message-ID: Date: Thu, 10 Oct 2019 11:28:12 +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: <20191009141653.39364-1-xavier.huwei@tom.com> Content-Type: text/plain; charset="windows-1252" 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 The page in patches.dpdk.org indicates that CI checking against this series failed, the page as follows: http://mails.dpdk.org/archives/test-report/2019-October/101655.html Just like the previous failure of patch CI checking, this series based on dpdk-next-net repo but CI checking based on dpdk repo. Thanks. Regards Xavier On 2019/10/9 22:16, 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 > > drivers/net/hns3/hns3_cmd.c | 17 +--- > drivers/net/hns3/hns3_cmd.h | 9 +- > drivers/net/hns3/hns3_ethdev.c | 5 ++ > drivers/net/hns3/hns3_ethdev_vf.c | 135 +++++++++++++++++++++++++++++- > drivers/net/hns3/hns3_intr.c | 5 +- > drivers/net/hns3/hns3_rxtx.c | 11 +-- > drivers/net/hns3/hns3_rxtx.h | 3 - > drivers/net/hns3/hns3_stats.c | 84 +++++-------------- > 8 files changed, 168 insertions(+), 101 deletions(-) >