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 B0CF4322C for ; Wed, 21 Nov 2018 01:11:35 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 03D3023382; Tue, 20 Nov 2018 19:11:29 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 20 Nov 2018 19:11:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=mesmtp; bh=nd5t56zOT/ XGyB2W8iTQl7aU6aMVry8Vf7YonCZoNqI=; b=KIha8reyk3PaMiwaZtZJSJqz8b GafuGNJeQDljT96jnww519R6iizjPEVBLV5RaVHa5zY6A9qY49gUE1kTekkmu/LK o5mp1JFDlz0QluXNPKa1/fcSolO42dBYvld9+P7BurnrUpthvDFy3jTnWcrBt7yq KOed8FURO0WVdGt+0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc: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=nd5t56zOT/XGyB2W8iTQl7aU6aMVry8Vf7YonCZoNqI=; b=AyuTXQDK 56W65ll982Akc88c2cFYLabHxXhT4hw4xZbcAV6FxwYqx9k3Np4K9TTZ2TF4aDFA pyjksxpYyp5leMNvglwHr80E+/w9Qcn0SBPucG1IK74HjFqVb6oal4+xW+jd29n1 ji+X/wNFOfwT/4HtkQjn+iFXY77CaEaLQHUU16oFDxyd0Ikr/23IRHQqdOZN0W0s gERr4bY4fQ0Gybtf9wgueiDzq0kkTt6++sTQ2hiddt2FzBfgOpvVTvf6WzZQqjIc isl3wflrtuXWYOJka3+a49NElou3wmiJJWBwQEk9NdKHc4Kp49m4GLbLV8zyWP+O UUFFpFy83jFKTA== 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 F0A31E451A; Tue, 20 Nov 2018 19:11:27 -0500 (EST) From: Thomas Monjalon To: web@dpdk.org Cc: Igor Russkikh , Igor Russkikh , Pavel Belous Date: Wed, 21 Nov 2018 01:11:17 +0100 Message-Id: <20181121001117.24537-6-thomas@monjalon.net> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20181121001117.24537-1-thomas@monjalon.net> References: <20181121001117.24537-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-web] [PATCH v3 5/5] add Aquantia devices to supported NICs 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:35 -0000 From: Igor Russkikh Signed-off-by: Igor Russkikh Signed-off-by: Pavel Belous --- content/supported/nics/aquantia.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 content/supported/nics/aquantia.md diff --git a/content/supported/nics/aquantia.md b/content/supported/nics/aquantia.md new file mode 100644 index 0000000..18d5fd1 --- /dev/null +++ b/content/supported/nics/aquantia.md @@ -0,0 +1,7 @@ ++++ +title = "Aquantia" +description = "atlantic" +hidden = true ++++ + +- [atlantic](http://doc.dpdk.org/guides/nics/atlantic.html) (AQC100, AQC107, AQC108, AQC109) -- 2.19.0