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 52FA7A04AC; Tue, 1 Sep 2020 14:00:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3AD681C18E; Tue, 1 Sep 2020 13:55:08 +0200 (CEST) Received: from huawei.com (szxga07-in.huawei.com [45.249.212.35]) by dpdk.org (Postfix) with ESMTP id 7AA8E1C132 for ; Tue, 1 Sep 2020 13:55:05 +0200 (CEST) Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id A884AAAF583B682D66FD; Tue, 1 Sep 2020 19:55:04 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.487.0; Tue, 1 Sep 2020 19:55:00 +0800 From: "Min Hu (Connor)" To: CC: , , , Date: Tue, 1 Sep 2020 19:52:45 +0800 Message-ID: <1598961165-20832-5-git-send-email-humin29@huawei.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1598961165-20832-1-git-send-email-humin29@huawei.com> References: <1598923998-44155-1-git-send-email-humin29@huawei.com> <1598961165-20832-1-git-send-email-humin29@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 4/4] doc: announce modified field in ethdev API 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" Field type of stat_idx will be modified, from uint8_t to uint16_t in "set_queue_stats_mapping", "rte_eth_dev_set_tx_queue_stats_mapping", "rte_eth_dev_set_rx_queue_stats_mapping" for meeting the needs use 256 or more than 256 queues and display all statistics of rx/tx queue. Signed-off-by: Min Hu (Connor) Reviewed-by: Wei Hu (Xavier) --- doc/guides/rel_notes/release_20_11.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst index e9c87c3..8e24d46 100644 --- a/doc/guides/rel_notes/release_20_11.rst +++ b/doc/guides/rel_notes/release_20_11.rst @@ -84,6 +84,10 @@ API Changes Also, make sure to start the actual text at the margin. ======================================================= +* ethdev: Modified field type of stat_idx, from uint8_t to uint16_t in + ``set_queue_stats_mapping``, ``rte_eth_dev_set_tx_queue_stats_mapping``, + ``rte_eth_dev_set_rx_queue_stats_mapping`` for meeting the needs use 256 + or more than 256 queues and display all statistics of rx/tx queue. ABI Changes ----------- -- 2.7.4