[v3] add Intel cpfl to supported NICs

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

Commit Message

Liu, Mingxia March 15, 2023, 6:41 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 | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
  

Comments

Thomas Monjalon March 31, 2023, 8:38 a.m. UTC | #1
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.
  

Patch

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.