From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 2/2] doc: Update ABI Change for rte_eth_stats_reset Date: Fri, 01 Sep 2017 00:10:52 +0200 Message-ID: <1734079.p6GotBUX2o@xps> References: <20170807173914.36750-1-dharton@cisco.com> <20170810132952.26974-2-dharton@cisco.com> <3370998.uk7EKUk6KU@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, harry.van.haaren@intel.com, christian.ehrhardt@canonical.com To: David Harton Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 030AA324A for ; Fri, 1 Sep 2017 00:10:55 +0200 (CEST) In-Reply-To: <3370998.uk7EKUk6KU@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 01/09/2017 00:10, Thomas Monjalon: > 10/08/2017 15:29, David Harton: > > --- a/doc/guides/rel_notes/release_17_11.rst > > +++ b/doc/guides/rel_notes/release_17_11.rst > > @@ -124,6 +124,7 @@ ABI Changes > > Also, make sure to start the actual text at the margin. > > ========================================================= > > > > +* Changed return type of ``rte_eth_stats_reset`` from ``void`` to ``int``. > > It should be documented in API changes section (not ABI). And it can be squashed with the first patch :)