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 70E55A04F3; Thu, 9 Jan 2020 04:19:42 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 319081D510; Thu, 9 Jan 2020 04:19:42 +0100 (CET) Received: from incedge.chinasoftinc.com (unknown [114.113.233.8]) by dpdk.org (Postfix) with ESMTP id 946B51D40E for ; Thu, 9 Jan 2020 04:19:36 +0100 (CET) X-ASG-Debug-ID: 1578539661-0a3dd116cf04580005-TfluYd Received: from mail.chinasoftinc.com (inccas002.ito.icss [10.168.0.52]) by incedge.chinasoftinc.com with ESMTP id Ft7W7MteM4PpLDAc (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 09 Jan 2020 11:18:39 +0800 (CST) X-Barracuda-Envelope-From: huwei013@chinasoftinc.com X-Barracuda-RBL-Trusted-Forwarder: 10.168.0.52 X-ASG-Whitelist: Client Received: from [192.168.1.199] (139.159.243.11) by INCCAS002.ito.icss (10.168.0.60) with Microsoft SMTP Server id 14.3.439.0; Thu, 9 Jan 2020 11:10:02 +0800 X-Barracuda-RBL-IP: 192.168.1.199 To: Ferruh Yigit , X-ASG-Orig-Subj: Re: [dpdk-dev] [PATCH v3 0/9] updates for hns3 PMD driver References: <20191221103253.30746-1-huwei013@chinasoftinc.com> <65971b7f-d658-5ead-bb84-dc494adaaf7b@intel.com> From: "Wei Hu (Xavier)" Message-ID: <77d80dcc-6db5-b378-f34e-134a56909d3f@chinasoftinc.com> Date: Thu, 9 Jan 2020 11:10:01 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.3.0 MIME-Version: 1.0 In-Reply-To: <65971b7f-d658-5ead-bb84-dc494adaaf7b@intel.com> Content-Language: en-US X-Originating-IP: [139.159.243.11] X-Barracuda-Connect: inccas002.ito.icss[10.168.0.52] X-Barracuda-Start-Time: 1578539859 X-Barracuda-Encrypted: ECDHE-RSA-AES256-SHA X-Barracuda-URL: https://spam.chinasoftinc.com:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at chinasoftinc.com X-Barracuda-Scan-Msg-Size: 2240 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v3 0/9] updates 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" Hi, Ferruh Yigit On 2020/1/9 2:18, Ferruh Yigit wrote: > On 12/21/2019 10:32 AM, Wei Hu (Xavier) wrote: >> This series are updates for hns3 ethernet PMD driver. >> >> Hao Chen (4): >> net/hns3: support Rx interrupt >> net/hns3: optimize RSS's default algorithm >> net/hns3: remove the redundant function call >> net/hns3: remove the unused macros >> >> Hongbo Zheng (1): >> net/hns3: get link state change through mailbox >> >> Huisong Li (1): >> net/hns3: modify custom macro >> >> Wei Hu (Xavier) (3): >> net/hns3: modify the return value of enable msix >> net/hns3: remove the redundant variable initialization >> net/hns3: remove the unnecessary assignment > Series applied to dpdk-next-net/master, thanks. Thank you very much. Xavier