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 4184DA0471 for ; Fri, 19 Jul 2019 00:04:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C166C2082; Fri, 19 Jul 2019 00:04:57 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id BBBB42BC7 for ; Fri, 19 Jul 2019 00:04:55 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 9543F3D4; Thu, 18 Jul 2019 18:04:54 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 18 Jul 2019 18:04:54 -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=cFeQWF4uABNnsPe2fuWDjGuG5XQ/eQAnvcxI+GjMIyU=; b=TLnGF7ljc31w sZN0LbO6knxrN/GE4qUYQ37HA7jwBe3IX31XTWY9t1LK7Ci26T6QSxBTZ9LBTSl6 2X2mtFOj2+l7l3IhI6n3GycB5v3zijU4+nXCGjM7c3vavfFdPzD6xaVGZ9aTW+AD K8xtmqvkAsRKCpa8JAukPXxeHlXt4Ns= 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=cFeQWF4uABNnsPe2fuWDjGuG5XQ/eQAnvcxI+GjMI yU=; b=RJsko31niiYcTZBP3kqFAbUYdHox1HsRioiZjDKKLj2gqxqo8DzYMy/I3 pgop1uqqA5ZkBJb6Eg0ZjiynlfVn8w4PLQfQBtpcZF2Y5ORIy9xmZn6Dlnk53JCP yp7ak7JT0u4qf6SAMnjzxjpIbRye4EF8g1rgBH0U8E0D44r5NTUq/f3uAhfnooq/ PdOsfMcBUPZUbfuuW88EkFwLFIb8OLzwEoLLnywlRLrnygK8kYsihvWzkCFlbCtD PN1ERUih35/VmUukfuql9IQ3m22p8fmdPyeGVSL4Pc8+9MKQCZfQtpeETrMsU6c7 qfFg3Z+es8BtC05dyCSV/VECkJ9Eg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrieeigddtiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepughpughkrdhorhhgnecukfhppeejjedrudefgedrvddtfedrudekgeenucfr rghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenuc evlhhushhtvghrufhiiigvpedt 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 0E3BB80063; Thu, 18 Jul 2019 18:04:52 -0400 (EDT) From: Thomas Monjalon To: Nicolas Chautru Cc: dev@dpdk.org, John McNamara , Marko Kovacevic Date: Fri, 19 Jul 2019 00:04:52 +0200 Message-ID: <1589234.FIEn7ERmvm@xps> In-Reply-To: <20190718220101.16900-1-thomas@monjalon.net> References: <1563431079-14170-1-git-send-email-nicolas.chautru@intel.com> <20190718220101.16900-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] doc: fix PDF build of bbdev prog 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" 19/07/2019 00:01, Thomas Monjalon: > Some machine (like on dpdk.org) may fail to build the prog guide PDF > because of a table characher being "+" instead of "|". > > Some figure references are also fixed with automatic numbering. > > Fixes: 3f3f608142cf ("doc: update bbdev guide for 5GNR operations") > > Signed-off-by: Thomas Monjalon > Signed-off-by: Nicolas Chautru > --- > v3: fix only the bad character and keep complex table (Thomas) > v2: try simpler table and fix figure refs (Nicolas) > v1: remove some table rows (Thomas) > --- Applied quickly