add Intel gve to supported NICs

Message ID 20221028063417.2681699-1-junfeng.guo@intel.com (mailing list archive)
State Superseded
Headers
Series add Intel gve to supported NICs |

Commit Message

Junfeng Guo Oct. 28, 2022, 6:34 a.m. UTC
  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(-)
  

Comments

Thomas Monjalon Oct. 28, 2022, 9:12 a.m. UTC | #1
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.
  
Junfeng Guo Oct. 28, 2022, 9:28 a.m. UTC | #2
> -----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!

> 
>
  

Patch

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 %}}