From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 0C5621B6C5 for ; Tue, 3 Apr 2018 17:42:02 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2018 08:42:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,401,1517904000"; d="scan'208";a="44560516" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga001.jf.intel.com with ESMTP; 03 Apr 2018 08:42:00 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.61]) by IRSMSX151.ger.corp.intel.com ([169.254.4.3]) with mapi id 14.03.0319.002; Tue, 3 Apr 2018 16:42:00 +0100 From: "Kovacevic, Marko" To: Jerin Jacob , "dev@dpdk.org" CC: "Yigit, Ferruh" , "Mcnamara, John" , "nsamsono@marvell.com" Thread-Topic: [dpdk-dev] [PATCH] doc: update Marvell's driver link Thread-Index: AQHTyleX3MjHm/+GkUi5Zkiq/T6Y76PvLvvQ Date: Tue, 3 Apr 2018 15:41:58 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F66359DBB@IRSMSX103.ger.corp.intel.com> References: <20180402075147.6598-1-jerin.jacob@caviumnetworks.com> In-Reply-To: <20180402075147.6598-1-jerin.jacob@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDllNDNlMjAtNjYwYi00MzczLWE3ZmEtMjM3ZjhmZjBlYjVmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImlYb1dmblBCb3VPMjF4WDhpMmhDdFpLcXJ5Njh1bktMMkRpT080QWJcL2JrPSJ9 x-ctpclassification: CTP_NT x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: update Marvell's driver link X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2018 15:42:04 -0000 > Subject: [dpdk-dev] [PATCH] doc: update Marvell's driver link >=20 > Change the incorrect driver documentation link to fix following > documentation build warning. >=20 > $ make doc-guides-html > sphinx processing guides-html... > doc/guides/rel_notes/release_17_11.rst:58: > WARNING: unknown document: ../nics/mrvl >=20 > Fixes: fe93968722af ("net/mrvl: rename PMD as mvpp2") >=20 > 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