From mboxrd@z Thu Jan 1 00:00:00 1970 From: junjie.j.chen@intel.com Subject: [PATCH v2] doc: add a restriction to multi-process support Date: Tue, 28 Nov 2017 06:10:50 -0500 Message-ID: <20171128111050.60240-1-junjie.j.chen@intel.com> Cc: Junjie Chen To: sergio.gonzalez.monroy@intel.com, john.mcnamara@intel.com, maryam.tahhan@intel.com, dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id B036F239 for ; Tue, 28 Nov 2017 04:29:18 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Junjie Chen This patch add a restriction to multi-process support: secondary processes should only run alongside primary process with same DPDK version, so that secondary processes can use the same hugepage mmap layout as primary process. Signed-off-by: Junjie Chen --- doc/guides/prog_guide/multi_proc_support.rst | 1 + doc/guides/tools/proc_info.rst | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/multi_proc_support.rst b/doc/guides/prog_guide/multi_proc_support.rst index 9a9dca7fe..0cd67ae2d 100644 --- a/doc/guides/prog_guide/multi_proc_support.rst +++ b/doc/guides/prog_guide/multi_proc_support.rst @@ -51,6 +51,7 @@ For now, there are two types of process specified: Standalone DPDK processes are primary processes, while secondary processes can only run alongside a primary process or after a primary process has already configured the hugepage shared memory for them. +And secondary processes should only run alongside primary process with same DPDK version. To support these two process types, and other multi-process setups described later, two additional command-line parameters are available to the EAL: diff --git a/doc/guides/tools/proc_info.rst b/doc/guides/tools/proc_info.rst index fd17e278c..57c88f2f0 100644 --- a/doc/guides/tools/proc_info.rst +++ b/doc/guides/tools/proc_info.rst @@ -36,7 +36,8 @@ The dpdk-procinfo application is a Data Plane Development Kit (DPDK) application that runs as a DPDK secondary process and is capable of retrieving port statistics, resetting port statistics and printing DPDK memory information. This application extends the original functionality that was supported by -dump_cfg. +dump_cfg. Note that dpdk-procinfo can only run alongside primary process with +same DPDK version. Running the Application ----------------------- -- 2.15.0