From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 107E84A65 for ; Thu, 23 Feb 2017 13:52:03 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Feb 2017 04:52:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,197,1484035200"; d="html'217?scan'217,208,217";a="1114612782" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga001.fm.intel.com with ESMTP; 23 Feb 2017 04:52:01 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.77]) by IRSMSX152.ger.corp.intel.com ([169.254.6.191]) with mapi id 14.03.0248.002; Thu, 23 Feb 2017 12:51:57 +0000 From: "Mcnamara, John" To: Thomas Monjalon , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 1/3] doc: set alignments in NIC overview table Thread-Index: AQHSi8AlYQw4PazozEWH8Oe55rbQQKF2jsCg Date: Thu, 23 Feb 2017 12:51:57 +0000 Message-ID: References: <1487625998-8040-1-git-send-email-thomas.monjalon@6wind.com> <1487625998-8040-2-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1487625998-8040-2-git-send-email-thomas.monjalon@6wind.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWMyNjk3NmEtMzk4NS00YWYzLThiZDQtZWE5NzQ2Y2Q4NDkyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IitvWmpZXC91bmY3cTV2dklmS1VnTDNFZGF6R1luc05ibzJUXC9HUFpobVcyND0ifQ== x-originating-ip: [163.33.239.180] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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: Thu, 23 Feb 2017 12:52:05 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, February 20, 2017 9:27 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 1/3] doc: set alignments in NIC overview table >=20 > Some CSS alignments were not explicitly set. > The pointer is also set to default for the table. >=20 On a related note, a while ago we looked at rotating the text of the NICs to make the table slightly more readable. I've attached an example. It might be nice to add this as well, if it doesn't interfere with the othe= r formatting. John