From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: avoid error for non-existent default PMD path Date: Tue, 24 Oct 2017 00:45:04 +0200 Message-ID: <4399158.ii0Ctt1OzL@xps> References: <20171019084912.67961-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 1982E1B6EA for ; Tue, 24 Oct 2017 00:45:05 +0200 (CEST) In-Reply-To: <20171019084912.67961-1-bruce.richardson@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" 19/10/2017 10:49, Bruce Richardson: > If the default location for the PMD .so files does not exist, it should > not be treated as a fatal error condition like an incorrect path on the > command line. Therefore check that the path exists and is a directory > before adding it to the list of paths to check for PMDs. > > Signed-off-by: Bruce Richardson Applied, thanks