From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 56F8A20D73; Mon, 23 Oct 2017 18:45:05 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 23 Oct 2017 18:45:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=yI1N9dWG5KdnzoXEkRUqkVSz3X 7qrD0uFveEl7jHNWM=; b=JLQ93GXS4xWydsqYmvdD2gXEzHs3gyYAMF3KqmqPOH rGyx35LQ+0DeXAt7jtww4tlMEW50Ks9KH2un/VcC3FvKNP6ZTFBnl7AkouU8ZIqi AbwK148vGFK1GC2tG3HlBHDZQ9R1Akg8xvioYIzpPmokKP7MEXseuGs5kPgAyH7Y A= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=yI1N9d WG5KdnzoXEkRUqkVSz3X7qrD0uFveEl7jHNWM=; b=eR/FI/2ptMpphpbaw6YyuD ZNWVB+muQikTJkrCbGlz3Kkoc5o4T1naMcu0thnamt/ZKP8AYG8Ere1ZDmK/X5lP Ev3RIn5WCI/s9r4/bkwp6HDBosijJbMJeMAZAgLPn0+vGjF/wRb+yL1MWqzH2ZPq B45mx/wVb2TNR8z+4riQJFIR8JJhmuLRv1fYIa+WJveR3t2j8gsr17VyfT2hPnUW NAiUSmyhvE49rd63YaGxrReztYLgTGDAoOcJ3vaOvcQnGaDaiSO85v2GzjQNCF0B ue4bvXIp4y78fQtu1NqOmJb+cKhiPGpSXAA6DNaFtG0AEIleu8w4zZP+C2tq/bsA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1295B24407; Mon, 23 Oct 2017 18:45:05 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Tue, 24 Oct 2017 00:45:04 +0200 Message-ID: <4399158.ii0Ctt1OzL@xps> In-Reply-To: <20171019084912.67961-1-bruce.richardson@intel.com> References: <20171019084912.67961-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] eal: avoid error for non-existent default PMD path X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2017 22:45:06 -0000 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