From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas@monjalon.net> Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 70AD21B611 for <dev@dpdk.org>; Sun, 25 Nov 2018 11:21:05 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0185720D9E; Sun, 25 Nov 2018 05:21:05 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 25 Nov 2018 05:21:05 -0500 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=ptivMOh6kkyDVucLw6LkqJgbmtcyigRG5uvB71yMgTE=; b=Ac4taRLevjgE QROefiwqEwMrmUxaOt3GyXSF50hodOFiHQjeNEoENf+VD6YCPX3ReXhM9kaYukl6 86oVHddQPIczSivZ2X4felkx4xwgQvDAyiOq7Kmr+BcSnO14b2xJiD36dP3OoMgA G1H2IJaQKX7tFv/hdLyjSoEkp0MP5BU= 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=fm1; bh=ptivMOh6kkyDVucLw6LkqJgbmtcyigRG5uvB71yMg TE=; b=MKCeZPBXUa254aRkEE7DW6RXJyk33gI9AzCc57H13vxHMgxhQuznqAtJn 8/4U59Rv9+XZftF0oLYKwWTsknLfV0zCyi3wX+b6gUBZFNSLbcU3f3Az94+m+bX9 o9RkhjnajUSAKuQPUxAaUZ8a9G7cv5qx52Vp7eAmuaYR9WEMbvG3/fI2Vh3apSHe dpt7qXQ0duzDXQyOpiI4L0pgS++7itT6J98+YvUZf3U7km/MdXqpTrecbndg3lL9 dned7XyGl7m25vD90U1XlVtYYP0gP76Zvu7oZn8k392wtKDnALbsnIQ5GBVPChzT 5Vxf7kpRWmANrXobGL7MpDs1hYpGQ== X-ME-Sender: <xms:kHf6W13HoHlK_dX-y1czXXynOp08BPQ-lJWyrAnL58B5HtmuFZDmVg> X-ME-Proxy: <xmx:kHf6W3bUsZLVqP0pbZURj7I-yiGCSTxJv7kqsDBw1QLkYFwvljdh0g> <xmx:kHf6W5Tc7FlQEeog6yMDFtMDyEPVI_dE0Nu27Bg5ze7pJHlYsb0Mvg> <xmx:kHf6W6yC6qldrf6cNaMsJDgZYXKS_hcXdagpPc0KzfokOMh9QTG_xA> <xmx:kHf6W_cAjdrmt0XTMXUe2g4w7vPaUWcxF4voQKhJwzmVjki1o-tNQA> <xmx:kHf6WwmGiG86fB3MnZTbE8yptnqCFaXA5Bng33h1XC0XxrRmc0supw> <xmx:kHf6Ww2Z9htqvN-zOCOW9BXbsDmz_qz3W6LUGNBM2m-j0Njh6oLPvw> Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 0EC81E46B7; Sun, 25 Nov 2018 05:21:02 -0500 (EST) From: Thomas Monjalon <thomas@monjalon.net> To: Vipin Varghese <vipin.varghese@intel.com> Cc: dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com, stephen1.byrne@intel.com, amol.patel.com@dpdk.org, honnappa.nagarahalli@arm.com, cristian.dumitrescu@intel.com, anatoly.burakov@intel.com, bruce.richardson@intel.com, olivier.matz@6wind.com Date: Sun, 25 Nov 2018 11:21:01 +0100 Message-ID: <32834229.FtvUSCm64C@xps> In-Reply-To: <20181109150337.19954-1-vipin.varghese@intel.com> References: <20181107093553.28868-1-vipin.varghese@intel.com> <20181109150337.19954-1-vipin.varghese@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 1/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 <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Sun, 25 Nov 2018 10:21:05 -0000 09/11/2018 16:03, Vipin Varghese: > Add user guide on debug and troubleshoot for common issues and bottleneck > found in various application models running on single or multi stages. > > Signed-off-by: Vipin Varghese <vipin.varghese@intel.com> > Acked-by: Marko Kovacevic <marko.kovacevic@intel.com> I was in the hope of seeing more reviews for this guide. I have the feeling it is not ready for prime time. We should take time to discuss what we want to see in such doc, and how accurate it is. PS: patch 1 depends on figures in patch 2, which is wrong.