From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: update Marvell's driver link Date: Wed, 04 Apr 2018 11:25:36 +0200 Message-ID: <4715729.G7uqkI207y@xps> References: <20180402075147.6598-1-jerin.jacob@caviumnetworks.com> <6DC05C7C5F25994B81B3F2F214251F66359DBB@IRSMSX103.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Kovacevic, Marko" , "Yigit, Ferruh" , "Mcnamara, John" , "nsamsono@marvell.com" To: Jerin Jacob Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 666291BD84 for ; Wed, 4 Apr 2018 11:25:39 +0200 (CEST) In-Reply-To: <6DC05C7C5F25994B81B3F2F214251F66359DBB@IRSMSX103.ger.corp.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" 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 > > --- > > doc/guides/rel_notes/release_17_11.rst | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Acked-by: Marko Kovacevic Applied, thanks