From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 519E35424 for ; Fri, 23 Nov 2018 02:58:11 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D758621E00; Thu, 22 Nov 2018 20:58:10 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 22 Nov 2018 20:58:10 -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=xQjaOuMFsZaEH6oYaj/cWxEUkhbgwdIIrAY09M1kfJI=; b=Ekfq6UAmeC8Z Zm3cnieSXEbaPzu9EPzQmnZ2nb6liHoW+2qLFcUH4jdb0pE6x7ZB+glG12QO9G8P qsKtiLSliVLpWT6FUxswiljCeO+7SrjURUjSEkr0drlrG3+8yJZ2kwPzbqV8m2LR +Fe70RCK129VmfKtRBfaKcozO69G0mY= 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=xQjaOuMFsZaEH6oYaj/cWxEUkhbgwdIIrAY09M1kf JI=; b=kFRZBWoQNCRwhRzyMrYfeotFl6VMHhCp8HOOfW0kwlxpatNR+hlYSWRSn GuMtkVEdXhbz/ne3MMR43T1jLHulUQGwFjHSgosz1esCDP1Xc6uR7ZFBkPjVXOPV fG89fv0LCA9apHpnb+CI9z3xLUOW1siQx2VUfsOzBdsxqe5almobLzDV9kdXxWBU 2WeDIWBtFVFFgrVfd5UXTr6RMA48FMR+NxA0jfwA2dYxeqpiLWUlqCk6xwePx6X7 FdDHZQsxj/JGIBKYKB1gifMoSDpqe87vGCT2Pbvr/nZvLaq6yTwRtiKks/5rTYWn ofiuNOLaVn5TdF8DcLYzId39ReISw== X-ME-Sender: 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 D9DB7E49CB; Thu, 22 Nov 2018 20:58:09 -0500 (EST) From: Thomas Monjalon To: "Mcnamara, John" Cc: dev@dpdk.org, "Kovacevic, Marko" Date: Fri, 23 Nov 2018 02:58:08 +0100 Message-ID: <1669478.cKQ32q7Jxp@xps> In-Reply-To: References: <20181122141835.26151-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/2] doc: remove lists of figure and table references 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: , X-List-Received-Date: Fri, 23 Nov 2018 01:58:11 -0000 22/11/2018 19:04, Mcnamara, John: > From: Thomas Monjalon [mailto:thomas@monjalon.net] > > > > The references to the figures and tables in the index are not maintained. > > > > It is probably better to have no list than an incomplete list. > > +100 > > Acked-by: John McNamara Applied, thanks for the support