From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id BC5B5A0527;
	Wed, 25 Nov 2020 10:16:35 +0100 (CET)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 9D450C950;
	Wed, 25 Nov 2020 10:16:34 +0100 (CET)
Received: from mga05.intel.com (mga05.intel.com [192.55.52.43])
 by dpdk.org (Postfix) with ESMTP id 36943C950
 for <dev@dpdk.org>; Wed, 25 Nov 2020 10:16:32 +0100 (CET)
IronPort-SDR: 37vBxH6p3O+khLW+XeiVJ8rPydDuyyzEkwN+Idn/4smET4DhuHT5SlFNDhplcPH7flMptKmXGJ
 0X5yT7s/1PSA==
X-IronPort-AV: E=McAfee;i="6000,8403,9815"; a="256804725"
X-IronPort-AV: E=Sophos;i="5.78,368,1599548400"; d="scan'208";a="256804725"
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga004.jf.intel.com ([10.7.209.38])
 by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 25 Nov 2020 01:16:30 -0800
IronPort-SDR: ywuWdADc4GEyeKtKjlBUYz/9D46uaflaq2JQOOpOMVedDwhHDaOaQEZ6WODrFFpG80nY0UmNxQ
 hH+NeP6LD4mQ==
X-IronPort-AV: E=Sophos;i="5.78,368,1599548400"; d="scan'208";a="478847337"
Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.195.226])
 ([10.213.195.226])
 by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 25 Nov 2020 01:16:27 -0800
To: Thomas Monjalon <thomas@monjalon.net>,
 Stephen Hemminger <stephen@networkplumber.org>
Cc: dev@dpdk.org, david.marchand@redhat.com, ajit.khaparde@broadcom.com,
 anatoly.burakov@intel.com, bruce.richardson@intel.com
References: <20200901165643.15668-1-stephen@networkplumber.org>
 <2508644.BM4gyFSDCU@thomas> <20201124094526.59dcd487@hermes.local>
 <6450940.b9USu97q00@thomas>
From: Ferruh Yigit <ferruh.yigit@intel.com>
Message-ID: <0b9b4a16-01bc-6503-80c1-bbb0421b6f93@intel.com>
Date: Wed, 25 Nov 2020 09:16:22 +0000
MIME-Version: 1.0
In-Reply-To: <6450940.b9USu97q00@thomas>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH v7] usertools: add a huge page setup script
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

On 11/24/2020 9:37 PM, Thomas Monjalon wrote:
> 24/11/2020 18:45, Stephen Hemminger:
>> Could we kill the old dpdk-setup.sh script?
>> Or add for 20.11 a notice "this script will go away, learn to use other ones..."
> 
> Yes we should add a deprecation warning in the script,
> and plan its removal for DPDK 21.11.
> 

Ack

> 
>> It is out of date, and a terrible user API.
> 
> I agree.
> 
> 
>> Of course, there are lots of old pieces of documentation that still refer to it?
> 
> Not so much, except bbdev doc and the quick start guide.
> 
>