From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Ananyev Subject: [PATCHv7 9/9] doc: release notes update for queue_info_get() and (rx|tx)_desc_limit Date: Tue, 27 Oct 2015 12:51:51 +0000 Message-ID: <1445950311-20497-10-git-send-email-konstantin.ananyev@intel.com> References: <1445950311-20497-1-git-send-email-konstantin.ananyev@intel.com> To: dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id F29498D9B for ; Tue, 27 Oct 2015 13:52:22 +0100 (CET) In-Reply-To: <1445950311-20497-1-git-send-email-konstantin.ananyev@intel.com> In-Reply-To: <1445515592-25920-2-git-send-email-konstantin.ananyev@intel.com> References: <1445515592-25920-2-git-send-email-konstantin.ananyev@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Konstantin Ananyev --- doc/guides/rel_notes/release_2_2.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst index de6916e..aff6306 100644 --- a/doc/guides/rel_notes/release_2_2.rst +++ b/doc/guides/rel_notes/release_2_2.rst @@ -11,6 +11,11 @@ New Features * **Added vhost-user multiple queue support.** +* **Add new API into rte_ethdev to retrieve RX/TX queue information.** + + * Add the ability for the upper layer to query RX/TX queue information. + * Add into rte_eth_dev_info new fields to represent information about + RX/TX descriptors min/max/alig nnumbers per queue for the device. Resolved Issues --------------- @@ -98,6 +103,11 @@ API Changes * The devargs union field virtual is renamed to virt for C++ compatibility. +* New functions rte_eth_rx_queue_info_get() and rte_eth_tx_queue_info_get() + are introduced. + +* New fields rx_desc_lim and tx_desc_lim are added into rte_eth_dev_info + structure. ABI Changes ----------- @@ -108,6 +118,9 @@ ABI Changes * The ethdev flow director entries for SCTP were changed. It was already done in 2.1 for CONFIG_RTE_NEXT_ABI. +* New fields rx_desc_lim and tx_desc_lim were added into rte_eth_dev_info + structure. + * The mbuf structure was changed to support unified packet type. It was already done in 2.1 for CONFIG_RTE_NEXT_ABI. -- 1.8.5.3