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 AEF76A0471 for ; Thu, 18 Jul 2019 15:33:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 425FE1DBE; Thu, 18 Jul 2019 15:33:51 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 294D71C01 for ; Thu, 18 Jul 2019 15:33:48 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jul 2019 06:33:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,278,1559545200"; d="scan'208";a="367354947" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga006.fm.intel.com with ESMTP; 18 Jul 2019 06:33:48 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 18 Jul 2019 06:33:48 -0700 Received: from FMSMSX109.amr.corp.intel.com ([169.254.15.78]) by fmsmsx156.amr.corp.intel.com ([169.254.13.183]) with mapi id 14.03.0439.000; Thu, 18 Jul 2019 06:33:47 -0700 From: "Chautru, Nicolas" To: 'Thomas Monjalon' , "Mcnamara, John" , "Kovacevic, Marko" CC: "dev@dpdk.org" Thread-Topic: [PATCH] doc: fix PDF build of bbdev prog guide Thread-Index: AQHVPOs6qT8Efj/xxk6glIfbff4p56bQKevQ Date: Thu, 18 Jul 2019 13:33:46 +0000 Message-ID: <1183128033837D43A851F70F33ED5C575C1FD28B@FMSMSX109.amr.corp.intel.com> References: <20190717220123.6165-1-thomas@monjalon.net> In-Reply-To: <20190717220123.6165-1-thomas@monjalon.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTczZTA0NzgtMTI2Mi00ZGJjLWFjZWQtNWNjMmZhYWJlY2IzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoieXNLU2hObHpMTmhSUmY1VVZUc2tCKzVHXC9NblVlZ0lwRzhtK2t3QXZ5a24ycFpOQnlwZjdnZHZYUTZ0RTF6UnQifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.1.200.108] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] 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" From: Thomas Monjalon [mailto:thomas@monjalon.net]=20 >Some machine (like on dpdk.org) may fail to build the prog guide PDF becau= se of the complex table inserted in the bbdev chapter. > >Fixes: 3f3f608142cf ("doc: update bbdev guide for 5GNR operations") >Cc: nicolas.chautru@intel.com > >Signed-off-by: Thomas Monjalon >--- >Anyway all the documentation about the API details should be removed. >The guide is expected to give an understanding of the whole design, not re= placing the details maintained in the doxygen comments. Thanks Thomas.=20 These tables are arguably useful on that page with the related contextual v= erbose information aside which provide more context usage. Still I am refor= matting into simpler table structure.=20 I have just pushed a parallel patch here : https://patches.dpdk.org/patch/5= 6715/ >While at refactoring this chapter, the hardcoded references to some sectio= n or figure numbers must be replaced by dynamic references. I have seen a couple of hardcoded figure numbers which I fixed. Let me know= in case I missed some.=20 Thanks