From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 34C1AA0679 for ; Mon, 1 Apr 2019 16:56:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 860214C99; Mon, 1 Apr 2019 16:56:42 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 686EC3576 for ; Mon, 1 Apr 2019 16:56:40 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Apr 2019 07:56:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,297,1549958400"; d="scan'208";a="332667814" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga006.fm.intel.com with ESMTP; 01 Apr 2019 07:56:38 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.152]) by IRSMSX102.ger.corp.intel.com ([169.254.2.146]) with mapi id 14.03.0415.000; Mon, 1 Apr 2019 15:56:36 +0100 From: "Mcnamara, John" To: "Varghese, Vipin" , "Kovacevic, Marko" , "thomas@monjalon.net" , "Yigit, Ferruh" , "shreyansh.jain@nxp.com" , "dev@dpdk.org" CC: "Padubidri, Sanjay A" , "Patel, Amol" Thread-Topic: [PATCH v7 2/2] doc: add guide for debug and troubleshoot Thread-Index: AQHUzS1gayd5Fuortkmg6g6+TlgJUKYnm3fA Date: Mon, 1 Apr 2019 14:56:36 +0000 Message-ID: References: <20190213054106.45163-1-vipin.varghese@intel.com> <20190225171222.64134-1-vipin.varghese@intel.com> <20190225171222.64134-3-vipin.varghese@intel.com> In-Reply-To: <20190225171222.64134-3-vipin.varghese@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDVhYmU3OTMtM2E3Zi00M2IwLTk4N2UtZjEwOWRhMTZiNTNiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQ0NcL0k5NGh0ZFhqY1FPSXdCQjFEMDVkSEF1ZFVweENZazBVbG9BSkZ2VXpCUUI4Qm41c1prXC9WOWd3bkVPNGh3In0= dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v7 2/2] doc: add guide for debug and troubleshoot 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190401145636.1cgYC2ku7_UbeN_egbSrjGD6TTHVkjfLGhhchiF2wdE@z> > -----Original Message----- > From: Varghese, Vipin > Sent: Monday, February 25, 2019 5:12 PM > To: Mcnamara, John ; Kovacevic, Marko > ; thomas@monjalon.net; Yigit, Ferruh > ; shreyansh.jain@nxp.com; dev@dpdk.org > Cc: Padubidri, Sanjay A ; Patel, Amol > ; Varghese, Vipin > Subject: [PATCH v7 2/2] doc: add guide for debug and troubleshoot >=20 > Add user guide on debugging and troubleshooting for common issues and > bottleneck found in the sample application model. >=20 > Signed-off-by: Vipin Varghese > Acked-by: Marko Kovacevic > --- > doc/guides/howto/debug_troubleshoot_guide.rst | 465 ++++++++++++++++++ > doc/guides/howto/index.rst | 1 + > 2 files changed, 466 insertions(+) > create mode 100644 doc/guides/howto/debug_troubleshoot_guide.rst >=20 > ... > > +.. note:: > + > + It is difficult to cover all possible issues; in a single attempt. > + With ``feedback and suggestions from the community, more cases can be > covered``. Do you really mean to `` quote (i.e., fixed width quote) the line above? Apart from that: Acked-by: John McNamara