From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7DA0DA0543; Fri, 28 Oct 2022 08:36:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6DE6540A89; Fri, 28 Oct 2022 08:36:14 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id D8A8240041 for ; Fri, 28 Oct 2022 08:36:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1666938972; x=1698474972; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=iEzLKEv2cFVgV688nrwSLxkyLNen3qV7h2gyykCw6wQ=; b=V1dgduGfnkodVNvXkD3HkkpfWUuTCWtBy43tPFu9EbvVh8qFQMSPnBjQ vx+n7oYKR3kEjBCJljHwL//jClZKEnNAq1jA0MWzN1UncSz87JXqhuoo4 SauutzBSA+Dt0w4fPEmypMkQOYGAf62n7JH8Fnp9WQjiJG9Qd8DpXV4TP 3igvvSEou9t/JE1SvoFjKCbHrodFU3HVPiNauX6E/KnM1QlYnQhzBvHud GTehjVXzAu8S9UlD/UUjc3azrdhZvwSkeUZf89+s4F+6BNbnCm940Z+rq 8l3hpd3QwwxoXQbOg0UVU5B5BOf8028nkkt0XAlyyOTNEfx+/lhdP8z2b w==; X-IronPort-AV: E=McAfee;i="6500,9779,10513"; a="307150650" X-IronPort-AV: E=Sophos;i="5.95,220,1661842800"; d="scan'208";a="307150650" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Oct 2022 23:36:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10513"; a="665964476" X-IronPort-AV: E=Sophos;i="5.95,220,1661842800"; d="scan'208";a="665964476" Received: from dpdk-jf-ntb-one.sh.intel.com ([10.67.111.104]) by orsmga001.jf.intel.com with ESMTP; 27 Oct 2022 23:36:00 -0700 From: Junfeng Guo To: thomas@monjalon.net, ferruh.yigit@amd.com Cc: web@dpdk.org, Junfeng Guo Subject: [PATCH] add Intel gve to supported NICs Date: Fri, 28 Oct 2022 14:34:17 +0800 Message-Id: <20221028063417.2681699-1-junfeng.guo@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org Note that this driver is for gVNIC on Google Cloud Platform. And this driver is added at DPDK 22.11 release. Signed-off-by: Junfeng Guo --- content/supported/nics/intel.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/supported/nics/intel.md b/content/supported/nics/intel.md index 22ec2e9..dafe634 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, ipn3ke, ifc, igc" +description = "e1000, ixgbe, i40e, ice, fm10k, gve, ipn3ke, ifc, igc" hidden = true +++ @@ -12,9 +12,12 @@ hidden = true - [i40e](//doc.dpdk.org/guides/nics/i40e.html) (X710, XL710, X722, XXV710) - [ice](//doc.dpdk.org/guides/nics/ice.html) (E810) - [fm10k](//doc.dpdk.org/guides/nics/fm10k.html) (FM10420) +- [gve](//doc.dpdk.org/guides/nics/gve.html) (gVNIC) - [ipn3ke](//doc.dpdk.org/guides/nics/ipn3ke.html) (PAC N3000) - [ifc](//doc.dpdk.org/guides/vdpadevs/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. +- The drivers e1000 and e1000e are also called em. +- The drivers em and igb are sometimes grouped in e1000 family. +- The driver gve is for gVNIC on Google Cloud Platform. {{% /notice %}} -- 2.34.1