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 C8510A04B1; Tue, 24 Nov 2020 17:31:54 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AAD5CC914; Tue, 24 Nov 2020 17:31:53 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id F3E2EC910 for ; Tue, 24 Nov 2020 17:31:50 +0100 (CET) IronPort-SDR: P37XrY+KeVWkQFp9YHkOT4Zk9TdZq/Na4nAcHMNAfyAZQu9SKieAjqszCDi58gFPqCtMs7mXkf QBw3QE/Hyh5w== X-IronPort-AV: E=McAfee;i="6000,8403,9815"; a="171193578" X-IronPort-AV: E=Sophos;i="5.78,366,1599548400"; d="scan'208";a="171193578" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2020 08:31:30 -0800 IronPort-SDR: fBSDJwHmxjQuhuP2W3lNSFJ7GbYz9rc/TaMjP/XU/pT/YSID++8i/1Ned8gW7ZLibpcCQ02Hs1 9i7rm/oYYNPg== X-IronPort-AV: E=Sophos;i="5.78,366,1599548400"; d="scan'208";a="370423188" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.251.85.132]) ([10.251.85.132]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2020 08:31:29 -0800 To: Lijun Ou Cc: dev@dpdk.org, linuxarm@huawei.com References: <1606141948-42313-1-git-send-email-oulijun@huawei.com> <1606226177-31378-1-git-send-email-oulijun@huawei.com> From: Ferruh Yigit Message-ID: <5ac39292-e63b-0fcd-9e7d-808ef21b752f@intel.com> Date: Tue, 24 Nov 2020 16:31:26 +0000 MIME-Version: 1.0 In-Reply-To: <1606226177-31378-1-git-send-email-oulijun@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] doc: update features for hns3 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 11/24/2020 1:56 PM, Lijun Ou wrote: > Since the hns3 NIC hardware features are not counted > and it is supported in fact. Besides, the flow director > is not supported and need to delete it. > > Fixes: fa29fe45a7b4 ("net/hns3: support queue start and stop") > Fixes: 521ab3e93361 ("net/hns3: add simple Rx path") > Fixes: bba636698316 ("net/hns3: support Rx/Tx and related operations") > Fixes: 936eda25e8da ("net/hns3: support dump register") > Fixes: 53b9f2b9a560 ("doc: update feature list in hns3 guide") > Cc: stable@dpdk.org > > Signed-off-by: Lijun Ou Acked-by: Ferruh Yigit