From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id BED5D5A44 for ; Mon, 28 Jan 2019 23:30:35 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3751122247; Mon, 28 Jan 2019 17:30:35 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 28 Jan 2019 17:30:35 -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=hcLQi0IrNb8spzBscN+Qwkn242YzHout9p43HbW+dDo=; b=B46/OcdIM6Pb S9/Xx8n6t1fGfMxvCdwGNrxMDtYuQaG4eRkXD0/pqkCYHqjSf0yND46c7uGoW9el wWlT6pzganHkZevTDnRvSVf2r3vCGDVHtXP9bQnAN6NkPY70owyXVSct9df5r8i9 95dlmM6SNv/iW6E0cz6DquC9oflAPsc= 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=hcLQi0IrNb8spzBscN+Qwkn242YzHout9p43HbW+d Do=; b=mFFG1s2c3zpkvorzS6jXDj0mXTjhEX4ocjGmDLaLpfccHW9ZP4GTUJ9aJ fTIeTrHNhZg8AZ7afwdl2w5DcZndokeRdVHItu1tVO5tAoj99u4p/gltQpFR+Kda AWA0vzznTjMHkzDW+UTVyNyMLvqUMhKiNzZKF73N0+yBgKEGbbWV4+IKsiGiOxwr UvAx20ph4ckSff3CSUne9cWEIDjBQmequG6YfWk6GEFx7JCG2Iun2FVRC39/Owvw isbD0uA6+5j1NisvQIqhuKGk3NOCTMGkyveh0SXO5Wkv/OBC8AwxGZekud+Qg0v+ JtQezFZ188ftvGV41GZx73Fd7XjkA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrjedtgdduieejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffohhmrghinhepughpughkrd horhhgnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhf rhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiii gvpedt 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 25247E406B; Mon, 28 Jan 2019 17:30:34 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit Cc: web@dpdk.org Date: Mon, 28 Jan 2019 23:30:31 +0100 Message-ID: <44280606.Lv6TcYs5yi@xps> In-Reply-To: <20190128144252.96571-1-ferruh.yigit@intel.com> References: <20190128144252.96571-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-web] [PATCH] trace existing eal config file patchset X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2019 22:30:36 -0000 28/01/2019 15:42, Ferruh Yigit: > --- a/content/roadmap/_index.md > +++ b/content/roadmap/_index.md > @@ -26,6 +26,9 @@ This list is obviously neither complete nor guaranteed. > - default configuration from files > - generic white/blacklisting > - libedit integration > +- EAL parameters from config file instead of command-line > + - Can benefit from existing patch: https://patches.dpdk.org/patch/26883/ > + - Discussion: https://mails.dpdk.org/archives/dev/2019-January/123985.html There is already an item "default configuration from files" above. I think we should merge them.