From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] doc: update stats get API change Date: Mon, 09 Oct 2017 23:07:13 +0200 Message-ID: <1738639.HvdB358THD@xps> References: <1507565524-18590-1-git-send-email-matan@mellanox.com> <1507565524-18590-2-git-send-email-matan@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, Ferruh Yigit To: Matan Azrad Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id CFF0E1B23B for ; Mon, 9 Oct 2017 23:07:14 +0200 (CEST) In-Reply-To: <1507565524-18590-2-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" 09/10/2017 18:12, Matan Azrad: > Updated change info in release_17.11. >=20 > Signed-off-by: Matan Azrad > --- > doc/guides/rel_notes/release_17_11.rst | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) >=20 > diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_note= s/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 traditi= onal > filter (for example Bloom Filter) structure that has multiple usages i= n a wide > variety of workloads and applications. In general, the Membership Libr= ary is a > - data structure that provides a =E2=80=9Cset-summary=E2=80=9D and respo= nds to set-membership > + data structure that provides a =EF=BF=BD=EF=BF=BD=EF=BF=BDset-summary= =EF=BF=BD=EF=BF=BD=EF=BF=BD and responds to set-membership This change seems to be an encoding error. [...] > +* **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. > + This change can be squashed with the previous patch (i.e. code and release notes in the same patch).