From patchwork Tue Mar 8 14:49:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Richardson X-Patchwork-Id: 108602 X-Patchwork-Delegate: thomas@monjalon.net 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 1A0BDA00C2; Tue, 8 Mar 2022 15:50:31 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 15043410F3; Tue, 8 Mar 2022 15:50:21 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id DE14640141 for ; Tue, 8 Mar 2022 15:50:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646751019; x=1678287019; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=SMuXqyZqFd2fM2Yy9dWw0+olCOoa+hD5O6J9juElKYk=; b=oAjT4p5kOX3j7FqNebc62V3uNup3cTZlA81ex2j5ViCI2TQIIVrhwzNr IuS8d3rUfMipUIC0guip4/HIZisoaWqiAYwSiqfMlCqBYI3SLlZ/K7sAF 9736WjANq1VCaE0/glsF4rMXtaP0gbxhw11d6L7KbTQP82DGsxv4g7y6J jlIeaKJMDm0cuFiV+k0LlVu6eCSLSOUasQXO6+r7VsLwFr2ivvte8AD77 heDoMkbeGD2Ag5XbnVvQPld1sGCnF+lMQq9dO7j6A601pPN7FVcbMcHuM iGjOizrzwbODljNkxJOSeX31BSiRIjmYH4piEsEtLV8Rvq7MhKZ1dCd87 w==; X-IronPort-AV: E=McAfee;i="6200,9189,10279"; a="253527937" X-IronPort-AV: E=Sophos;i="5.90,165,1643702400"; d="scan'208";a="253527937" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Mar 2022 06:50:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,165,1643702400"; d="scan'208";a="510118223" Received: from silpixa00399126.ir.intel.com ([10.237.223.34]) by orsmga002.jf.intel.com with ESMTP; 08 Mar 2022 06:50:17 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: john.mcnamara@intel.com, Bruce Richardson Subject: [PATCH 2/5] doc/linux_gsg: drop note about old chipset Date: Tue, 8 Mar 2022 14:49:58 +0000 Message-Id: <20220308145001.529734-3-bruce.richardson@intel.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220308145001.529734-1-bruce.richardson@intel.com> References: <20220308145001.529734-1-bruce.richardson@intel.com> 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 The chipsets referenced in the note[1] were all launched in 2012 and are now discontinued, so we can drop the note about them at this stage. [1] https://ark.intel.com/content/www/us/en/ark/products/codename/44946/products-formerly-cave-creek.html Signed-off-by: Bruce Richardson --- doc/guides/linux_gsg/sys_reqs.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst index 9dccd54d9c..6f8799504a 100644 --- a/doc/guides/linux_gsg/sys_reqs.rst +++ b/doc/guides/linux_gsg/sys_reqs.rst @@ -8,11 +8,6 @@ System Requirements This chapter describes the packages required to compile the DPDK. -.. note:: - - If the DPDK is being used on an Intel\ |reg| Communications Chipset 89xx Series platform, - please consult the *Intel\ |reg| Communications Chipset 89xx Series Software for Linux Getting Started Guide*. - BIOS Setting Prerequisite on x86 --------------------------------