From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 09C742BF5 for ; Fri, 13 Jul 2018 14:14:02 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 7DCD838B; Fri, 13 Jul 2018 08:14:00 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 13 Jul 2018 08:14:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=trlVxpGrOxFEdK4rrkrmnU7mGk JQhqJ6QHcx6GoZXng=; b=hBRLo5Si6tCl2lhGNKeRL1ZUblf6nnczOFcrHvtcww qp23tjx5X5PlrOz7Zj2pPjeNJbKfogHjJ+ZkW36wXTt1UNLbn3qw1cXk+xHOp7HE OXxSU8QGxClzEjoIjGMUVmvMdO0hSLycyITcVJClXvFqOlb10VSBtNnh+9nzJmXf A= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=trlVxp GrOxFEdK4rrkrmnU7mGkJQhqJ6QHcx6GoZXng=; b=dJSixgoTS9eSYM/nYgfq+i rVxLUUF9zzPpriKHdkl1xYlA/tS5bCOCSqdrCuww2xZRi9n20doLsUuZRyet9Ax5 5KMYZIm2HpgVrpW8aYeaQ3Ed6wqC8na0INMOgPIpVSC1JMRQ4ZwaInqFxWDyLDxf VO5mCGwmqtApBcKKAoEGvTMS1zW3dqOmLep/XQuu9j1uP8C1/XQiu3weyuyqNUVQ ZJawrM/FmjbmOXNwoKU6ePVB+mU7vaqiK5FOBeZ2jxeEDZJnwGhebQbE/XeGdunf 41wnbc8WNjWVwJlhBNw3LBKQ7h1vY1IVTuE9oDWE7gITNK6utazDz3AvSYr6eG1g == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 99E8510269; Fri, 13 Jul 2018 08:13:58 -0400 (EDT) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, Neil Horman , John McNamara , Marko Kovacevic , ray.kinsella@intel.com, kuralamudhan.ramakrishnan@intel.com, louise.m.daly@intel.com, bruce.richardson@intel.com, ferruh.yigit@intel.com, konstantin.ananyev@intel.com Date: Fri, 13 Jul 2018 14:13:57 +0200 Message-ID: <1708116.Opvd7OZZtO@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 8/9] doc: add deprecation notice for EAL command line options 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: , X-List-Received-Date: Fri, 13 Jul 2018 12:14:02 -0000 13/07/2018 12:27, Anatoly Burakov: > Options --no-shconf and --huge-unlink will be removed, and > replaced with --in-memory option, which will be a superset > of these two, and an offially support method to run DPDK > entirely in memory. > > Signed-off-by: Anatoly Burakov The deprecation notice should be sent separately in order to wait for enough agreement.