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 9421EA32A8 for ; Sat, 26 Oct 2019 03:03:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F423D1C0C4; Sat, 26 Oct 2019 03:03:42 +0200 (CEST) Received: from huawei.com (szxga06-in.huawei.com [45.249.212.32]) by dpdk.org (Postfix) with ESMTP id 63D271C0C3 for ; Sat, 26 Oct 2019 03:03:41 +0200 (CEST) Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id D2979A166615D100475D; Sat, 26 Oct 2019 09:03:39 +0800 (CST) Received: from [127.0.0.1] (10.57.115.182) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.439.0; Sat, 26 Oct 2019 09:03:31 +0800 To: Ferruh Yigit , References: <1572007025-43391-1-git-send-email-xavier.huwei@huawei.com> CC: , , , From: "Wei Hu (Xavier)" Message-ID: <23d1d0c7-f1c4-e17b-e01a-2a11d6fd46c3@huawei.com> Date: Sat, 26 Oct 2019 09:03:30 +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 v2 0/4] some fixes for hns3 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" On 2019/10/25 23:07, Ferruh Yigit wrote: > On 10/25/2019 1:37 PM, Wei Hu (Xavier) wrote: >> This series adds some fixes for hns3 ethernet pmd driver. >> >> v1 -> v2: >> 1. Address some comments from Ferruh Yigit as belows: >> https://inbox.dpdk.org/dev/31868759-1900-2aad-4e38-0ae8fe52647a@intel.com >> https://inbox.dpdk.org/dev/e5d5bd99-663d-5661-dfda-312c762b2887@intel.com >> https://inbox.dpdk.org/dev/b4a32414-b941-c820-1706-f8ad41175764@intel.com >> >> Chunsong Feng (1): >> net/hns3: fix FLR reset failure >> >> Hao Chen (1): >> net/hns3: fix the statistics problems about Tx/Rx functions >> >> Hongbo Zheng (1): >> net/hns3: fix the return value when firmware timeout >> >> Wei Hu (Xavier) (1): >> net/hns3: fix lack of Rx RSS hash in ol flags > Series applied to dpdk-next-net/master, thanks. > Thanks a lot.