From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 44298A00E6 for ; Wed, 10 Jul 2019 18:58:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DECAC2E81; Wed, 10 Jul 2019 18:58:00 +0200 (CEST) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id 94C8BA3 for ; Wed, 10 Jul 2019 18:57:58 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id E70252FC; Wed, 10 Jul 2019 12:57:56 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 10 Jul 2019 12:57:57 -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=acTCDg9kfbC6USbW974dMu/FXkprn/ryMWlXZK/U+FU=; b=gfV5CK/WPqiM rHc0kleXo07q+qy4vYPIV0i4D2fQTTpOGGbxK9g6hLO0nJ7Tic2Y1G1DROFiXi/a 7CJD+LDfOGj/N7szLo3V1bjZXyXf2jY8HgSofr7Ky0BxOjUmqLsz154Gsweevca1 M+N6N7ZVmITPRMVsI6Q5U2GJ9r083cc= 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=fm3; bh=acTCDg9kfbC6USbW974dMu/FXkprn/ryMWlXZK/U+ FU=; b=BZ+8pI4VNnDwz8w1poW56tMOwS7i8O+7XIeDwcWbLtJIlejv0x5NoohT0 ZWdC2hDggiqIBI6fhYfLFrWa2utcQhycnwv+C/L65nZWjer3Qstebuk7QnvLyp97 hEkvBCdMyDHmHkh15iTcKWCc8siaplDmjbYTxZxOalstAET6M2jF8x3ee3+VH+/K vNEFnXi628dF3noT9X+AtBY5AkZMaMjbpIhw52K/O6RH1AbNSdp4CYw78+USgSHu /KWuwtox9mRZfXzlEyy49lrOaEoqDTaQaSz9UhjTJh+M1TPHm10NncCP8XGxahfP jvmRHWdbGXBSW2ffwKPN76xVjjvXA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrgeeigddutdelucetufdoteggodetrfdotf 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 30C10380076; Wed, 10 Jul 2019 12:57:55 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: Jerin Jacob Kollanukkaran , Nithin Kumar Dabilpuram , Vamsi Krishna Attunuru , John McNamara , Marko Kovacevic Date: Wed, 10 Jul 2019 18:57:53 +0200 Message-ID: <4246337.NfFNbtjGN6@xps> In-Reply-To: References: <20190710100147.30393-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: fix PDF build in octeontx2 guide 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" > > The unicode characters to draw the debugfs tree may fail with some Latex > > distributions. > > These characters are replaced with some ASCII equivalents. > > > > Fixes: 14ad4f018453 ("doc: add Marvell OCTEON TX2 platform guide") > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Jerin Jacob Applied