[dpdk-dev] doc: update Marvell's driver link

Message ID 20180402075147.6598-1-jerin.jacob@caviumnetworks.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers

Checks

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

Commit Message

Jerin Jacob April 2, 2018, 7:51 a.m. UTC
  Change the incorrect driver documentation link to fix
following documentation build warning.

$ make doc-guides-html
sphinx processing guides-html...
doc/guides/rel_notes/release_17_11.rst:58:
WARNING: unknown document: ../nics/mrvl

Fixes: fe93968722af ("net/mrvl: rename PMD as mvpp2")

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
---
 doc/guides/rel_notes/release_17_11.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Kovacevic, Marko April 3, 2018, 3:41 p.m. UTC | #1
> Subject: [dpdk-dev] [PATCH] doc: update Marvell's driver link
> 
> Change the incorrect driver documentation link to fix following
> documentation build warning.
> 
> $ make doc-guides-html
> sphinx processing guides-html...
> doc/guides/rel_notes/release_17_11.rst:58:
> WARNING: unknown document: ../nics/mrvl
> 
> Fixes: fe93968722af ("net/mrvl: rename PMD as mvpp2")
> 
> Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
> ---
>  doc/guides/rel_notes/release_17_11.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
  
Thomas Monjalon April 4, 2018, 9:25 a.m. UTC | #2
03/04/2018 17:41, Kovacevic, Marko:
> > Subject: [dpdk-dev] [PATCH] doc: update Marvell's driver link
> > 
> > Change the incorrect driver documentation link to fix following
> > documentation build warning.
> > 
> > $ make doc-guides-html
> > sphinx processing guides-html...
> > doc/guides/rel_notes/release_17_11.rst:58:
> > WARNING: unknown document: ../nics/mrvl
> > 
> > Fixes: fe93968722af ("net/mrvl: rename PMD as mvpp2")
> > 
> > Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
> > ---
> >  doc/guides/rel_notes/release_17_11.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_17_11.rst b/doc/guides/rel_notes/release_17_11.rst
index 088778bf6..c2e3fc30e 100644
--- a/doc/guides/rel_notes/release_17_11.rst
+++ b/doc/guides/rel_notes/release_17_11.rst
@@ -56,7 +56,7 @@  New Features
 * **Added a new driver for Marvell Armada 7k/8k devices.**
 
   Added the new ``mrvl`` net driver for Marvell Armada 7k/8k devices. See the
-  :doc:`../nics/mrvl` NIC guide for more details on this new driver.
+  :doc:`../nics/mvpp2` NIC guide for more details on this new driver.
 
 * **Updated mlx4 driver.**