[dpdk-dev] doc: fix release note for rawdev library

Message ID 20180201101922.16082-1-shreyansh.jain@nxp.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Shreyansh Jain Feb. 1, 2018, 10:19 a.m. UTC
  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 <shreyansh.jain@nxp.com>
---
 doc/guides/rel_notes/release_18_02.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Kovacevic, Marko Feb. 6, 2018, 4:10 p.m. UTC | #1
> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> ---
>  doc/guides/rel_notes/release_18_02.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
  
Thomas Monjalon Feb. 6, 2018, 4:36 p.m. UTC | #2
06/02/2018 17:10, Kovacevic, Marko:
> > Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> > ---
> >  doc/guides/rel_notes/release_18_02.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>

Applied, thanks
  

Patch

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