From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: fix wrong config file path Date: Wed, 05 Jul 2017 15:07:01 +0200 Message-ID: <3010055.C34feptO8o@xps> References: <1498459786-4523-1-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, harry.van.haaren@intel.com, stable@dpdk.org To: Jianfeng Tan Return-path: In-Reply-To: <1498459786-4523-1-git-send-email-jianfeng.tan@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 26/06/2017 08:49, Jianfeng Tan: > When primary process is booted with --file-prefix option, the API, > rte_eal_primary_proc_alive(), uses a wrong config file path to > check if primary process is alive. > > Fix it by calling helper function to get config file path. > > Fixes: dd3e00138d74 ("eal: check if primary process is alive") > Cc: stable@dpdk.org > > Signed-off-by: Jianfeng Tan Applied, thanks