From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 3CC6D2D13 for ; Fri, 13 Jul 2018 13:30:51 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id D9E63314; Fri, 13 Jul 2018 07:30:49 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 13 Jul 2018 07:30:50 -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=bq76IkXwI428Cx4bQNlgxSLkV9 U72UBnm36Ir86DBRA=; b=balUJ8cN6SiMNR1/DTUcyDKfFboh6jcZqboZOOvptr Yz2CW/2QSi7Q9RclQ6I8ENoWoxjmx5Gbyl/1sGwEXhjEI4Y4vmEi/OogG9ics4X9 SznXUwBkPsFx308lON0OBAtc84hjqoZMZtf/U5Yl+rVsxaV95MzfQQSEGYsIkUHk 4= 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=fm3; bh=bq76Ik XwI428Cx4bQNlgxSLkV9U72UBnm36Ir86DBRA=; b=K09k4Yre/0Zk3hbrXupwmn x8lbvd9k5vv21jeT6CouPRR4mgEH1jMjpE2rkZxaSgy5GvAvbamc3+pPReUpk9ZC XRl3ojPjKAN1bsNN68G4g6h/pKdTqXP25XuXHFoZt06vlada+HaJQPqxCG0YjWcc KDbkTqDj08bdo/467GG/NVy0rze9ohARwtuTlOu8gbJ+7QyeCcwYJkbIXNyJRL3O 3E//dAFM7n0Kkq1R+TJsY/Cef1+rGshrMK5k+z2Zo9p+p14eK9NFcOQuiaH3puxh /Ss4GG15kQg8LLvSGXZJB+PmFQyEvmWv3gbBs+Y2WyttgQdDqdWKJoQQhW6eGxHA == X-ME-Proxy: 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 71C9010261; Fri, 13 Jul 2018 07:30:46 -0400 (EDT) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, Neil Horman , John McNamara , Marko Kovacevic , bruce.richardson@intel.com, harry.van.haaren@intel.com Date: Fri, 13 Jul 2018 13:30:45 +0200 Message-ID: <3245440.vMzHm9m1LP@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 v2] eal: move runtime config file to new location 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: Fri, 13 Jul 2018 11:30:51 -0000 13/07/2018 12:44, Anatoly Burakov: > As per deprecation notice [1], move DPDK runtime config to default > DPDK runtime data location. Also, remove the deprecation notice and > update release notes to indicate the changes. > > [1] http://dpdk.org/dev/patchwork/patch/40418/ > > Signed-off-by: Anatoly Burakov Applied (with a syntax fix in doc), thanks