From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gaetan Rivet Subject: [PATCH 1/3] doc: fix missing backquotes Date: Tue, 25 Apr 2017 12:10:28 +0200 Message-ID: <6b26d933986d18cb525406a9e9f66d6e9180225d.1493114878.git.gaetan.rivet@6wind.com> References: <003e875f-4305-824f-41b3-36ac5effb67c@intel.com> Cc: Ferruh Yigit To: dev@dpdk.org Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 8C5C7688B for ; Tue, 25 Apr 2017 12:10:42 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id w64so18324883wma.0 for ; Tue, 25 Apr 2017 03:10:42 -0700 (PDT) In-Reply-To: <003e875f-4305-824f-41b3-36ac5effb67c@intel.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" Fixes: ea85e7d711b6 ("ethdev: retrieve xstats by ID") Signed-off-by: Gaetan Rivet --- doc/guides/rel_notes/release_17_05.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst index ad20e86..eb5b30f 100644 --- a/doc/guides/rel_notes/release_17_05.rst +++ b/doc/guides/rel_notes/release_17_05.rst @@ -454,7 +454,7 @@ API Changes * Changed set of input parameters for ``rte_eth_xstats_get`` and ``rte_eth_xstats_get_names`` functions. - * Added new functions ``rte_eth_xstats_get_all`` and ``rte_eth_xstats_get_names_all to provide backward compatibility for + * Added new functions ``rte_eth_xstats_get_all`` and ``rte_eth_xstats_get_names_all`` to provide backward compatibility for ``rte_eth_xstats_get`` and ``rte_eth_xstats_get_names`` * Added new function ``rte_eth_xstats_get_id_by_name`` -- 2.1.4