From patchwork Wed Nov 25 19:19:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 84552 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 105E7A0545; Wed, 25 Nov 2020 20:19:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5975CC95A; Wed, 25 Nov 2020 20:19:19 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 6D124C956; Wed, 25 Nov 2020 20:19:17 +0100 (CET) IronPort-SDR: GDsVTE9DhZB1NZpMdNp+7dzcGeT8rAgacC7/b6XzB/AKv4xJqB82mw58JaEGvPUA2XPIOgKbxj p2FELL3JltYw== X-IronPort-AV: E=McAfee;i="6000,8403,9816"; a="151447603" X-IronPort-AV: E=Sophos;i="5.78,370,1599548400"; d="scan'208";a="151447603" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Nov 2020 11:19:15 -0800 IronPort-SDR: ov4lBZFMxfVvke6nwWTItYgWqXH+6fqbobm02Cr3Ud4Ks2RhC6n922zjt07zEmj4/3/YTAALS4 gB/R0INf9ntw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,370,1599548400"; d="scan'208";a="547413744" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.180]) by orsmga005.jf.intel.com with ESMTP; 25 Nov 2020 11:19:12 -0800 From: Ferruh Yigit To: Thomas Monjalon Cc: Ferruh Yigit , dev@dpdk.org, techboard@dpdk.org, Stephen Hemminger , Bruce Richardson Date: Wed, 25 Nov 2020 19:19:02 +0000 Message-Id: <20201125191908.1867106-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 0/6] update 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" This is an effort to update the dpdk-setup.sh script and keep it one more year until whole functionality of it is replaced. Other option is to remove it completely, please comment. Ferruh Yigit (6): usertools/setup: remove make based build usertools/setup: remove inserting custom kernel modules usertools/setup: remove running built applications usertools/setup: remove hugepage functions usertools/setup: fix loading vfio module usertools/setup: move removal target to 21.11 doc/guides/rel_notes/deprecation.rst | 2 +- usertools/dpdk-setup.sh | 332 ++------------------------- 2 files changed, 15 insertions(+), 319 deletions(-)