From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 05ABDA06B7 for ; Thu, 18 Apr 2019 05:16:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BC2991B8CC; Thu, 18 Apr 2019 05:16:09 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 52B0B1B8C8 for ; Thu, 18 Apr 2019 05:16:08 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Apr 2019 20:16:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,364,1549958400"; d="scan'208";a="162609231" Received: from dipei-st-npg.sh.intel.com ([10.67.110.220]) by fmsmga002.fm.intel.com with ESMTP; 17 Apr 2019 20:16:06 -0700 From: Andy Pei To: web@dpdk.org Cc: rosen.xu@intel.com Date: Thu, 18 Apr 2019 11:12:04 +0800 Message-Id: <1555557124-47785-1-git-send-email-andy.pei@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-web] [PATCH] add ipn3ke 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: , Errors-To: web-bounces@dpdk.org Sender: "web" Signed-off-by: Andy Pei --- content/supported/nics/intel.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/supported/nics/intel.md b/content/supported/nics/intel.md index 46c75ca..836e0bf 100644 --- a/content/supported/nics/intel.md +++ b/content/supported/nics/intel.md @@ -1,6 +1,6 @@ +++ title = "Intel" -description = "e1000, ixgbe, i40e, ice, fm10k" +description = "e1000, ixgbe, i40e, ice, fm10k, ipn3ke" hidden = true +++ @@ -11,6 +11,7 @@ hidden = true - [i40e](http://doc.dpdk.org/guides/nics/i40e.html) (X710, XL710, X722, XXV710) - [ice](http://doc.dpdk.org/guides/nics/ice.html) (E810) - [fm10k](http://doc.dpdk.org/guides/nics/fm10k.html) (FM10420) +- [ipn3ke](http://doc.dpdk.org/guides/nics/ipn3ke.html) (PAC N3000) {{% notice note %}} Note: The drivers e1000 and e1000e are also called em. The drivers em and igb are sometimes grouped in e1000 family. -- 1.8.3.1