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 275BBA00C2; Tue, 1 Nov 2022 07:43:21 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A7BD240223; Tue, 1 Nov 2022 07:43:20 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 6879440156 for ; Tue, 1 Nov 2022 07:43:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667284999; x=1698820999; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=uNgfw6i8efCtHZDEMAync9cEgBnbRk8XCaTyZ4hhJAc=; b=DwqdnWkNPDb3tFg34C1KUFrB5HSN7cwfyU90WQG0nkVeMKquYTUXQ2ES hRs2IjIe9oqKWdhpTZuwMGA73CRKOXuJRGpSE9VOzw8feOALLGYDWB2mw 4lZkxt2wGj4tQEiS0soEYxCL4WNhAgBNZp5D7Holt2472UEDeLiu1T44o fxOozAAlpaZEqAjpEfcB4nHQYJPeK6rujcrqo+XpDkM+g33igjz9zuSNW Wrg5iwknS23C0O0SwtA2PH+mnzFPxaPV1ENRHrlsiynX4muJJfNcKbl13 Zy4r7J0UQEluvv1uskQHncDxNqE1zLyL+uBDuVBUetFxZ5UFuN85KQ5bf Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10517"; a="395390675" X-IronPort-AV: E=Sophos;i="5.95,230,1661842800"; d="scan'208";a="395390675" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Oct 2022 23:43:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10517"; a="776403519" X-IronPort-AV: E=Sophos;i="5.95,230,1661842800"; d="scan'208";a="776403519" Received: from dpdk-beileix-3.sh.intel.com ([10.67.110.253]) by fmsmga001.fm.intel.com with ESMTP; 31 Oct 2022 23:43:09 -0700 From: beilei.xing@intel.com To: jingjing.wu@intel.com Cc: dev@dpdk.org, Beilei Xing Subject: [PATCH] doc: correct product name for idpf Date: Tue, 1 Nov 2022 06:12:50 +0000 Message-Id: <20221101061250.112856-1-beilei.xing@intel.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 This patch corrects the product name for idpf PMD. Fixes: 549343c25db8 ("net/idpf: support device initialization") Signed-off-by: Beilei Xing --- doc/guides/nics/idpf.rst | 2 +- doc/guides/rel_notes/release_22_11.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/nics/idpf.rst b/doc/guides/nics/idpf.rst index 15c0e58a2f..b5c3aa5763 100644 --- a/doc/guides/nics/idpf.rst +++ b/doc/guides/nics/idpf.rst @@ -7,7 +7,7 @@ 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) E2000. +for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100. Linux Prerequisites diff --git a/doc/guides/rel_notes/release_22_11.rst b/doc/guides/rel_notes/release_22_11.rst index 61f7d4d0aa..699c1231fa 100644 --- a/doc/guides/rel_notes/release_22_11.rst +++ b/doc/guides/rel_notes/release_22_11.rst @@ -161,7 +161,7 @@ New Features * **Added Intel idpf driver.** Added the new ``idpf`` net driver - for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2000. + for Intel\ |reg| Infrastructure Processing Unit (Intel\ |reg| IPU) E2100. See the :doc:`../nics/idpf` NIC guide for more details on this new driver. * **Updated Marvell cnxk driver.** -- 2.26.2