From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: adjust column width of PMD overview tables Date: Wed, 08 Nov 2017 02:49:04 +0100 Message-ID: <2276546.TLtyg3T3P3@xps> References: <20171106144054.29316-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Mcnamara, John" To: dev@dpdk.org Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 0F8161B5FD for ; Wed, 8 Nov 2017 02:49:08 +0100 (CET) In-Reply-To: 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 net PMD overview table is big and required to be shrinked. > > The crypto PMD tables had variable column sizes: the latest columns were > > smaller. > > > > The minimum width is set to 0.9em without any forced padding. > > The maximum width is set to 2em. > > The width of the first column set by sphinx is overriden to 0 for full > > elasticity. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: John McNamara Applied