From patchwork Thu Aug 3 14:54:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 27415 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 6A2A4325D; Thu, 3 Aug 2017 16:54:23 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 22D8E324C for ; Thu, 3 Aug 2017 16:54:22 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CF5F220993; Thu, 3 Aug 2017 10:54:21 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 03 Aug 2017 10:54:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:date:from:message-id:subject:to:x-me-sender:x-me-sender :x-sasl-enc:x-sasl-enc; s=mesmtp; bh=ZPRG+NQcexleWeeS7RqMHXPBnws Pu7U9RLBV208KZ8M=; b=bjdA3sJfOk8R229BZLjegHJMdcll7EyXGZ2iGFzB0Fm 31+rQwcoywYUkIjjQ9yUJGptg+S8YaFP1erGO0FYP9iHCwXLCBQD21Lca5mb+YV0 gQa3iOnaCX16LuCRO2W+aXlEqpSCsh/lA5HhxGzF8Ce++rPHrZ0WDXe9zVrzGhN8 = DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:message-id:subject:to :x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=ZPRG+N QcexleWeeS7RqMHXPBnwsPu7U9RLBV208KZ8M=; b=U/lc4BtGZ3C5mgOrhkWkr4 Mq6ogfCDLNphiJEJLdWgI7cpnTniCD2jcF/owWxrSxpTP4kVvdLTUIiyVimROzE+ jv1XNCQoaaVRSLUigeAX4ZvQoVh3L8+4dPZCrgrQcNJy/QdinoAVB4nBmWmdqRBm KUYBYrph9WqqLar3PmvsdfO1eBfRPh3nycLi3QVYcdGUW5qbxK2pRUdFRJeJac7K xu0+/K3usn/Cfc2XeQ4j1Dwgp8kM0nw6r8m8OPa25+7neMOH4fDif2T8z/T+WJpB NpIJahfwY2w5lA1koJhIObUjJlxTM2QoHEN7dBNdBlSZhCmbvdK1npfP6ghybkrQ == X-ME-Sender: X-Sasl-enc: CONB48bZLT02EuM5vBpeHAvyD4EGbXVrOD7Hg/zCyugv 1501772061 Received: from xps.monjalon.net (196.114.118.80.rev.sfr.net [80.118.114.196]) by mail.messagingengine.com (Postfix) with ESMTPA id D78B87FA5D; Thu, 3 Aug 2017 10:54:20 -0400 (EDT) From: Thomas Monjalon To: john.mcnamara@intel.com Cc: dev@dpdk.org Date: Thu, 3 Aug 2017 16:54:15 +0200 Message-Id: <20170803145415.15047-1-thomas@monjalon.net> X-Mailer: git-send-email 2.13.2 Subject: [dpdk-dev] [PATCH] doc: remove outdate list of supported OS X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" It is very difficult to list OS which are really supported. Instead of continuing this unrealistic effort, a more reliable list of tested platforms and OS is updated in the release notes. Signed-off-by: Thomas Monjalon Acked-by: John McNamara --- doc/guides/rel_notes/index.rst | 1 - doc/guides/rel_notes/supported_os.rst | 49 ----------------------------------- 2 files changed, 50 deletions(-) delete mode 100644 doc/guides/rel_notes/supported_os.rst diff --git a/doc/guides/rel_notes/index.rst b/doc/guides/rel_notes/index.rst index 8ef07d4e4..b3c8090aa 100644 --- a/doc/guides/rel_notes/index.rst +++ b/doc/guides/rel_notes/index.rst @@ -46,6 +46,5 @@ Release Notes release_2_1 release_2_0 release_1_8 - supported_os known_issues deprecation diff --git a/doc/guides/rel_notes/supported_os.rst b/doc/guides/rel_notes/supported_os.rst deleted file mode 100644 index 92218c184..000000000 --- a/doc/guides/rel_notes/supported_os.rst +++ /dev/null @@ -1,49 +0,0 @@ -.. BSD LICENSE - Copyright(c) 2010-2014 Intel Corporation. All rights reserved. - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - * Neither the name of Intel Corporation nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -Supported Operating Systems -=========================== - -The following Linux distributions were successfully used to compiler or run DPDK. - -* FreeBSD 10 - -* Fedora release 20 - -* Ubuntu 14.04 LTS - -* Wind River Linux 6 - -* Red Hat Enterprise Linux 6.5 - -* SUSE Enterprise Linux 11 SP3 - -These distributions may need additional packages that are not installed by default, or a specific kernel. -Refer to the :ref:`Linux guide ` and :ref:`FreeBSD guide ` for details.