DPDK website maintenance
 help / color / mirror / Atom feed
* [PATCH] add Intel gve to supported NICs
@ 2022-10-28  6:34 Junfeng Guo
  2022-10-28  9:12 ` Thomas Monjalon
  2022-10-28  9:31 ` [PATCH v2] add Google " Junfeng Guo
  0 siblings, 2 replies; 5+ messages in thread
From: Junfeng Guo @ 2022-10-28  6:34 UTC (permalink / raw)
  To: thomas, ferruh.yigit; +Cc: web, Junfeng Guo

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 <junfeng.guo@intel.com>
---
 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] add Intel gve to supported NICs
  2022-10-28  6:34 [PATCH] add Intel gve to supported NICs Junfeng Guo
@ 2022-10-28  9:12 ` Thomas Monjalon
  2022-10-28  9:28   ` Guo, Junfeng
  2022-10-28  9:31 ` [PATCH v2] add Google " Junfeng Guo
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2022-10-28  9:12 UTC (permalink / raw)
  To: Junfeng Guo; +Cc: ferruh.yigit, web, david.marchand

28/10/2022 08:34, Junfeng Guo:
> 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 <junfeng.guo@intel.com>
> ---
>  content/supported/nics/intel.md | 7 +++++--

This driver is for Google platform, not Intel hardware,
so I think you should create a section for Google.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH] add Intel gve to supported NICs
  2022-10-28  9:12 ` Thomas Monjalon
@ 2022-10-28  9:28   ` Guo, Junfeng
  0 siblings, 0 replies; 5+ messages in thread
From: Guo, Junfeng @ 2022-10-28  9:28 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: ferruh.yigit, web, david.marchand



> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Friday, October 28, 2022 17:13
> To: Guo, Junfeng <junfeng.guo@intel.com>
> Cc: ferruh.yigit@amd.com; web@dpdk.org;
> david.marchand@redhat.com
> Subject: Re: [PATCH] add Intel gve to supported NICs
> 
> 28/10/2022 08:34, Junfeng Guo:
> > 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 <junfeng.guo@intel.com>
> > ---
> >  content/supported/nics/intel.md | 7 +++++--
> 
> This driver is for Google platform, not Intel hardware,
> so I think you should create a section for Google.

Sure, will update for this! Thanks!

> 
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH v2] add Google gve to supported NICs
  2022-10-28  6:34 [PATCH] add Intel gve to supported NICs Junfeng Guo
  2022-10-28  9:12 ` Thomas Monjalon
@ 2022-10-28  9:31 ` Junfeng Guo
  2022-11-09 20:01   ` Thomas Monjalon
  1 sibling, 1 reply; 5+ messages in thread
From: Junfeng Guo @ 2022-10-28  9:31 UTC (permalink / raw)
  To: thomas, ferruh.yigit; +Cc: web, Junfeng Guo

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 <junfeng.guo@intel.com>
---
 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] add Google gve to supported NICs
  2022-10-28  9:31 ` [PATCH v2] add Google " Junfeng Guo
@ 2022-11-09 20:01   ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2022-11-09 20:01 UTC (permalink / raw)
  To: Junfeng Guo; +Cc: ferruh.yigit, web

28/10/2022 11:31, Junfeng Guo:
> 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 <junfeng.guo@intel.com>

Applied, thanks.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-09 20:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-28  6:34 [PATCH] add Intel gve to supported NICs Junfeng Guo
2022-10-28  9:12 ` Thomas Monjalon
2022-10-28  9:28   ` Guo, Junfeng
2022-10-28  9:31 ` [PATCH v2] add Google " Junfeng Guo
2022-11-09 20:01   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).