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 73435326B for ; Tue, 8 Aug 2017 01:03:34 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B781421003; Mon, 7 Aug 2017 19:03:33 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 07 Aug 2017 19:03:33 -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:x-sasl-enc; s=mesmtp; bh=79KnX7muiQADm1i ogjkxK7iGEj9wPVMFW1nO4FE+Aw4=; b=gjHD1Wmn5nmbWWF1gu0LHbQ9lACNF/w XHgB4EzWYixC/JJpmJwQOgIBepKmkpUKfVQwKHSXb2PweUC93QoKlk3O7g1cMDWg NdzbSx4QXT8s+gizhsM90gt+8+y/3Cd3X6ZWowaa3g3jsKUHM0V/Tzr2jLAb/5N4 8SUUpyo0wuIU= 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:x-sasl-enc; s= fm1; bh=79KnX7muiQADm1iogjkxK7iGEj9wPVMFW1nO4FE+Aw4=; b=oFLEs0IO WsGoaIeBrDOZzY+xghljVDya4KCa9wF+CNNgkTNEQizyVKKJhm4TZWOPQu6LeT9e DBLgCPsn996/R/1JaT15HeUbiKn2rbm7UQfiTUUC2DLGU3lOPNaSFXIwu57chk59 /n2yfv9sjRFsDM8HcTZVVbY+5qDcz1Dln7c0PrIGnx6hQc6lPjB3fe5Las8GSQQc EWgdMCDP0eXY+pu2ado45EiNI0TNSvHecgbF4QKi5hnj87rh/H62c+wO6hjLtX4R seu+od7482B5U/S9rHNu3D6drQYm92Czjg+MldmgJpEpRppt9/pGABhSPvA0YPhB et72+JplsElbTw== X-ME-Sender: X-Sasl-enc: 6vsy6t6rIxKuVsaepbJoGFNznNRHJ4qu1rlYZ2Hm/HDe 1502147013 Received: from xps.localnet (eth-west-pareq2-46-193-0-155.wb.wifirst.net [46.193.0.155]) by mail.messagingengine.com (Postfix) with ESMTPA id 742CC7E522; Mon, 7 Aug 2017 19:03:33 -0400 (EDT) From: Thomas Monjalon To: Jan Blunck Cc: dev@dpdk.org Date: Tue, 08 Aug 2017 01:03:32 +0200 Message-ID: <3680329.3gmS92Yp0S@xps> In-Reply-To: <20170709092847.13339-3-jblunck@infradead.org> References: <20170709092847.13339-1-jblunck@infradead.org> <20170709092847.13339-3-jblunck@infradead.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 2/2] eal: deprecate 17.08 devargs API/ABI 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, 07 Aug 2017 23:03:34 -0000 09/07/2017 11:28, Jan Blunck: > Add deprecation notice necessary to do devargs refactoring for 17.11. > > Signed-off-by: Jan Blunck > --- > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > +* devargs: An ABI change is planned for 17.11 for the structure ``rte_devargs``. > + The newly introduced devargs ABI in 17.08 is tightly couple to the bus > + implementations which will get fixed in 17.11. The following function is > + deprecated and will change API in 17.11: > + > + - ``rte_eal_devargs_add`` This deprecation notice is superseded by: http://dpdk.org/dev/patchwork/patch/27443/