From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vipin Varghese Subject: [PATCH] doc: update device options in multi process Date: Fri, 11 May 2018 10:54:15 +0530 Message-ID: <1526016255-1918-1-git-send-email-vipin.varghese@intel.com> Cc: Vipin Varghese To: dev@dpdk.org, harry.van.haaren@intel.com, marko.kovacevic@intel.com Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D5B5D1BB7F for ; Fri, 11 May 2018 07:24:16 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Update information for blacklist and whitelist options for secondary process to share same from primary process. Signed-off-by: Vipin Varghese --- doc/guides/prog_guide/multi_proc_support.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/prog_guide/multi_proc_support.rst b/doc/guides/prog_guide/multi_proc_support.rst index 9059679..e9ebeeb 100644 --- a/doc/guides/prog_guide/multi_proc_support.rst +++ b/doc/guides/prog_guide/multi_proc_support.rst @@ -29,6 +29,9 @@ after a primary process has already configured the hugepage shared memory for th Secondary processes should run alongside primary process with same DPDK version. + Secondary processes which requires access to physical devices in Primary process, must + be passed with the same whitelist and blacklist options. + To support these two process types, and other multi-process setups described later, two additional command-line parameters are available to the EAL: -- 2.7.4