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