From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9E991A0524; Fri, 27 Nov 2020 16:29:37 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6B9D0C93C; Fri, 27 Nov 2020 16:29:36 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 84296C938 for ; Fri, 27 Nov 2020 16:29:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1606490972; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=JCsMCGA0+30JXGuHfkxNhdfOPrHwG+Wq0Djf2LnD2aM=; b=UKGUBuiC/sKNjSFz+tjVxGwtgJlrZoW3Umo6RspE4FgAPMqUm+tWLAM41GSeyWovHb+mJx ScYt1qx6Q7eT+oI0eAczasu2oc4SXi4ADJJ4mH5zxMnSsIALt1T6ILekfo2W6YZF3EIBgk hsazaaiPl5uTI0UfxWZctdWZGDMsdkg= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-460-Xj9GSpMIOYOgBwL3BW0p2g-1; Fri, 27 Nov 2020 10:29:28 -0500 X-MC-Unique: Xj9GSpMIOYOgBwL3BW0p2g-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6679D8049C6; Fri, 27 Nov 2020 15:29:27 +0000 (UTC) Received: from localhost.localdomain (unknown [10.36.110.44]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5A98110013C1; Fri, 27 Nov 2020 15:29:22 +0000 (UTC) To: David Marchand , dev@dpdk.org Cc: thomas@monjalon.net, Nicolas Chautru , Ray Kinsella , Neil Horman References: <20201127150710.16082-1-david.marchand@redhat.com> From: Maxime Coquelin Message-ID: Date: Fri, 27 Nov 2020 16:29:20 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <20201127150710.16082-1-david.marchand@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=maxime.coquelin@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] remove dpdk-setup.sh 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" On 11/27/20 4:07 PM, David Marchand wrote: > This old script relied on deprecated stuff, and especially make. > It also applied some scary 666 permissions on files under /dev/vfio. > > Its deprecation had been notified in a previous release, remove it. > > Signed-off-by: David Marchand > --- > doc/guides/bbdevs/acc100.rst | 15 +- > doc/guides/bbdevs/fpga_5gnr_fec.rst | 20 +- > doc/guides/bbdevs/fpga_lte_fec.rst | 20 +- > doc/guides/faq/faq.rst | 3 +- > doc/guides/linux_gsg/build_dpdk.rst | 5 - > doc/guides/linux_gsg/build_sample_apps.rst | 5 - > doc/guides/linux_gsg/index.rst | 1 - > doc/guides/linux_gsg/linux_drivers.rst | 1 - > doc/guides/linux_gsg/quick_start.rst | 304 ---------- > doc/guides/rel_notes/deprecation.rst | 5 - > doc/guides/rel_notes/release_20_11.rst | 2 + > usertools/dpdk-setup.sh | 609 --------------------- > 12 files changed, 6 insertions(+), 984 deletions(-) > delete mode 100644 doc/guides/linux_gsg/quick_start.rst > delete mode 100755 usertools/dpdk-setup.sh Acked-by: Maxime Coquelin Thanks, Maxime