doc: update Marvell 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: fe93968722 ("net/mrvl: rename PMD as mvpp2")

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
This commit is contained in:
Jerin Jacob 2018-04-02 13:21:47 +05:30 committed by Thomas Monjalon
parent 79bf1844cd
commit 8437489fa6

View File

@ -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.**