add Intel idpf to supported NICs

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

Commit Message

Junfeng Guo Nov. 2, 2022, 2:28 a.m. UTC
  This driver is for IntelĀ® IPU E2100 (Device ID: 0x1452).
And this driver is added at DPDK 22.11 release.

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>
---
 content/supported/nics/intel.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Comments

Thomas Monjalon Nov. 9, 2022, 9:30 p.m. UTC | #1
02/11/2022 03:28, Junfeng Guo:
> This driver is for IntelĀ® IPU E2100 (Device ID: 0x1452).
> And this driver is added at DPDK 22.11 release.
> 
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>
> Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>

Applied, thanks.
  

Patch

diff --git a/content/supported/nics/intel.md b/content/supported/nics/intel.md
index 22ec2e9..2f0ba9a 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, idpf, fm10k, ipn3ke, ifc, igc"
 hidden = true
 +++
 
@@ -11,6 +11,7 @@  hidden = true
 - [ixgbe](//doc.dpdk.org/guides/nics/ixgbe.html) (82598, 82599, X520, X540, X550)
 - [i40e](//doc.dpdk.org/guides/nics/i40e.html) (X710, XL710, X722, XXV710)
 - [ice](//doc.dpdk.org/guides/nics/ice.html) (E810)
+- [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)