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 1A8CA1B432 for ; Thu, 22 Nov 2018 14:55:45 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AC6F222B6A; Thu, 22 Nov 2018 08:55:44 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 22 Nov 2018 08:55:44 -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:content-type; s=mesmtp; bh=RE4w0c1wQh7g+mDsgxHppRD7vzptAjTc7KEOEJ3iltI=; b=YjFfHkqlXF1P RoL7ngf1l79HjfM7YMSgNAMGK7SDQTaqe/RYOQrbU4ZiQCzVHrVcAbEu3vSqLjXe AV9PcAvY3GFB3DWg1m4bknZ6m/Cnj7DaWTN+NnZ+81ePN+pS0YKyEoGPFgi2gktJ rw/pG4kqEX4U3C5W47xX40/X8Zj7BI8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :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=RE4w0c1wQh7g+mDsgxHppRD7vzptAjTc7KEOEJ3il tI=; b=Q64eKVBFzmzogR3qQAA8nOBpMfyNbxgf6VBLCidHbduNe6i/GehgqNlhj FwWrpwFx/LJcqdqKlaSsWzLWrblCkX/D0uG/q9srm8mgX76Gved5Iqm1VeplHqdJ mq7fphkHr2xQ88IQPpE+kNz4apQpkicTjoVAD0o+y2n0kdowwTfldATGhiGALKg2 VTpzJ3zwCVB+kz74W2CybcBAjKUxFubFtD8ycgxZxQA/2R+kULvDxRUEFfegE5V9 r2JZKO268nSECtewbkSEQezcgWGRpUvCXhF+ro8HtL6mFnJpsew6cfTqrfz1lJ57 VmL13oMn2BUtCs/fzDqShHGRids1g== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (68.16.136.77.rev.sfr.net [77.136.16.68]) by mail.messagingengine.com (Postfix) with ESMTPA id 00B48102E4 for ; Thu, 22 Nov 2018 08:55:43 -0500 (EST) From: Thomas Monjalon To: web@dpdk.org Date: Thu, 22 Nov 2018 14:55:39 +0100 Message-ID: <3648942.hj8GVzOe2S@xps> In-Reply-To: <20181121001117.24537-1-thomas@monjalon.net> References: <20181121001117.24537-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [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: Thu, 22 Nov 2018 13:55:45 -0000 21/11/2018 01:11, Thomas Monjalon: > 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 Applied