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 ABB7D160 for ; Tue, 29 May 2018 11:58:10 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 22BC8217A8; Tue, 29 May 2018 05:58:10 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 29 May 2018 05:58:10 -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=iZfRwQBQq+s5PNmywEytXlDLSR ay53pq9cNWRY5MzpI=; b=Rn90bc5SH7XzqSA1oDkNC6jN9wVqc+K7m+jaOTZVON CPOPCjgXsvLYm2jKo7VYIaKhiPBA8DoTqlKX0pphYIUl6JrbKaTKqn77tOgYXOEy Ed0vbw+J1WBd9NgqIpdUELH9EPJNXBVYNgINSGjh3ZseIi4fmxDVDRPpSJXu3Dg5 I= 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=fm2; bh=iZfRwQ BQq+s5PNmywEytXlDLSRay53pq9cNWRY5MzpI=; b=mkDalszrgKfnXCtYFSHsaX WNP//cHDqgcZHPl8Kkt3Ao8YOovy5XXjdM3zehQPezw23o/iZ4JfqdnxtropjW2i ytOojLIgznday/1tCf1xt6LX5Dy13zdzxLaJ0Wtn7u4LLkVsA0h+zRgXsl+QROsf OmHWeJfjFXtTT55I/sD9C/qzQ99MVnOeQPSTv13J1taESgC8CZWUq4y2Hoz3gAbl Nftu5qxk+GpIiLNdHcIFJkTzpJ/2u5577eCaXokVOth3sXhRxXRL+0B3VZ7awL1h G22Nj+wUUQxMInFnGN0UFTb3x9Cm6ho4qMG/qsj3sYZpILmYij6ez9MsHx9v1LQw == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: 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 88925E498C; Tue, 29 May 2018 05:58:09 -0400 (EDT) From: Thomas Monjalon To: Gaetan Rivet Cc: dev@dpdk.org Date: Tue, 29 May 2018 11:58:08 +0200 Message-ID: <3407551.gyYXNZXOPs@xps> In-Reply-To: <20180528161035.3506-1-gaetan.rivet@6wind.com> References: <20180528161035.3506-1-gaetan.rivet@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] doc: postpone devargs genericisation work 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: Tue, 29 May 2018 09:58:10 -0000 28/05/2018 18:10, Gaetan Rivet: > Device querying and declaration has been postponed to 18.08. > Additionally, while working on the feature, some changes previously > announced won't be enacted. > > Signed-off-by: Gaetan Rivet Applied, thanks