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 E70422B9E for ; Mon, 26 Nov 2018 11:52:10 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 39D2521C39; Mon, 26 Nov 2018 05:52:09 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 26 Nov 2018 05:52:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=mesmtp; bh=9B+CkWIxXIiR+CnnIOHAp9j vhofWFl9Xvli06qS/1j4=; b=Oso/IW1UM+A1jL5htMbee5Kfh2ulKZB5/A5KZD0 J2PJ0pzXApdpCu5rSLHWbIt44bRbAZpo3odAskEWRtnPO0+o8Cn3l5dfSG0bWfub ipOJ6C0D8Ty03Jcmg/F8eqc02tVp7wHZtlvoYh5oDvQl4QUJERs/2pO+bIcgVjOD 32XU= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=9B+CkWIxXIiR+CnnI OHAp9jvhofWFl9Xvli06qS/1j4=; b=drXNR4NLyDTXHAhOajlqndFztIsKRaqRe gQP7ui+M+EVjuedbLLGVWMETiM+uY3RNxIdN8jfMRZkmNG+gmD4+5VNUGcFWSn8j CVhg+ejlF+gurZ4KBc36lQY4rNrXtlfLuG2M88TYccALkH0EwApMotd8pATxYoS8 Wl+gE1r1hJLOZKx37a15DAPxdqgm8y+LNakxWm0HV11ehngz/oOQ4iPkZtknB390 ITmGpALroxR2PMIeLNfNxUapE8a5uHGryELl+DIDQVEd4KhaJ9QDtjBYewH7Ga57 w3csAQ2EMOx662pQwtHpXW4Nrw1qE7Zq4vZv42pkDULEpPORn3w7w== 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 3DDF5102DE; Mon, 26 Nov 2018 05:52:08 -0500 (EST) From: Thomas Monjalon To: web@dpdk.org Cc: ferruh.yigit@intel.com Date: Mon, 26 Nov 2018 11:51:56 +0100 Message-Id: <20181126105156.17961-1-thomas@monjalon.net> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-web] [PATCH] add AMD axgbe 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: Mon, 26 Nov 2018 10:52:11 -0000 The PMD axgbe was added in DPDK 18.05. Suggested-by: Ravi Kumar Signed-off-by: Thomas Monjalon --- content/supported/nics/amd.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 content/supported/nics/amd.md diff --git a/content/supported/nics/amd.md b/content/supported/nics/amd.md new file mode 100644 index 0000000..3ef95e2 --- /dev/null +++ b/content/supported/nics/amd.md @@ -0,0 +1,7 @@ ++++ +title = "AMD" +description = "axgbe" +hidden = true ++++ + +- [axgbe](http://doc.dpdk.org/guides/nics/axgbe.html) (AMD EPYC™ Embedded 3000 family) -- 2.19.0