From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 142112B88 for ; Fri, 24 Feb 2017 14:16:01 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id r141so14304437wmg.1 for ; Fri, 24 Feb 2017 05:16:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=reOOAUQBeY4mVWGw15NA5sLQepiuBAEpLnUexXULKb4=; b=IHgYPJMI3hcvpqajYqYkxOejuW32G9NjhH9rwTWEwOxI+dVpVM80X8JOi5ZfI+m/ky yV8163tC7xMcQX4F5/XpErtF0GVEZh55JmNy+PHFLIxYqG8sy8z/NL0xI6p24kcTsMCk I3o6BpxAVEVz+CevjOiNm8VN7uGj1hgUSp/sh09Pd5x8xOqzw6FOJo3t4w/St3xZF+Eq 8TW+fRqcGRLXxsoRYcis+TNd7k1wYvFm6+Jbfu+0lOt8Yg8lRRQczBivJfSZBJchOY6U xqSKaPoQ5FW2lBKlJ0k3eMFDxw/Vzi5q1ies2N0wiq8PBAGAN3PsB0DshJuwhYbOARLj +5zQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=reOOAUQBeY4mVWGw15NA5sLQepiuBAEpLnUexXULKb4=; b=jkQW6a2ly/vmV+h/haoULNaNVcStk3ImaHXWnf83A2xvpH2Es7/rGSlGvfmHhAYXxN eGnRHVBIL8O1/iZ4zm/Y4OYHonUchtAPPAqfFVgSWcKrTzH0qKS95zmM/9ViQXrlLgVO 59hFxvP2/ieBdSh/nUDycxrJIN2YCKqQy+howcGehdG9UGrMF/p+05+J6k4vhqGyYfH+ oKJXBItLezCKq79klDjmJ9T1+hFSNp+ZlBPO8bgieJ6nft9ow/rZCKdawpIrfTpU/itc SQR+amTCrteZ1lGrxF/f5JhCau13Uar6+EHrbqjYtKcP/FQMDen6MkdhHLuJUefF9jWe 4g6w== X-Gm-Message-State: AMke39mv2bnLHs4kWRDCE2gy0jG4C7BL46azPEz1Ziu8V9zYUHQInvx+lppvkqykVJC/CHqP X-Received: by 10.28.66.11 with SMTP id p11mr2979236wma.38.1487942161587; Fri, 24 Feb 2017 05:16:01 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id 61sm10334442wrs.29.2017.02.24.05.16.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Feb 2017 05:16:00 -0800 (PST) Date: Fri, 24 Feb 2017 05:16:00 -0800 (PST) X-Google-Original-Date: Fri, 24 Feb 2017 14:16 +0100 From: Thomas Monjalon To: "Mcnamara, John" Cc: dev@dpdk.org Message-ID: <6715492.3d3cUACyVM@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1487625998-8040-1-git-send-email-thomas.monjalon@6wind.com> <1487625998-8040-2-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/3] doc: set alignments in NIC overview table 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, 24 Feb 2017 13:16:03 -0000 2017-02-23 12:51, Mcnamara, John: > On a related note, a while ago we looked at rotating the text of the NICs > to make the table slightly more readable. Me too I've looked at it while ago. > I've attached an example. > > It might be nice to add this as well, if it doesn't interfere with the other > formatting. If I remember well, the issue is that it cannot be applied in PDF version which will be rendered with large columns outside of the page (driver names on one line instead of the current "one letter per line").