From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 82501A48E for ; Fri, 20 Apr 2018 11:22:30 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Apr 2018 02:22:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,300,1520924400"; d="scan'208";a="34007733" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga008.fm.intel.com with ESMTP; 20 Apr 2018 02:22:27 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.61]) by irsmsx105.ger.corp.intel.com ([169.254.7.163]) with mapi id 14.03.0319.002; Fri, 20 Apr 2018 10:22:26 +0100 From: "Kovacevic, Marko" To: Pavan Nikhilesh , "thomas@monjalon.net" , "jerin.jacob@caviumnetworks.com" , "santosh.shukla@caviumnetworks.com" , "Mcnamara, John" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: fix minor typos in OcteonTx platform and eventdev docs Thread-Index: AQHT2H/2AsqSHwhN4kqfAntQiI4aG6QJX3Zg Date: Fri, 20 Apr 2018 09:22:25 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F66361459@IRSMSX103.ger.corp.intel.com> References: <20180420081622.28278-1-pbhagavatula@caviumnetworks.com> In-Reply-To: <20180420081622.28278-1-pbhagavatula@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.200.100 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzA3N2M3ZGYtMjA4Yi00NjZiLTgxMTYtNmQxZTBkYjQ3NDRlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjdHRWdZTFZQNGtGSWRyXC9qTENUKzNJV1FxWlp0VFlnM1BSbFRUOTBucUtvPSJ9 x-ctpclassification: CTP_NT x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: fix minor typos in OcteonTx platform and eventdev docs 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: Fri, 20 Apr 2018 09:22:31 -0000 >=20 > Fixes: 26cb0a72412f ("doc: add octeontx platform guide") > Fixes: 48191dde6acf ("doc: add octeontx mempool guide") >=20 > Signed-off-by: Pavan Nikhilesh > --- > doc/guides/eventdevs/octeontx.rst | 2 +- > doc/guides/platform/octeontx.rst | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/doc/guides/eventdevs/octeontx.rst > b/doc/guides/eventdevs/octeontx.rst > index f77bc5c54..3dcf6afbd 100644 > --- a/doc/guides/eventdevs/octeontx.rst > +++ b/doc/guides/eventdevs/octeontx.rst > @@ -39,7 +39,7 @@ Supported OCTEONTX SoCs Prerequisites > ------------- >=20 > -See :doc: `../platform/octeontx` for setup information. > +See :doc:`../platform/octeontx` for setup information. >=20 > Pre-Installation Configuration > ------------------------------ > diff --git a/doc/guides/platform/octeontx.rst > b/doc/guides/platform/octeontx.rst > index dc1aa4fe1..535504998 100644 > --- a/doc/guides/platform/octeontx.rst > +++ b/doc/guides/platform/octeontx.rst > @@ -16,11 +16,11 @@ Common Offload HW Block Drivers > ------------------------------- >=20 > 1. **Eventdev Driver** > - See :doc: `../eventdevs/octeontx.rst` for octeontx ssovf eventdev dri= ver > + See :doc:`../eventdevs/octeontx.rst` for octeontx ssovf eventdev > + driver > information. >=20 > 2. **Mempool Driver** > - See :doc: `../mempool/octeontx.rst` for octeontx fpavf mempool driver > + See :doc:`../mempool/octeontx.rst` for octeontx fpavf mempool driver > information. Hi Pavan, Can you please remove the .rst from the two files ":doc: `../eventdevs/octe= ontx.rst`" , :doc: `../mempool/octeontx.rst`=20 as it is failing to find the html part if the rst is added onto the end and= in not referenced to the file.=20 And as I was looking at this I noticed at the bottom there is the doc: `../= linux_gsg/indes.rst` Can you remove the .rst from it too and just add the fixes line to your pat= ch. Otherwise you can add my ack after as iv tested it and it works. Acked-by: Marko Kovacevic