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=-7.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, HK_RANDOM_FROM,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 2DB1EC4360C for ; Sat, 12 Oct 2019 14:16:34 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 840C4206CD for ; Sat, 12 Oct 2019 14:16:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 840C4206CD 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 401B91D50B; Sat, 12 Oct 2019 16:16:32 +0200 (CEST) Received: from huawei.com (szxga05-in.huawei.com [45.249.212.191]) by dpdk.org (Postfix) with ESMTP id 3114D1D503 for ; Sat, 12 Oct 2019 16:16:29 +0200 (CEST) Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id B42D930429FABC38FA6C for ; Sat, 12 Oct 2019 22:16:25 +0800 (CST) Received: from [127.0.0.1] (10.177.29.98) by DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id 14.3.439.0; Sat, 12 Oct 2019 22:16:17 +0800 To: Ferruh Yigit CC: , , , , , References: From: "Wangxiaoyun (Cloud, Network Chip Application Development Dept)" Message-ID: <5324be63-a62d-ebb8-9195-513b59258ddc@huawei.com> Date: Sat, 12 Oct 2019 22:16:16 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 MIME-Version: 1.0 In-Reply-To: X-Originating-IP: [10.177.29.98] X-CFilter-Loop: Reflected 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 v4 16/19] net/hinic: add hinic PMD doc files 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, Thanks for your comments and modify. Best Regards Xiaoyun Wang > On 10/10/2019 3:52 PM, Xiaoyun wang wrote: >> Add new supported features to rst file and add features to ini file. >> >> Signed-off-by: Xiaoyun wang >> --- >> doc/guides/nics/features/hinic.ini | 2 ++ >> doc/guides/rel_notes/release_19_11.rst | 9 +++++++++ >> 2 files changed, 11 insertions(+) >> >> diff --git a/doc/guides/nics/features/hinic.ini b/doc/guides/nics/features/hinic.ini >> index 65a335a..dc02b4b 100644 >> --- a/doc/guides/nics/features/hinic.ini >> +++ b/doc/guides/nics/features/hinic.ini >> @@ -34,7 +34,9 @@ Basic stats = Y >> Extended stats = Y >> Stats per queue = Y >> Flow director = Y >> +Flow control = Y >> FW version = Y >> +Multiprocess aware = Y >> Linux UIO = Y >> Linux VFIO = Y >> BSD nic_uio = N >> diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst >> index 8390e5e..08b72a6 100644 >> --- a/doc/guides/rel_notes/release_19_11.rst >> +++ b/doc/guides/rel_notes/release_19_11.rst >> @@ -297,3 +297,12 @@ Tested Platforms >> * Added support for VLAN set PCP offload command. >> * Added support for VLAN set VID offload command. >> >> +* **Updated the Huawei hinic driver.** >> + >> + Updated the Huawei hinic driver with new features and improvements, including: >> + >> + * Enabled SR-IOV - Partially supported at this point, VFIO only. >> + * Supported VLAN filter and VLAN offload. >> + * Supported Unicast MAC filter and Multicast MAC filter. >> + * Supported FW version get. >> + * Supported Flow director for LACP, VRRP, BGP and so on. >> > > Release files changes split into relevant patch while merging. Btw, new features > should be in the "New Features" section. >