From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 61C05A09E4;
	Fri, 29 Jan 2021 10:22:35 +0100 (CET)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 47433240137;
	Fri, 29 Jan 2021 10:22:35 +0100 (CET)
Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190])
 by mails.dpdk.org (Postfix) with ESMTP id 0E78640694
 for <dev@dpdk.org>; Fri, 29 Jan 2021 10:22:34 +0100 (CET)
Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.59])
 by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4DRsKB3ryPz160xc;
 Fri, 29 Jan 2021 17:21:18 +0800 (CST)
Received: from localhost.localdomain (10.69.192.56) by
 DGGEMS407-HUB.china.huawei.com (10.3.19.207) with Microsoft SMTP Server id
 14.3.498.0; Fri, 29 Jan 2021 17:22:27 +0800
From: Lijun Ou <oulijun@huawei.com>
To: <thomas@monjalon.net>, <ferruh.yigit@intel.com>,
 <arybchenko@solarflare.com>
CC: <dev@dpdk.org>, <linuxarm@openeuler.org>
Date: Fri, 29 Jan 2021 17:22:02 +0800
Message-ID: <1611912125-18216-1-git-send-email-oulijun@huawei.com>
X-Mailer: git-send-email 2.7.4
In-Reply-To: <1611837805-42429-1-git-send-email-oulijun@huawei.com>
References: <1611837805-42429-1-git-send-email-oulijun@huawei.com>
MIME-Version: 1.0
Content-Type: text/plain
X-Originating-IP: [10.69.192.56]
X-CFilter-Loop: Reflected
Subject: [dpdk-dev] [PATCH v3 0/3] update doc for hns3
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

Here series add some updates for hns3 rst and TM feature
note for hns3 as well as FEC feature notes.

v3:
1. merge patch[2/3] into patch[1] base on v2
2. fix some format errors

v2:
1. fix a meson build warning for patch[4/5]
2. add a new patch for update hns3.ini and cxgbe.ini
3. add Fixes for all patches.

Lijun Ou (2):
  doc: update release notes for hns3
  doc: fix hns3 rst

Min Hu (Connor) (1):
  doc: add FEC in NIC features

 doc/guides/nics/features.rst           | 14 ++++++++++++++
 doc/guides/nics/features/cxgbe.ini     |  1 +
 doc/guides/nics/features/default.ini   |  1 +
 doc/guides/nics/features/hns3.ini      |  1 +
 doc/guides/nics/hns3.rst               |  2 +-
 doc/guides/rel_notes/release_21_02.rst |  4 ++++
 6 files changed, 22 insertions(+), 1 deletion(-)

-- 
2.7.4