From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id EB9471B2D1 for ; Mon, 6 Nov 2017 15:42:52 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Nov 2017 06:42:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,352,1505804400"; d="scan'208";a="172580481" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga006.fm.intel.com with ESMTP; 06 Nov 2017 06:42:51 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by irsmsx105.ger.corp.intel.com ([163.33.3.28]) with mapi id 14.03.0319.002; Mon, 6 Nov 2017 14:42:50 +0000 From: "Mcnamara, John" To: Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [PATCH] doc: adjust column width of PMD overview tables Thread-Index: AQHTVw1cSKsIkCaShU6wzDzMOTGUuKMHbN6w Date: Mon, 6 Nov 2017 14:42:49 +0000 Message-ID: References: <20171106144054.29316-1-thomas@monjalon.net> In-Reply-To: <20171106144054.29316-1-thomas@monjalon.net> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGZkNmMzZTktZjJiYy00NTNlLTgyNGItZDJhZTRjYTRlMDkyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlJnSlEzYVc0XC8xaVJmd3RUZEI2bFhjaFAxUXJad3FvMEVJazRBY1k5Vm1rPSJ9 dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: adjust column width of PMD overview tables 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: Mon, 06 Nov 2017 14:42:53 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Monday, November 6, 2017 2:41 PM > To: Mcnamara, John > Cc: dev@dpdk.org > Subject: [PATCH] doc: adjust column width of PMD overview tables >=20 > 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. >=20 > 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. >=20 > Signed-off-by: Thomas Monjalon Acked-by: John McNamara