From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: [PATCH] doc: fix release note for rawdev library Date: Thu, 1 Feb 2018 15:49:22 +0530 Message-ID: <20180201101922.16082-1-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain Cc: dev@dpdk.org, Shreyansh Jain To: thomas@monjalon.net Return-path: Received: from EUR01-DB5-obe.outbound.protection.outlook.com (mail-db5eur01on0048.outbound.protection.outlook.com [104.47.2.48]) by dpdk.org (Postfix) with ESMTP id E1CE42BF3 for ; Thu, 1 Feb 2018 11:04:58 +0100 (CET) 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: a9bb0c44c775 ("doc: add rawdev library guide and doxygen page") Cc: shreyansh.jain@nxp.com '+' sign was missing from librawdev library which is added in this release. Signed-off-by: Shreyansh Jain --- doc/guides/rel_notes/release_18_02.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst index 689080bed..03a82a409 100644 --- a/doc/guides/rel_notes/release_18_02.rst +++ b/doc/guides/rel_notes/release_18_02.rst @@ -320,7 +320,7 @@ The libraries prepended with a plus sign were incremented in this version. librte_pmd_vhost.so.2 librte_port.so.3 librte_power.so.1 - librte_rawdev.so.1 + + librte_rawdev.so.1 librte_reorder.so.1 librte_ring.so.1 librte_sched.so.1 -- 2.14.1