DPDK website maintenance
 help / color / mirror / Atom feed
* [PATCH] add Intel cpfl to supported NICs
@ 2023-03-14  2:07 Mingxia Liu
  2023-03-14  4:06 ` Xing, Beilei
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Mingxia Liu @ 2023-03-14  2:07 UTC (permalink / raw)
  To: thomas; +Cc: web, beilei.xing, Mingxia Liu

This driver is for Intel® IPU E2100 (Device ID: 0x1453).
And this driver is added at DPDK 23.03 release.

Signed-off-by: Mingxia Liu <mingxia.liu@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 1564d33..e4bf0c1 100644
--- a/content/supported/nics/intel.md
+++ b/content/supported/nics/intel.md
@@ -1,9 +1,10 @@
 +++
 title = "Intel"
-description = "e1000, ixgbe, i40e, ice, idpf, fm10k, ipn3ke, ifc, igc"
+description = "cpfl, e1000, ixgbe, i40e, ice, idpf, fm10k, ipn3ke, ifc, igc"
 hidden = true
 +++
 
+- [cpfl](//doc.dpdk.org/guides/nics/cpfl.html) (IPU E2100)
 - [e1000](//doc.dpdk.org/guides/nics/e1000em.html) (82540, 82545, 82546)
 - [e1000e](//git.dpdk.org/dpdk/tree/drivers/net/e1000/) (82571, 82572, 82573, 82574, 82583, ICH8, ICH9, ICH10, PCH, PCH2, I217, I218, I219)
 - [igb](//doc.dpdk.org/guides/nics/igb.html) (82573, 82576, 82580, I210, I211, I350, I354, DH89xx)
-- 
2.25.1


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

* RE: [PATCH] add Intel cpfl to supported NICs
  2023-03-14  2:07 [PATCH] add Intel cpfl to supported NICs Mingxia Liu
@ 2023-03-14  4:06 ` Xing, Beilei
  2023-03-14  5:39   ` Liu, Mingxia
  2023-03-14  4:40 ` [PATCH v2] " Mingxia Liu
  2023-03-14  9:47 ` [PATCH] " Thomas Monjalon
  2 siblings, 1 reply; 10+ messages in thread
From: Xing, Beilei @ 2023-03-14  4:06 UTC (permalink / raw)
  To: Liu, Mingxia, thomas; +Cc: web



> -----Original Message-----
> From: Liu, Mingxia <mingxia.liu@intel.com>
> Sent: Tuesday, March 14, 2023 10:08 AM
> To: thomas@monjalon.net
> Cc: web@dpdk.org; Xing, Beilei <beilei.xing@intel.com>; Liu, Mingxia
> <mingxia.liu@intel.com>
> Subject: [PATCH] add Intel cpfl to supported NICs
> 
> This driver is for Intel® IPU E2100 (Device ID: 0x1453).
> And this driver is added at DPDK 23.03 release.
> 
> Signed-off-by: Mingxia Liu <mingxia.liu@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 1564d33..e4bf0c1 100644
> --- a/content/supported/nics/intel.md
> +++ b/content/supported/nics/intel.md
> @@ -1,9 +1,10 @@
>  +++
>  title = "Intel"
> -description = "e1000, ixgbe, i40e, ice, idpf, fm10k, ipn3ke, ifc, igc"
> +description = "cpfl, e1000, ixgbe, i40e, ice, idpf, fm10k, ipn3ke, ifc, igc"

It's better to add cpfl after idpf.

>  hidden = true
>  +++
> 
> +- [cpfl](//doc.dpdk.org/guides/nics/cpfl.html) (IPU E2100)
Ditto.

>  - [e1000](//doc.dpdk.org/guides/nics/e1000em.html) (82540, 82545, 82546)
>  - [e1000e](//git.dpdk.org/dpdk/tree/drivers/net/e1000/) (82571, 82572,
> 82573, 82574, 82583, ICH8, ICH9, ICH10, PCH, PCH2, I217, I218, I219)
>  - [igb](//doc.dpdk.org/guides/nics/igb.html) (82573, 82576, 82580, I210, I211,
> I350, I354, DH89xx)
> --
> 2.25.1


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

* [PATCH v2] add Intel cpfl to supported NICs
  2023-03-14  2:07 [PATCH] add Intel cpfl to supported NICs Mingxia Liu
  2023-03-14  4:06 ` Xing, Beilei
@ 2023-03-14  4:40 ` Mingxia Liu
  2023-03-14  9:48   ` Thomas Monjalon
  2023-03-15  6:41   ` [PATCH v3] " Mingxia Liu
  2023-03-14  9:47 ` [PATCH] " Thomas Monjalon
  2 siblings, 2 replies; 10+ messages in thread
From: Mingxia Liu @ 2023-03-14  4:40 UTC (permalink / raw)
  To: thomas; +Cc: web, beilei.xing, Mingxia Liu

This driver is for Intel® IPU E2100 (Device ID: 0x1453).
And this driver is added at DPDK 23.03 release.

Signed-off-by: Mingxia Liu <mingxia.liu@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 1564d33..fcc1850 100644
--- a/content/supported/nics/intel.md
+++ b/content/supported/nics/intel.md
@@ -1,6 +1,6 @@
 +++
 title = "Intel"
-description = "e1000, ixgbe, i40e, ice, idpf, fm10k, ipn3ke, ifc, igc"
+description = "e1000, ixgbe, i40e, ice, idpf, cpfl, fm10k, ipn3ke, ifc, igc"
 hidden = true
 +++
 
@@ -12,6 +12,7 @@ hidden = true
 - [i40e](//doc.dpdk.org/guides/nics/i40e.html) (X710, XL710, X722, XXV710)
 - [ice](//doc.dpdk.org/guides/nics/ice.html) (E810, E822, E823)
 - [idpf](//doc.dpdk.org/guides/nics/idpf.html) (IPU E2100)
+- [cpfl](//doc.dpdk.org/guides/nics/cpfl.html) (IPU E2100)
 - [fm10k](//doc.dpdk.org/guides/nics/fm10k.html) (FM10420)
 - [ipn3ke](//doc.dpdk.org/guides/nics/ipn3ke.html) (PAC N3000)
 - [ifc](//doc.dpdk.org/guides/vdpadevs/ifc.html) (IFC)
-- 
2.25.1


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

* RE: [PATCH] add Intel cpfl to supported NICs
  2023-03-14  4:06 ` Xing, Beilei
@ 2023-03-14  5:39   ` Liu, Mingxia
  2023-03-14 17:59     ` Stephen Hemminger
  0 siblings, 1 reply; 10+ messages in thread
From: Liu, Mingxia @ 2023-03-14  5:39 UTC (permalink / raw)
  To: Xing, Beilei, thomas; +Cc: web



> -----Original Message-----
> From: Xing, Beilei <beilei.xing@intel.com>
> Sent: Tuesday, March 14, 2023 12:07 PM
> To: Liu, Mingxia <mingxia.liu@intel.com>; thomas@monjalon.net
> Cc: web@dpdk.org
> Subject: RE: [PATCH] add Intel cpfl to supported NICs
> 
> 
> 
> > -----Original Message-----
> > From: Liu, Mingxia <mingxia.liu@intel.com>
> > Sent: Tuesday, March 14, 2023 10:08 AM
> > To: thomas@monjalon.net
> > Cc: web@dpdk.org; Xing, Beilei <beilei.xing@intel.com>; Liu, Mingxia
> > <mingxia.liu@intel.com>
> > Subject: [PATCH] add Intel cpfl to supported NICs
> >
> > This driver is for Intel® IPU E2100 (Device ID: 0x1453).
> > And this driver is added at DPDK 23.03 release.
> >
> > Signed-off-by: Mingxia Liu <mingxia.liu@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 1564d33..e4bf0c1 100644
> > --- a/content/supported/nics/intel.md
> > +++ b/content/supported/nics/intel.md
> > @@ -1,9 +1,10 @@
> >  +++
> >  title = "Intel"
> > -description = "e1000, ixgbe, i40e, ice, idpf, fm10k, ipn3ke, ifc, igc"
> > +description = "cpfl, e1000, ixgbe, i40e, ice, idpf, fm10k, ipn3ke, ifc, igc"
> 
> It's better to add cpfl after idpf.
> 
[Liu, Mingxia] ok, v2 sent.
> >  hidden = true
> >  +++
> >
> > +- [cpfl](//doc.dpdk.org/guides/nics/cpfl.html) (IPU E2100)
> Ditto.
> 
> >  - [e1000](//doc.dpdk.org/guides/nics/e1000em.html) (82540, 82545,
> > 82546)
> >  - [e1000e](//git.dpdk.org/dpdk/tree/drivers/net/e1000/) (82571,
> > 82572, 82573, 82574, 82583, ICH8, ICH9, ICH10, PCH, PCH2, I217, I218,
> > I219)
> >  - [igb](//doc.dpdk.org/guides/nics/igb.html) (82573, 82576, 82580,
> > I210, I211, I350, I354, DH89xx)
> > --
> > 2.25.1


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

* Re: [PATCH] add Intel cpfl to supported NICs
  2023-03-14  2:07 [PATCH] add Intel cpfl to supported NICs Mingxia Liu
  2023-03-14  4:06 ` Xing, Beilei
  2023-03-14  4:40 ` [PATCH v2] " Mingxia Liu
@ 2023-03-14  9:47 ` Thomas Monjalon
  2 siblings, 0 replies; 10+ messages in thread
From: Thomas Monjalon @ 2023-03-14  9:47 UTC (permalink / raw)
  To: Mingxia Liu; +Cc: web, beilei.xing

14/03/2023 03:07, Mingxia Liu:
> This driver is for Intel® IPU E2100 (Device ID: 0x1453).
> And this driver is added at DPDK 23.03 release.
> 
> Signed-off-by: Mingxia Liu <mingxia.liu@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 1564d33..e4bf0c1 100644
> --- a/content/supported/nics/intel.md
> +++ b/content/supported/nics/intel.md
> @@ -1,9 +1,10 @@
>  +++
>  title = "Intel"
> -description = "e1000, ixgbe, i40e, ice, idpf, fm10k, ipn3ke, ifc, igc"
> +description = "cpfl, e1000, ixgbe, i40e, ice, idpf, fm10k, ipn3ke, ifc, igc"

What is the sorting here? It there a logic?

>  hidden = true
>  +++
>  
> +- [cpfl](//doc.dpdk.org/guides/nics/cpfl.html) (IPU E2100)
>  - [e1000](//doc.dpdk.org/guides/nics/e1000em.html) (82540, 82545, 82546)
>  - [e1000e](//git.dpdk.org/dpdk/tree/drivers/net/e1000/) (82571, 82572, 82573, 82574, 82583, ICH8, ICH9, ICH10, PCH, PCH2, I217, I218, I219)
>  - [igb](//doc.dpdk.org/guides/nics/igb.html) (82573, 82576, 82580, I210, I211, I350, I354, DH89xx)
> 






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

* Re: [PATCH v2] add Intel cpfl to supported NICs
  2023-03-14  4:40 ` [PATCH v2] " Mingxia Liu
@ 2023-03-14  9:48   ` Thomas Monjalon
  2023-03-15  6:41   ` [PATCH v3] " Mingxia Liu
  1 sibling, 0 replies; 10+ messages in thread
From: Thomas Monjalon @ 2023-03-14  9:48 UTC (permalink / raw)
  To: Mingxia Liu; +Cc: web, beilei.xing, Mingxia Liu

14/03/2023 05:40, Mingxia Liu:
> This driver is for Intel® IPU E2100 (Device ID: 0x1453).
> And this driver is added at DPDK 23.03 release.
> 
> Signed-off-by: Mingxia Liu <mingxia.liu@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 1564d33..fcc1850 100644
> --- a/content/supported/nics/intel.md
> +++ b/content/supported/nics/intel.md
> @@ -1,6 +1,6 @@
>  +++
>  title = "Intel"
> -description = "e1000, ixgbe, i40e, ice, idpf, fm10k, ipn3ke, ifc, igc"
> +description = "e1000, ixgbe, i40e, ice, idpf, cpfl, fm10k, ipn3ke, ifc, igc"

Please check the sorting of the rest, I don't understand the logic.




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

* Re: [PATCH] add Intel cpfl to supported NICs
  2023-03-14  5:39   ` Liu, Mingxia
@ 2023-03-14 17:59     ` Stephen Hemminger
  2023-03-15  7:12       ` Liu, Mingxia
  0 siblings, 1 reply; 10+ messages in thread
From: Stephen Hemminger @ 2023-03-14 17:59 UTC (permalink / raw)
  To: Liu, Mingxia; +Cc: Xing, Beilei, thomas, web

On Tue, 14 Mar 2023 05:39:43 +0000
"Liu, Mingxia" <mingxia.liu@intel.com> wrote:

> > > -description = "e1000, ixgbe, i40e, ice, idpf, fm10k, ipn3ke, ifc, igc"
> > > +description = "cpfl, e1000, ixgbe, i40e, ice, idpf, fm10k, ipn3ke, ifc, igc"  
> > 
> > It's better to add cpfl after idpf.
> >   
> [Liu, Mingxia] ok, v2 sent.

Alphabetic sort would make more sense to user.
Current order seems to be based on Intel release date.

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

* [PATCH v3] add Intel cpfl to supported NICs
  2023-03-14  4:40 ` [PATCH v2] " Mingxia Liu
  2023-03-14  9:48   ` Thomas Monjalon
@ 2023-03-15  6:41   ` Mingxia Liu
  2023-03-31  8:38     ` Thomas Monjalon
  1 sibling, 1 reply; 10+ messages in thread
From: Mingxia Liu @ 2023-03-15  6:41 UTC (permalink / raw)
  To: thomas; +Cc: web, beilei.xing, Mingxia Liu

This driver is for Intel® IPU E2100 (Device ID: 0x1453).
And this driver is added at DPDK 23.03 release.

Signed-off-by: Mingxia Liu <mingxia.liu@intel.com>
---
 content/supported/nics/intel.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/content/supported/nics/intel.md b/content/supported/nics/intel.md
index 1564d33..b9bf440 100644
--- a/content/supported/nics/intel.md
+++ b/content/supported/nics/intel.md
@@ -1,20 +1,21 @@
 +++
 title = "Intel"
-description = "e1000, ixgbe, i40e, ice, idpf, fm10k, ipn3ke, ifc, igc"
+description = "cpfl, e1000, fm10k, i40e, ice, idpf, ifc, igc, ipn3ke, ixgbe"
 hidden = true
 +++
 
+- [cpfl](//doc.dpdk.org/guides/nics/cpfl.html) (IPU E2100)
 - [e1000](//doc.dpdk.org/guides/nics/e1000em.html) (82540, 82545, 82546)
 - [e1000e](//git.dpdk.org/dpdk/tree/drivers/net/e1000/) (82571, 82572, 82573, 82574, 82583, ICH8, ICH9, ICH10, PCH, PCH2, I217, I218, I219)
-- [igb](//doc.dpdk.org/guides/nics/igb.html) (82573, 82576, 82580, I210, I211, I350, I354, DH89xx)
-- [igc](//doc.dpdk.org/guides/nics/igc.html) (I225, I226)
-- [ixgbe](//doc.dpdk.org/guides/nics/ixgbe.html) (82598, 82599, X520, X540, X550)
+- [fm10k](//doc.dpdk.org/guides/nics/fm10k.html) (FM10420)
 - [i40e](//doc.dpdk.org/guides/nics/i40e.html) (X710, XL710, X722, XXV710)
 - [ice](//doc.dpdk.org/guides/nics/ice.html) (E810, E822, E823)
 - [idpf](//doc.dpdk.org/guides/nics/idpf.html) (IPU E2100)
-- [fm10k](//doc.dpdk.org/guides/nics/fm10k.html) (FM10420)
-- [ipn3ke](//doc.dpdk.org/guides/nics/ipn3ke.html) (PAC N3000)
 - [ifc](//doc.dpdk.org/guides/vdpadevs/ifc.html) (IFC)
+- [igb](//doc.dpdk.org/guides/nics/igb.html) (82573, 82576, 82580, I210, I211, I350, I354, DH89xx)
+- [igc](//doc.dpdk.org/guides/nics/igc.html) (I225, I226)
+- [ipn3ke](//doc.dpdk.org/guides/nics/ipn3ke.html) (PAC N3000)
+- [ixgbe](//doc.dpdk.org/guides/nics/ixgbe.html) (82598, 82599, X520, X540, X550)
 
 {{% notice note %}}
 Note: The drivers e1000 and e1000e are also called em. The drivers em and igb are sometimes grouped in e1000 family.
-- 
2.25.1


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

* RE: [PATCH] add Intel cpfl to supported NICs
  2023-03-14 17:59     ` Stephen Hemminger
@ 2023-03-15  7:12       ` Liu, Mingxia
  0 siblings, 0 replies; 10+ messages in thread
From: Liu, Mingxia @ 2023-03-15  7:12 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: Xing, Beilei, thomas, web



> -----Original Message-----
> From: Stephen Hemminger <stephen@networkplumber.org>
> Sent: Wednesday, March 15, 2023 2:00 AM
> To: Liu, Mingxia <mingxia.liu@intel.com>
> Cc: Xing, Beilei <beilei.xing@intel.com>; thomas@monjalon.net;
> web@dpdk.org
> Subject: Re: [PATCH] add Intel cpfl to supported NICs
> 
> On Tue, 14 Mar 2023 05:39:43 +0000
> "Liu, Mingxia" <mingxia.liu@intel.com> wrote:
> 
> > > > -description = "e1000, ixgbe, i40e, ice, idpf, fm10k, ipn3ke, ifc, igc"
> > > > +description = "cpfl, e1000, ixgbe, i40e, ice, idpf, fm10k, ipn3ke, ifc,
> igc"
> > >
> > > It's better to add cpfl after idpf.
> > >
> > [Liu, Mingxia] ok, v2 sent.
> 
> Alphabetic sort would make more sense to user.
> Current order seems to be based on Intel release date.
[Liu, Mingxia] I will update them to alphabetic sort.
	

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

* Re: [PATCH v3] add Intel cpfl to supported NICs
  2023-03-15  6:41   ` [PATCH v3] " Mingxia Liu
@ 2023-03-31  8:38     ` Thomas Monjalon
  0 siblings, 0 replies; 10+ messages in thread
From: Thomas Monjalon @ 2023-03-31  8:38 UTC (permalink / raw)
  To: Mingxia Liu; +Cc: web, beilei.xing

15/03/2023 07:41, Mingxia Liu:
> This driver is for Intel® IPU E2100 (Device ID: 0x1453).
> And this driver is added at DPDK 23.03 release.
> 
> Signed-off-by: Mingxia Liu <mingxia.liu@intel.com>

Applied, thanks.




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

end of thread, other threads:[~2023-03-31  8:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-14  2:07 [PATCH] add Intel cpfl to supported NICs Mingxia Liu
2023-03-14  4:06 ` Xing, Beilei
2023-03-14  5:39   ` Liu, Mingxia
2023-03-14 17:59     ` Stephen Hemminger
2023-03-15  7:12       ` Liu, Mingxia
2023-03-14  4:40 ` [PATCH v2] " Mingxia Liu
2023-03-14  9:48   ` Thomas Monjalon
2023-03-15  6:41   ` [PATCH v3] " Mingxia Liu
2023-03-31  8:38     ` Thomas Monjalon
2023-03-14  9:47 ` [PATCH] " 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).