From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 44A5D41E8C; Tue, 14 Mar 2023 06:38:36 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 20C86410D1; Tue, 14 Mar 2023 06:38:36 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id DDABC40F16 for ; Tue, 14 Mar 2023 06:38:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1678772314; x=1710308314; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=fBwZ8mjJ143Ljj9AOMyXOJLk5fhhFb29s4GIsouaQYk=; b=CHyURX+znfFB23uVezzMBJ8dAm3wQHuK8LIUpPSMEv0sVvuitTVZZh3n b4rlce+ygP1b2nhQnTJcZYeFotaHr2lisEZq+dTr9A2SziPQBK/rhHmYM x8jzkRpCciI3kOWm/0WK+wECHyTh9nB6T9zFr/1hRHHBGaO62/9StqQBd nLqy9L15+2AMbZlmuL7+J0NKQtZLcyJnSqCOfuxk8szkpywts1+Rpsxgu fo3UK85zIvIPOhmhuKcRXMAsgd8uKeK5fjrRQr2EPF0tZlFYCEPuyPX/y NmoaI57yZ23QbKNnNUwSKFbCSyoMIcN+hPDajaGV/04UQt+UjnMEGgZlx g==; X-IronPort-AV: E=McAfee;i="6500,9779,10648"; a="334812324" X-IronPort-AV: E=Sophos;i="5.98,259,1673942400"; d="scan'208";a="334812324" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Mar 2023 22:38:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10648"; a="747872795" X-IronPort-AV: E=Sophos;i="5.98,259,1673942400"; d="scan'208";a="747872795" Received: from dpdk-mingxial-01.sh.intel.com ([10.67.119.238]) by fmsmga004.fm.intel.com with ESMTP; 13 Mar 2023 22:38:31 -0700 From: Mingxia Liu To: thomas@monjalon.net Cc: web@dpdk.org, beilei.xing@intel.com, Mingxia Liu Subject: [PATCH v2] add Intel cpfl to supported NICs Date: Tue, 14 Mar 2023 04:40:40 +0000 Message-Id: <20230314044040.1451443-1-mingxia.liu@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230314020759.1445151-1-mingxia.liu@intel.com> References: <20230314020759.1445151-1-mingxia.liu@intel.com> 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 --- 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