From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5BE44A00C3 for ; Thu, 14 May 2020 10:37:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 394E11D17D; Thu, 14 May 2020 10:37:59 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 6B2C01D17D for ; Thu, 14 May 2020 10:37:57 +0200 (CEST) IronPort-SDR: Vc85Tk5Mi0f1bvS2tMM3vCpTpQLe0cLHjt1GuKuVP+Km6DMFgJFY/NJ4NUO7cRGaggGVdLzrnC /ykqdiKqlHeA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 May 2020 01:37:56 -0700 IronPort-SDR: wBGmSXf4RyNuSiq7J3ocqvX+CLCEiOYabgDxxM7LYhH4udNFMb9kO5kEFZ1mnvqC2EbieZRjYc fY0l9NDmAUew== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,390,1583222400"; d="scan'208";a="297957566" Received: from shwdenpg235.ccr.corp.intel.com ([10.240.182.60]) by fmsmga002.fm.intel.com with ESMTP; 14 May 2020 01:37:53 -0700 From: alvinx.zhang@intel.com To: web@dpdk.org Cc: ferruh.yigit@intel.com, xiaolong.ye@intel.com Date: Thu, 14 May 2020 16:35:47 +0800 Message-Id: <20200514083547.504-1-alvinx.zhang@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-web] [PATCH] add Intel igc NIC 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" From: Alvin Zhang Signed-off-by: Alvin Zhang --- 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 6f3e90f..b9b00d4 100644 --- a/content/supported/nics/intel.md +++ b/content/supported/nics/intel.md @@ -1,12 +1,13 @@ +++ title = "Intel" -description = "e1000, ixgbe, i40e, ice, fm10k, ipn3ke, ifc" +description = "e1000, ixgbe, i40e, ice, fm10k, ipn3ke, ifc, igc" hidden = true +++ - [e1000](//doc.dpdk.org/guides/nics/e1000em.html) (82540, 82545, 82546) - [e1000e](//git.dpdk.org/dpdk/tree/drivers/net/e1000/) (82571, 82572, 82573, 82574, 82583, ICH8, ICH9, ICH10, PCH, PCH2, I217, I218, I219) - [igb](//doc.dpdk.org/guides/nics/igb.html) (82573, 82576, 82580, I210, I211, I350, I354, DH89xx) +- [igc](//doc.dpdk.org/guides/nics/igc.html) (I225) - [ixgbe](//doc.dpdk.org/guides/nics/ixgbe.html) (82598, 82599, X520, X540, X550) - [i40e](//doc.dpdk.org/guides/nics/i40e.html) (X710, XL710, X722, XXV710) - [ice](//doc.dpdk.org/guides/nics/ice.html) (E810) -- 1.8.3.1