From patchwork Thu Mar 10 12:38:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Richardson X-Patchwork-Id: 108646 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 5C697A0093; Thu, 10 Mar 2022 13:39:07 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 215E341144; Thu, 10 Mar 2022 13:39:00 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 8D0904114A for ; Thu, 10 Mar 2022 13:38:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646915938; x=1678451938; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=SMuXqyZqFd2fM2Yy9dWw0+olCOoa+hD5O6J9juElKYk=; b=Wp8TuhW1z25UraznNPlrOWvKzMj5Kljjn56BctLzugzExdyl5bocCI1p nb2IS6EjhN4YLMutBzUTFj1DawayyzaAS+e7F5TXvqaDlPr7BmsIZuVlD 5O6oMal6cE+rbIX0EcOWWt+KFdBNYM343dwOMG558dyuxTlZnaa7fxANJ FMUnC8DriqJTGcpyi4b45o1W3+2IMQhzYTgkpXCMyLCrVGeCg0AD9Sewn HPM4N4goRhkPxk1JbT3YpHZy1Z514i50o8HXGYvUIMZjEslhF+lsYWJ7K 5PwahPupa9scZyC2P2WfPVToFUIjEOpHKWOh16+DK1bz6HLOZwUW9ZPu0 Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10281"; a="315957606" X-IronPort-AV: E=Sophos;i="5.90,170,1643702400"; d="scan'208";a="315957606" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2022 04:38:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,170,1643702400"; d="scan'208";a="513970201" Received: from silpixa00399126.ir.intel.com ([10.237.223.34]) by orsmga006.jf.intel.com with ESMTP; 10 Mar 2022 04:38:55 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: john.mcnamara@intel.com, Bruce Richardson Subject: [PATCH v2 2/8] doc/linux_gsg: drop note about old chipset Date: Thu, 10 Mar 2022 12:38:37 +0000 Message-Id: <20220310123843.612207-3-bruce.richardson@intel.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220310123843.612207-1-bruce.richardson@intel.com> References: <20220308145001.529734-1-bruce.richardson@intel.com> <20220310123843.612207-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 --------------------------------