From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id E8A761B03C; Tue, 20 Feb 2018 18:31:05 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3066B21756; Tue, 20 Feb 2018 12:31:05 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 20 Feb 2018 12:31:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:date:from:message-id:subject:to:x-me-sender:x-me-sender :x-sasl-enc; s=mesmtp; bh=90Bb1CCkPIFXzAjlmhbgOsZVLjPP3s9gMzUBCP OJjWg=; b=Qn4m5YbkzzUh9tnx+0qaTSz64GV31BY4pdWr/fbQJS/WW8XUM8V/wN mKjfAQmGbt9XgNtV6ldaziKtUUotG2/96EwgpNvdgn1wBtqNY1YSL/v5mAo40e5C X9Q7DcEfzYcuwnNLAO1ECoKEPwIm4godRbmS04BFMMdjIRnRZeMxo= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:message-id:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=90Bb1CCkPIFXzAjlm hbgOsZVLjPP3s9gMzUBCPOJjWg=; b=JI1mqnOm4iw4GsP1JaMb27bKRrDZJpy7Z bFxiLc1pTyY7hbaDUQL069NbZnHFf8ljln7xg/Mc1xXuhwYOtBKtgIqEnYQ1Sy5I EqwFh8tBI3PtdnPA58qe/9RdGd04Y0Y1n6Hwy+owlQJDHOoPNSHGx1UchZssGzvx Yz/C22TQso6QSMRzLvKwHYBsM+EWjvz+nXO5YNiwmc7eW7Fg3l9OBrRDGUEqSYWg 624CG0H+qZQrLYG9t7jirARUc6pCwwnlpgLQI1x+gwoOK0Ax7TBpDa7rqEd4HkOf UW064cMt3rHUMHBmwsUvnvbj7fw8u6S4+9T7eRqXRvnMuunvfqtvw== X-ME-Sender: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 43C997E0DF; Tue, 20 Feb 2018 12:31:04 -0500 (EST) From: Thomas Monjalon To: john.mcnamara@intel.com, marko.kovacevic@intel.com Cc: matan@mellanox.com, dev@dpdk.org, stable@dpdk.org Date: Tue, 20 Feb 2018 18:30:37 +0100 Message-Id: <20180220173039.27266-1-thomas@monjalon.net> X-Mailer: git-send-email 2.15.1 Subject: [dpdk-dev] [PATCH 0/2] fix networking drivers matrix sizes 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: Tue, 20 Feb 2018 17:31:06 -0000 This table does not fit in the page: http://dpdk.org/doc/guides-18.02/nics/overview.html#id1 because there are a lot of drivers, and the vdev_netvsc is truncated in length. Both fixes are relevant for 18.02 backport. Thomas Monjalon (2): doc: reduce features tables column width doc: adapt features tables header height doc/guides/conf.py | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) -- 2.15.1