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 D2FF2A3160 for ; Fri, 11 Oct 2019 03:31:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 20C321E93E; Fri, 11 Oct 2019 03:31:26 +0200 (CEST) Received: from huawei.com (szxga07-in.huawei.com [45.249.212.35]) by dpdk.org (Postfix) with ESMTP id E89D61E4E0 for ; Fri, 11 Oct 2019 03:31:22 +0200 (CEST) Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 28C302B3D42BE4DB78B3; Fri, 11 Oct 2019 09:31:20 +0800 (CST) Received: from [127.0.0.1] (10.57.115.182) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.439.0; Fri, 11 Oct 2019 09:30:30 +0800 To: Ferruh Yigit , References: <1569506528-60464-1-git-send-email-xavier.huwei@huawei.com> <37cd50f1-dea1-d98b-1137-6c8802663c9d@intel.com> <3940474d-b55c-8d21-1cdc-979429a71307@huawei.com> CC: , , , From: "Wei Hu (Xavier)" Message-ID: <6043e391-db27-2ca3-7455-a6f5adc8a252@huawei.com> Date: Fri, 11 Oct 2019 09:30:29 +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 v3 00/22] add 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" On 2019/9/30 16:52, Ferruh Yigit wrote: > On 9/29/2019 1:12 PM, Wei Hu (Xavier) wrote: >> Hi, Ferruh Yigit >> >> >> On 2019/9/28 2:30, Ferruh Yigit wrote: >>> On 9/26/2019 3:01 PM, Wei Hu (Xavier) wrote: >>>> The Hisilicon Network Subsystem is a long term evolution IP which is >>>> supposed to be used in Hisilicon ICT SoCs such as Kunpeng 920. >>>> >>>> This series add DPDK rte_ethdev poll mode driver for Hisilicon >>>> Network Subsystem 3(hns3) network engine. >>>> >>>> v2 -> v3: >>>> 1. Resolve the conflict problem when performing git operation >>>> based on the current repository. The conflict occurs in >>>> doc/guides/rel_notes/release_19_11.rst. >>>> >>>> v1 -> v2: >>>> 1. Address some comments from Jerin Jacob Kollanukkaran, >>>> Stephen Hemminger and Ferruh Yigit. >>>> >>>> Wei Hu (Xavier) (22): >>>> net/hns3: add build and doc infrastructure >>>> net/hns3: add hardware registers definition >>>> net/hns3: add some definitions for data structure and macro >>>> net/hns3: register hns3 PMD driver and add the log interface >>>> definition >>>> net/hns3: add support for cmd of hns3 PMD driver >>>> net/hns3: add the initialization of hns3 PMD driver >>>> net/hns3: add support for MAC address related operations >>>> net/hns3: add support for some misc operations >>>> net/hns3: add support for link_update operation >>>> net/hns3: add support for flow directory of hns3 PMD driver >>>> net/hns3: add support for RSS of hns3 PMD driver >>>> net/hns3: add support for flow control of hns3 PMD driver >>>> net/hns3: add support for vlan of hns3 PMD driver >>>> net/hns3: add support for mailbox of hns3 PMD driver >>>> net/hns3: add support for hns3 VF PMD driver >>>> net/hns3: add RX/TX package burst and queue related operation >>>> net/hns3: add start stop configure promiscuous ops >>>> net/hns3: add dump register ops for hns3 PMD driver >>>> net/hns3: add abnormal interrupt process for hns3 PMD driver >>>> net/hns3: add stats related ops for hns3 PMD driver >>>> net/hns3: add reset related process for hns3 PMD driver >>>> net/hns3: add multiple process support for hns3 PMD driver >>> For series, >>> Reviewed-by: Ferruh Yigit >>> Series applied to dpdk-next-net/master, thanks. >> Thank you very much. >>> Please send a web patch to document new device as supported: >>> http://core.dpdk.org/supported/ >>> https://git.dpdk.org/tools/dpdk-web/ >> Ok, I sent the web patch. >> https://patchwork.dpdk.org/patch/60100/ > There is a separate mail list for web patches, web@dpdk.org, can you please send > the patch to there? > > I will update the one in patchwork as not applicable. Hi, Ferruh Yigit Thanks for your suggestion. I will send the patch to web@dpdk.org without cc dev@dpdk.org. Regards Xavier >>> (btw, 'hinic' is also missing there, can you please reach out correct people there) >> I have called Xiaoyun wang, the hinic pmd driver's engineer , she will >> follow up on hinic related submissions. >>> (I did minor update for 32-bits build, please verify, more details on the patch) >> Thank you for your revision. >> >> Regards >> Xavier >> >> > >