From patchwork Wed Aug 8 22:31:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 43637 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B1FFF2BCE; Thu, 9 Aug 2018 00:31:42 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 104022BC9 for ; Thu, 9 Aug 2018 00:31:41 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 99B5621D0A; Wed, 8 Aug 2018 18:31:40 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 08 Aug 2018 18:31:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:date:from:message-id:subject:to:x-me-sender:x-me-sender :x-sasl-enc; s=mesmtp; bh=zwZuv4sILFoiT391aqMc0bqA4GuOmZfbpTDdkR O7I0Q=; b=Qixnj3uiY5NzZQ5YzbsvXsca0jzn+2R1Ha62y7WtidrInt2nojUKGf liGSGcPf2w4BwWYq9iTVrl+Q95/GsZaLYron6LaeRpTWtRJyG9RSbPoBkXOKMXUO +jU4WtbQVZGT+ASDPSOwhXV0Vyf+dlSFgdHzwFB1hJy2T3Colvv9c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:message-id:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=zwZuv4sILFoiT391a qMc0bqA4GuOmZfbpTDdkRO7I0Q=; b=ijfhMcR4Qmfw8kwqdbnqjZpjn2v6Y7wgs d2fE0LMclLJKQEj4bKvlGSTCSWoc8ylzjqDfhEwgqPJ3MEfkbGvwdRw+bViuHf8i LVvh9O3nflY9zR4JAZN+wKKyoSds6EUe+LHhHexompVLEpzz+eaXmj+3JNdMobHh eblF73ofPozLf8/nR/rgpe+OAX0LU8+oMo3KstSVtuhfpQCKnYe3JrLXVs+mE4Hl L4K78FZKw8NrGN7VwfLCAfmZYDqketNDmopW73U0Zxl5UeX+BHxCRvKn53479BBT awrlIMRay4aLE2vwREWwhpNlLqFPbyXxXUHCs2M2GMYs7kL/vcTmg== X-ME-Proxy: X-ME-Sender: Received: from xps.monjalon.net (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 6AA12E461E; Wed, 8 Aug 2018 18:31:39 -0400 (EDT) From: Thomas Monjalon To: gaetan.rivet@6wind.com Cc: dev@dpdk.org Date: Thu, 9 Aug 2018 00:31:07 +0200 Message-Id: <20180808223107.3865-1-thomas@monjalon.net> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH] doc: update deprecation notice about devargs 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The devargs parsing function has changed in 18.08. The devargs rework should be completed in 18.11. Fixes: a23bc2c4e01b ("devargs: add non-variadic parsing function") Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 118f962d9..fe38fac65 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -23,7 +23,7 @@ Deprecation Notices be kept, and those who do not use this feature will not see these extra socket ID's. -* eal: both declaring and identifying devices will be streamlined in v18.08. +* eal: both declaring and identifying devices will be streamlined in v18.11. New functions will appear to query a specific port from buses, classes of device and device drivers. Device declaration will be made coherent with the new scheme of device identification. @@ -33,7 +33,6 @@ Deprecation Notices - Functions previously deprecated will change or disappear: + ``rte_eal_devargs_type_count`` - + ``rte_eal_devargs_parse`` will change its format and use. * pci: Several exposed functions are misnamed. The following functions are deprecated starting from v17.11 and are replaced: