From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 6EC1C1BDCE for ; Thu, 20 Dec 2018 23:30:47 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id DBD3E21EFE; Thu, 20 Dec 2018 17:30:46 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 20 Dec 2018 17:30:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=vFY2s0u3imCD1IuPviaVtps3yST/UnzU267zmAIDBTc=; b=fGLOTFJL9gui 15LLGR7hE0Ua3RRcgDgN+/feZZQiitsb0jylkwUD8hv9qrT6qkYmdUaYiMRuqmgE e2322ab56tf9Kgdvm0cZC5LIi5NteBov6eyrs1X7udrxHzxsVDZhP1AKt9O+5NjX XD6eXM1lYdpbNo5XnyznE0cDDojSrS8= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=vFY2s0u3imCD1IuPviaVtps3yST/UnzU267zmAIDB Tc=; b=caa+cUaD1e1XLEbLtApGWb1cUNuOcDQnAcFGrJRwipfIH0IU0j8AeO45N yl3Ih+ipC01FEejukmJ7Z4HaSAuuhwV0ImAeBm4RWp71UbKvr8fhvHu/yixi7QCC q4goH2uEDf7XR5p5ktuBwxoGl42QrR103jCCNiE1bF8ZuAa1rbZmwkgXx7ZLzJEk AAfRed2VL+4cyMlOiq9YQ7NM0tKocIDXeU3V4o2x27IFkjglkddyoYOX6vPRSL5M OPQXGCL4iMv8bYkY7JoviUCk2xXZT4qkyLd1o6Y5tpIurlG6WqanjEobGSRfQssk 1v5psusnc8D6Onhh716twv94ZMzBg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudejfedgudeivdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecu fedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkf gjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhn uceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvd dtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgr lhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 77F3F10084; Thu, 20 Dec 2018 17:30:45 -0500 (EST) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, Bruce Richardson Date: Thu, 20 Dec 2018 23:30:44 +0100 Message-ID: <7269554.nrOKCYTgZ9@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] eal: fix runtime dir cleanup in noshconf mode 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: Thu, 20 Dec 2018 22:30:47 -0000 20/12/2018 12:11, Anatoly Burakov: > When using --no-shconf or --in-memory modes, there is no runtime > directory to be created, so there is no point in attempting to > clean it. > > Fixes: 0a529578f162 ("eal: clean up unused files on initialization") > > Signed-off-by: Anatoly Burakov Applied, thanks