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 4B219A0096 for ; Mon, 8 Apr 2019 08:45:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 56BEA2BC9; Mon, 8 Apr 2019 08:45:40 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 2EA445A for ; Mon, 8 Apr 2019 08:45:38 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 911A022E6B; Mon, 8 Apr 2019 02:45:37 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 08 Apr 2019 02:45:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=jyVWpXzVQo6Kve9j2ggTj1+HEC4/zw6aab0lbM92z04=; b=PDrGRu7GQyR0 jdx1ZYBVdBE94uOw6QKwr7MIp7PjXFujgj1qmggyt8selqlutPjTq1IxKIYmkFSn uLyXbJu/xEKE2xm7hDcVRGAXPskAcUoHcHNm9DLgSobV6CjKmpbAV6cv7RwPkaPW 1drkzXs00iVtlHB88Zq2az5zLRNlgFo= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=jyVWpXzVQo6Kve9j2ggTj1+HEC4/zw6aab0lbM92z 04=; b=6kbP6fKMkJymbcegujq2G0ooRhpKan0fkZhJMIdN6FAC43T/BxF/Lc/tU dLnPmIClKB94+U04ZTA/nHSUjnTBsEE3XBEoKBSdSdAn0F5UJ6/gXPpjQQkI/NCH SDhb+HZABDY0anp7u7toTfHWCUVeWrFyPpOtLuSUk/83SJrA743MjDb6mFtKdSOV ZOQaNA2HT6djxTMk8GJpcoaSaHzPgeG5gPYNVRpzbwTdWB+dqweR4zh7xCL+ZbkH lu7fgUJhFoPvzgEX6t6BuAFL+nmNcpV0HqA8IxGVcFJ3QRoHxCz5qEtrOwWYKxGl EMHhrW5Ghb4HcR67de+jnvVPpo3KQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddruddvgdduuddvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 5950EE415C; Mon, 8 Apr 2019 02:45:35 -0400 (EDT) From: Thomas Monjalon To: "Varghese, Vipin" Cc: "dev@dpdk.org" , "Mcnamara, John" , "Kovacevic, Marko" , "Yigit, Ferruh" , "shreyansh.jain@nxp.com" , "Padubidri, Sanjay A" , "Patel, Amol" Date: Mon, 08 Apr 2019 08:45:32 +0200 Message-ID: <2023912.nZ7ZJuuoIi@xps> In-Reply-To: <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D32ACED@BGSMSX101.gar.corp.intel.com> References: <20190213054106.45163-1-vipin.varghese@intel.com> <3003062.T5DBJsYYkd@xps> <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D32ACED@BGSMSX101.gar.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" 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: <20190408064532.nDHcbs_q_hdpztK6mVLl50WBh8LXIBfSdsMAC7IcsNM@z> 08/04/2019 05:18, Varghese, Vipin: > Hi Thomas and John, > > Thanks for the comments and suggestion. > > snipped > > > > + > > > > + 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? > In my humble opinion it will be best to highlight. > > > > > I think the quote signs should be removed. > Ok > > > > > But it would be nice to have such quote for all the code symbols used in this doc. > Ok > > Would like me to send a v8 or can the v7 be accepted with quotes removed while merge? No Vipin, you need to add quotes everywhere in the doc for the code symbols.