From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matan Azrad Subject: [PATCH 2/2] doc: update stats get API change Date: Mon, 9 Oct 2017 16:12:04 +0000 Message-ID: <1507565524-18590-2-git-send-email-matan@mellanox.com> References: <1507565524-18590-1-git-send-email-matan@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=y Content-Transfer-Encoding: 8bit Cc: Ferruh Yigit To: dev@dpdk.org Return-path: Received: from EUR01-HE1-obe.outbound.protection.outlook.com (mail-he1eur01on0064.outbound.protection.outlook.com [104.47.0.64]) by dpdk.org (Postfix) with ESMTP id 2DF8D1B207 for ; Mon, 9 Oct 2017 18:12:26 +0200 (CEST) In-Reply-To: <1507565524-18590-1-git-send-email-matan@mellanox.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Updated change info in release_17.11. Signed-off-by: Matan Azrad --- doc/guides/rel_notes/release_17_11.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst index 36139e5..b62083d 100644 --- a/doc/guides/rel_notes/release_17_11.rst +++ b/doc/guides/rel_notes/release_17_11.rst @@ -75,7 +75,7 @@ New Features The Membership Library is an extension and generalization of a traditional filter (for example Bloom Filter) structure that has multiple usages in a wide variety of workloads and applications. In general, the Membership Library is a - data structure that provides a “set-summary” and responds to set-membership + data structure that provides a ���set-summary��� and responds to set-membership queries whether a certain member belongs to a set(s). See the :ref:`Membership Library ` documentation in @@ -199,6 +199,12 @@ API Changes * ``rte_mem_phy2mch`` was used in Xen dom0 to obtain the physical address; remove this API as Xen dom0 support was removed. +* **Add return value to stats_get dev op API** + + The stats_get dev op API return value has been changed to be int. + By this way PMDs can return an error value in case of failure at stats + getting process time. + ABI Changes ----------- -- 1.8.3.1