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 5C756A05D3 for ; Fri, 26 Apr 2019 12:51:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5BDE21B579; Fri, 26 Apr 2019 12:51:41 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 867751B160 for ; Fri, 26 Apr 2019 12:51:39 +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 orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Apr 2019 03:51:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,397,1549958400"; d="scan'208";a="165073596" Received: from dpdk-xiao-1.sh.intel.com ([10.67.111.145]) by fmsmga002.fm.intel.com with ESMTP; 26 Apr 2019 03:51:37 -0700 From: Xiao Wang To: ferruh.yigit@intel.com Cc: web@dpdk.org, Xiao Wang Date: Fri, 26 Apr 2019 18:35:42 +0800 Message-Id: <20190426103542.58676-1-xiao.w.wang@intel.com> X-Mailer: git-send-email 2.15.1 Subject: [dpdk-web] [PATCH v2] 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" ifc driver support was added in 18.05 release, with commit id: a3f8150eac6d ("net/ifcvf: add ifcvf vDPA driver"). Signed-off-by: Xiao Wang --- v2: * Commit log update. --- 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