[v2] add Intel cpfl to supported NICs

Message ID 20230314044040.1451443-1-mingxia.liu@intel.com (mailing list archive)
State Superseded
Headers
Series [v2] add Intel cpfl to supported NICs |

Commit Message

Liu, Mingxia March 14, 2023, 4:40 a.m. UTC
  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(-)
  

Comments

Thomas Monjalon March 14, 2023, 9:48 a.m. UTC | #1
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.
  

Patch

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)