From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatoly Burakov Subject: [PATCH v2 8/9] doc: add deprecation notice for EAL command line options Date: Fri, 13 Jul 2018 11:27:14 +0100 Message-ID: References: Cc: 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, thomas@monjalon.net To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id CD1905323 for ; Fri, 13 Jul 2018 12:27:21 +0200 (CEST) In-Reply-To: In-Reply-To: References: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 --- Notes: RFC->v1: - Add this patch doc/guides/rel_notes/deprecation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 5de59833d..dd1b5c5d8 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -8,6 +8,11 @@ API and ABI deprecation notices are to be posted here. Deprecation Notices ------------------- +* eal: command-line options ``--no-shconf`` and ``--huge-unlink`` will be + removed, and replaced with a single option ``--in-memory``, which will + enable DPDK to operate entirely in memory, without creating any files on any + filesystems. + * eal: DPDK runtime configuration file (located at ``/var/run/._config``) will be moved. The new path will be as follows: -- 2.17.1