[dpdk-dev] [PATCH 2/2] doc: update stats get API change

Thomas Monjalon thomas at monjalon.net
Mon Oct 9 23:07:13 CEST 2017


09/10/2017 18:12, Matan Azrad:
> Updated change info in release_17.11.
> 
> Signed-off-by: Matan Azrad <matan at mellanox.com>
> ---
>  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

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).


More information about the dev mailing list