From patchwork Tue Aug 22 10:52:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xing, Beilei" X-Patchwork-Id: 130622 X-Patchwork-Delegate: qi.z.zhang@intel.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6E3EA430C9; Tue, 22 Aug 2023 04:33:41 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EE4294021D; Tue, 22 Aug 2023 04:33:40 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 7B0B440041 for ; Tue, 22 Aug 2023 04:33:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692671619; x=1724207619; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=3AkJMwZ4Z3scVjYW8U/294mUjk/YwhN2dhIT6K0C5GI=; b=cVYyuV0LnTW+yYVW8LcpozEd6FU4Te8/ap47vly+IPwHF9e9wZIlO74U II9AuvRwWY/K7UDPiihd+clQpV8apcg+id41zx8vU7apVIuIVaTupAHzr l5u8abr3LeBQc4sDCE7nuESuokxCGDM7XjPfJjaQPK+xQJcrZ38OitoQs P8DRxDEYaHSR+ViVbctnCpS7J1mvIaeuw43GNkKMpXU+QgpN+Md0bu+X5 lKrVDiilsBCjCsTOGD+PPP1fjVx2AO2hedjUreA1MJUJLLql9nzFmlAU9 RkafwS4c3QiTsQXFy1764lh7hQqZ16vQhMooXSzU5+J77TtcBZQVUsKdk w==; X-IronPort-AV: E=McAfee;i="6600,9927,10809"; a="353332018" X-IronPort-AV: E=Sophos;i="6.01,191,1684825200"; d="scan'208";a="353332018" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2023 19:33:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10809"; a="765587124" X-IronPort-AV: E=Sophos;i="6.01,191,1684825200"; d="scan'208";a="765587124" Received: from dpdk-beileix-icelake.sh.intel.com ([10.67.116.248]) by orsmga008.jf.intel.com with ESMTP; 21 Aug 2023 19:33:35 -0700 From: beilei.xing@intel.com To: jingjing.wu@intel.com, qi.z.zhang@intel.com Cc: dev@dpdk.org, Beilei Xing Subject: [PATCH] doc: update for Intel IPU Date: Tue, 22 Aug 2023 10:52:56 +0000 Message-Id: <20230822105256.328431-1-beilei.xing@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org From: Beilei Xing Remove *EXPERIMENTAL* for idpf and cpfl PMD. Signed-off-by: Beilei Xing --- doc/guides/nics/cpfl.rst | 4 ++-- doc/guides/nics/idpf.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst index 39a2b603f3..73376a9608 100644 --- a/doc/guides/nics/cpfl.rst +++ b/doc/guides/nics/cpfl.rst @@ -6,8 +6,8 @@ CPFL Poll Mode Driver ===================== -The [*EXPERIMENTAL*] cpfl PMD (**librte_net_cpfl**) provides poll mode driver support -for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100. +The cpfl PMD (**librte_net_cpfl**) provides poll mode driver support for +Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100. Please refer to https://www.intel.com/content/www/us/en/products/network-io/infrastructure-processing-units/asic/e2000-asic.html for more information. diff --git a/doc/guides/nics/idpf.rst b/doc/guides/nics/idpf.rst index c55f81fb24..50bc92d9ea 100644 --- a/doc/guides/nics/idpf.rst +++ b/doc/guides/nics/idpf.rst @@ -6,8 +6,8 @@ IDPF Poll Mode Driver ===================== -The [*EXPERIMENTAL*] idpf PMD (**librte_net_idpf**) provides poll mode driver support -for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100. +The idpf PMD (**librte_net_idpf**) provides poll mode driver support for +Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100. Linux Prerequisites