From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] doc: fix bbdev test guide build Date: Thu, 25 Jan 2018 18:45:39 +0100 Message-ID: <17862807.EDDqhdpkuX@xps> References: <20180124150745.11571-1-marko.kovacevic@intel.com> <20180125164820.GA10052@bricha3-MOBL3.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson , john.mcnamara@intel.com, amr.mokhtar@intel.com To: Marko Kovacevic Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 1FF951B28E for ; Thu, 25 Jan 2018 18:46:23 +0100 (CET) In-Reply-To: <20180125164820.GA10052@bricha3-MOBL3.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 25/01/2018 17:48, Bruce Richardson: > On Wed, Jan 24, 2018 at 03:07:45PM +0000, Marko Kovacevic wrote: > > Fix build issue with pdf guides. Some indentations in the bbdev test > > application doc were causing build failures. Latex Log message: > > > > doc.log:! LaTeX Error: Too deeply nested. > > > > Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev") > > Cc: amr.mokhtar@intel.com > > > > > > Signed-off-by: Marko Kovacevic > > --- > > > > V2: Added more information into commit message > > about the issue > > [Please use --in-reply-to to chain emails into a thread when sending v2's > and v3's etc. of patches.] > > This fixes the errors I see with "make doc-guides-pdf" and the pdf > output looks ok for that section too. > > Tested-by: Bruce Richardson > Acked-by: Bruce Richardson Applied, thanks