From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <web-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id DA55A41E89;
	Tue, 14 Mar 2023 04:07:10 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id AD465410D1;
	Tue, 14 Mar 2023 04:07:10 +0100 (CET)
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by mails.dpdk.org (Postfix) with ESMTP id 3593F40F16
 for <web@dpdk.org>; Tue, 14 Mar 2023 04:07:09 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=Intel;
 t=1678763229; x=1710299229;
 h=from:to:cc:subject:date:message-id:mime-version:
 content-transfer-encoding;
 bh=LD73BbZjJvASuGz8r1fSCkCnThHBiUsT7SPOkpjsLw4=;
 b=lqscjheV+OibwWn4Hw5MtcZ1l3QcRC8EkyFOnfjWxZEa6mZA3LA+7tI8
 rIhdsgXZmCAPHZ9LTOr/BnUmSLNjGoiHwp9yVD0uzd02iB/gVTPOb3QXi
 8u5Lz5/Ni+uCHW4/mQhwDlBFXygJkPFeq8esnPP8gE1+lUmIPfVhQTiI7
 29JVt0OARDJy0pXI9vyRPb6bRti4UZoO6Otb2hKsAbU7pBNnhs0PHPqwr
 DesLhBgUQRwt6N0JZIECq69TkQPOCh48WXYuk332mLRkaZPEClZewVlZA
 eiUEirPdC9yrCBZSavUHu6s4Iz2Bki0QkNw+GYYiAPxC02v5cvU0GX5Fm w==;
X-IronPort-AV: E=McAfee;i="6500,9779,10648"; a="364980562"
X-IronPort-AV: E=Sophos;i="5.98,258,1673942400"; d="scan'208";a="364980562"
Received: from orsmga007.jf.intel.com ([10.7.209.58])
 by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 13 Mar 2023 20:05:51 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=McAfee;i="6500,9779,10648"; a="672166010"
X-IronPort-AV: E=Sophos;i="5.98,258,1673942400"; d="scan'208";a="672166010"
Received: from dpdk-mingxial-01.sh.intel.com ([10.67.119.238])
 by orsmga007.jf.intel.com with ESMTP; 13 Mar 2023 20:05:50 -0700
From: Mingxia Liu <mingxia.liu@intel.com>
To: thomas@monjalon.net
Cc: web@dpdk.org, beilei.xing@intel.com, Mingxia Liu <mingxia.liu@intel.com>
Subject: [PATCH] add Intel cpfl to supported NICs
Date: Tue, 14 Mar 2023 02:07:59 +0000
Message-Id: <20230314020759.1445151-1-mingxia.liu@intel.com>
X-Mailer: git-send-email 2.25.1
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: web@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK website maintenance <web.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/web>,
 <mailto:web-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/web/>
List-Post: <mailto:web@dpdk.org>
List-Help: <mailto:web-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/web>,
 <mailto:web-request@dpdk.org?subject=subscribe>
Errors-To: web-bounces@dpdk.org

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