DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH] add Intel ifc to supported NICs
@ 2019-04-25  8:24 Xiao Wang
  2019-04-26 10:01 ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Xiao Wang @ 2019-04-25  8:24 UTC (permalink / raw)
  To: ferruh.yigit; +Cc: web, Xiao Wang

Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
---
 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 46c75ca..2ba05eb 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"
+description = "e1000, ixgbe, i40e, ice, fm10k, ifc"
 hidden = true
 +++
 
@@ -11,6 +11,7 @@ hidden = true
 - [i40e](http://doc.dpdk.org/guides/nics/i40e.html) (X710, XL710, X722, XXV710)
 - [ice](http://doc.dpdk.org/guides/nics/ice.html) (E810)
 - [fm10k](http://doc.dpdk.org/guides/nics/fm10k.html) (FM10420)
+- [ifc](http://doc.dpdk.org/guides/nics/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.
-- 
2.15.1


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

* Re: [dpdk-web] [PATCH] add Intel ifc to supported NICs
  2019-04-25  8:24 [dpdk-web] [PATCH] add Intel ifc to supported NICs Xiao Wang
@ 2019-04-26 10:01 ` Ferruh Yigit
  2019-04-27  1:33   ` Wang, Xiao W
  0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2019-04-26 10:01 UTC (permalink / raw)
  To: Xiao Wang; +Cc: web

On 4/25/2019 9:24 AM, Xiao Wang wrote:
> Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
> ---
>  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 46c75ca..2ba05eb 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"
> +description = "e1000, ixgbe, i40e, ice, fm10k, ifc"
>  hidden = true
>  +++
>  
> @@ -11,6 +11,7 @@ hidden = true
>  - [i40e](http://doc.dpdk.org/guides/nics/i40e.html) (X710, XL710, X722, XXV710)
>  - [ice](http://doc.dpdk.org/guides/nics/ice.html) (E810)
>  - [fm10k](http://doc.dpdk.org/guides/nics/fm10k.html) (FM10420)
> +- [ifc](http://doc.dpdk.org/guides/nics/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.
> 

Hi Xiao,

Can you please update commit log to include in which DPDK version the PMD is
added, also if possible commit ids that introduces the PMD?

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

* Re: [dpdk-web] [PATCH] add Intel ifc to supported NICs
  2019-04-26 10:01 ` Ferruh Yigit
@ 2019-04-27  1:33   ` Wang, Xiao W
  0 siblings, 0 replies; 3+ messages in thread
From: Wang, Xiao W @ 2019-04-27  1:33 UTC (permalink / raw)
  To: Yigit, Ferruh; +Cc: web

Hi,

> -----Original Message-----
> From: Yigit, Ferruh
> Sent: Friday, April 26, 2019 6:01 PM
> To: Wang, Xiao W <xiao.w.wang@intel.com>
> Cc: web@dpdk.org
> Subject: Re: [PATCH] add Intel ifc to supported NICs
> 
> On 4/25/2019 9:24 AM, Xiao Wang wrote:
> > Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
> > ---
> >  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 46c75ca..2ba05eb 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"
> > +description = "e1000, ixgbe, i40e, ice, fm10k, ifc"
> >  hidden = true
> >  +++
> >
> > @@ -11,6 +11,7 @@ hidden = true
> >  - [i40e](http://doc.dpdk.org/guides/nics/i40e.html) (X710, XL710, X722,
> XXV710)
> >  - [ice](http://doc.dpdk.org/guides/nics/ice.html) (E810)
> >  - [fm10k](http://doc.dpdk.org/guides/nics/fm10k.html) (FM10420)
> > +- [ifc](http://doc.dpdk.org/guides/nics/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.
> >
> 
> Hi Xiao,
> 
> Can you please update commit log to include in which DPDK version the PMD
> is
> added, also if possible commit ids that introduces the PMD?

Hi Ferruh, I've sent a new version. Thanks.

BRs,
Xiao

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

end of thread, other threads:[~2019-04-27  1:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-25  8:24 [dpdk-web] [PATCH] add Intel ifc to supported NICs Xiao Wang
2019-04-26 10:01 ` Ferruh Yigit
2019-04-27  1:33   ` Wang, Xiao W

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).