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 C6638A0542; Fri, 28 Oct 2022 11:33:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9A7E8400D5; Fri, 28 Oct 2022 11:33:08 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id D7E5940041 for ; Fri, 28 Oct 2022 11:33:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1666949587; x=1698485587; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=mr3gVFcWQJYAhV+VnQ/wg4Qo7BjiIMwNvEcV55S6NXk=; b=CB90btClKwr6I3co50IfDNHukHHv317DOWCVuEBMs3TabIleP7l+NlNM rqVeJeA3qY4U4C7/UmDtI5ZQmTt1/rZBs4XS1nfiQ32eW6J9Ru6ogvOsd oJVUTMzj/aDtcgeDG26+xC6PXJnb163NFedl0YXAGbcAOWnpHuF3jBO0n jCqlUn5nsGK3kob7jACn1sP6glC/nKXDLvU/1Qtm9kGAZxz6JyszE+/hJ uGvzMTrTq48v1pgzg5Mon5LDARLZWwy6/dlBiMN6Q1WUOx69FSL4Ydzko c5JPSkqMaECX4BLVkQbvkM7SvnJozMMV6zg3iRlrPdc3bg/JNmPIyydwx w==; X-IronPort-AV: E=McAfee;i="6500,9779,10513"; a="288848130" X-IronPort-AV: E=Sophos;i="5.95,220,1661842800"; d="scan'208";a="288848130" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Oct 2022 02:33:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10513"; a="635240376" X-IronPort-AV: E=Sophos;i="5.95,220,1661842800"; d="scan'208";a="635240376" Received: from dpdk-jf-ntb-one.sh.intel.com ([10.67.111.104]) by fmsmga007.fm.intel.com with ESMTP; 28 Oct 2022 02:33:04 -0700 From: Junfeng Guo To: thomas@monjalon.net, ferruh.yigit@amd.com Cc: web@dpdk.org, Junfeng Guo Subject: [PATCH v2] add Google gve to supported NICs Date: Fri, 28 Oct 2022 17:31:16 +0800 Message-Id: <20221028093116.2869558-1-junfeng.guo@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221028063417.2681699-1-junfeng.guo@intel.com> References: <20221028063417.2681699-1-junfeng.guo@intel.com> 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/google.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 content/supported/nics/google.md diff --git a/content/supported/nics/google.md b/content/supported/nics/google.md new file mode 100644 index 0000000..04199c3 --- /dev/null +++ b/content/supported/nics/google.md @@ -0,0 +1,7 @@ ++++ +title = "Google" +description = "gve" +hidden = true ++++ + +- [gve (Google Virtual Ethernet)](//doc.dpdk.org/guides/nics/gve.html) -- 2.34.1