From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id E4D931B4CE for ; Thu, 10 Jan 2019 11:05:21 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2019 02:05:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,460,1539673200"; d="scan'208";a="134674042" Received: from dpdk-wenzhuol.sh.intel.com ([10.67.111.133]) by fmsmga004.fm.intel.com with ESMTP; 10 Jan 2019 02:05:20 -0800 From: Leyi Rong To: web@dpdk.org Cc: Leyi Rong Date: Thu, 10 Jan 2019 18:04:08 +0800 Message-Id: <1547114648-111150-1-git-send-email-leyi.rong@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-web] [PATCH] add ice 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: Thu, 10 Jan 2019 10:05:22 -0000 Signed-off-by: Leyi Rong --- 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 1b0dc95..46c75ca 100644 --- a/content/supported/nics/intel.md +++ b/content/supported/nics/intel.md @@ -1,6 +1,6 @@ +++ title = "Intel" -description = "e1000, ixgbe, i40e, fm10k" +description = "e1000, ixgbe, i40e, ice, fm10k" hidden = true +++ @@ -9,6 +9,7 @@ hidden = true - [igb](http://doc.dpdk.org/guides/nics/igb.html) (82575, 82576, 82580, I210, I211, I350, I354, DH89xx) - [ixgbe](http://doc.dpdk.org/guides/nics/ixgbe.html) (82598, 82599, X520, X540, X550) - [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) {{% notice note %}} -- 2.7.4