From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 5DB3A5B1C for ; Wed, 21 Nov 2018 01:11:37 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9E1AF23376; Tue, 20 Nov 2018 19:11:21 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 20 Nov 2018 19:11:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=mesmtp; bh=hV99gEzGEe LlheCVQUdf8VrGCJE91Xvjras8cezThg8=; b=N9JpX2YYb4+w9Tz/zRnskOluAp gZc9tq9Fn6AA1GaOGJXiQr1x/ERSuTCgJJPDK3v6LV4V94bx2wxwnKWc24H/GSgV JSUo4i4OFuLqdFoSDtgxmQqrbycGLX74ofMY/3XfPM8q7cykk3Epf4SA7ITvAlRn BqThCNvK25sq5d9z0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:date:from :in-reply-to:message-id:mime-version:references:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=hV99gEzGEeLlheCVQUdf8VrGCJE91Xvjras8cezThg8=; b=lAVxOc/0 XqR09tvPHFqXgat+n8JfsUjFpJl3pgvZ6g8JCoaskVx8FDCI++GJ8nTPpm2tNjQH bZNKs/ZUHzp5Hhk+LFLM57bs0MC1Oh+9ZxM/+BccFpNIinGqFsKOmVFAsoOzWd6v N1wGfixEafrsPgdK7BugnSd9EF6IkevGYi9v67G7Jq4EXDG9pu9uS6MN42Xp6GX2 Zh602q4Re+0e22v1ZxucwP1pZtG65Koqx4ffH8/oh+dZN+NCJIE3ByUBfbUM74TP 08zFnHR0+NqC1T1kYWK9ADR2D07pqM7uaitfLC8R1MXKb38TIelHiJOfJHXgnn5L Ez2laUO8baXOgw== X-ME-Sender: X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id F0823E451A for ; Tue, 20 Nov 2018 19:11:20 -0500 (EST) From: Thomas Monjalon To: web@dpdk.org Date: Wed, 21 Nov 2018 01:11:12 +0100 Message-Id: <20181121001117.24537-1-thomas@monjalon.net> X-Mailer: git-send-email 2.19.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-web] [PATCH v3 0/5] clean-up NICs list and add Aquantia X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2018 00:11:37 -0000 When trying to add a new vendor (Aquantia) to the NICs list, it has been discussed to sort by name instead of renumbering weights. This v3 is doing more cleanups and fix the messed output of the list. Igor Russkikh (1): add Aquantia devices to supported NICs Thomas Monjalon (4): remove useless metadata rename NICs directory simplify NICs list add driver names in NICs list content/_index.md | 4 ++-- content/supported/_index.md | 3 ++- content/supported/nics/_index.md | 4 ++++ content/supported/{NICs => nics}/amazon.md | 4 +--- content/supported/nics/aquantia.md | 7 +++++++ content/supported/{NICs => nics}/atomicrules.md | 4 +--- content/supported/{NICs => nics}/broadcom.md | 4 +--- content/supported/{NICs => nics}/cavium.md | 4 +--- content/supported/{NICs => nics}/chelsio.md | 4 +--- content/supported/{NICs => nics}/cisco.md | 4 +--- content/supported/{NICs => nics}/intel.md | 4 +--- content/supported/{NICs => nics}/marvell.md | 4 +--- content/supported/{NICs => nics}/mellanox.md | 4 +--- content/supported/{NICs => nics}/netcope.md | 4 +--- content/supported/{NICs => nics}/netronome.md | 4 +--- content/supported/{NICs => nics}/nxp.md | 4 +--- content/supported/{NICs => nics}/solarflare.md | 4 +--- content/supported/others.md | 5 ++--- content/supported/paravirtualization.md | 3 +-- 19 files changed, 31 insertions(+), 47 deletions(-) create mode 100644 content/supported/nics/_index.md rename content/supported/{NICs => nics}/amazon.md (70%) create mode 100644 content/supported/nics/aquantia.md rename content/supported/{NICs => nics}/atomicrules.md (73%) rename content/supported/{NICs => nics}/broadcom.md (73%) rename content/supported/{NICs => nics}/cavium.md (88%) rename content/supported/{NICs => nics}/chelsio.md (72%) rename content/supported/{NICs => nics}/cisco.md (71%) rename content/supported/{NICs => nics}/intel.md (93%) rename content/supported/{NICs => nics}/marvell.md (80%) rename content/supported/{NICs => nics}/mellanox.md (82%) rename content/supported/{NICs => nics}/netcope.md (71%) rename content/supported/{NICs => nics}/netronome.md (69%) rename content/supported/{NICs => nics}/nxp.md (80%) rename content/supported/{NICs => nics}/solarflare.md (73%) -- 2.19.0