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 0D76CA05D3 for ; Thu, 25 Apr 2019 10:40:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BA5161B572; Thu, 25 Apr 2019 10:40:40 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 6D6351B562 for ; Thu, 25 Apr 2019 10:40:38 +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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2019 01:40:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,393,1549958400"; d="scan'208";a="164704096" Received: from dpdk-xiao-1.sh.intel.com ([10.67.111.145]) by fmsmga002.fm.intel.com with ESMTP; 25 Apr 2019 01:40:36 -0700 From: Xiao Wang To: ferruh.yigit@intel.com Cc: web@dpdk.org, Xiao Wang Date: Thu, 25 Apr 2019 16:24:46 +0800 Message-Id: <20190425082446.33702-1-xiao.w.wang@intel.com> X-Mailer: git-send-email 2.15.1 Subject: [dpdk-web] [PATCH] add Intel ifc 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: , Errors-To: web-bounces@dpdk.org Sender: "web" Signed-off-by: Xiao Wang --- 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..2ba05eb 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, ifc" 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) +- [ifc](http://doc.dpdk.org/guides/nics/ifc.html) (IFC) {{% notice note %}} Note: The drivers e1000 and e1000e are also called em. The drivers em and igb are sometimes grouped in e1000 family. -- 2.15.1