From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Blunck Subject: [PATCH 2/2] eal: deprecate 17.08 devargs API/ABI Date: Sun, 9 Jul 2017 05:28:47 -0400 Message-ID: <20170709092847.13339-3-jblunck@infradead.org> References: <20170709092847.13339-1-jblunck@infradead.org> To: dev@dpdk.org Return-path: Received: from mail-wr0-f196.google.com (mail-wr0-f196.google.com [209.85.128.196]) by dpdk.org (Postfix) with ESMTP id 81AD25689 for ; Sun, 9 Jul 2017 11:29:13 +0200 (CEST) Received: by mail-wr0-f196.google.com with SMTP id k67so17801739wrc.1 for ; Sun, 09 Jul 2017 02:29:13 -0700 (PDT) Received: from localhost.localdomain ([37.228.147.16]) by smtp.gmail.com with ESMTPSA id o15sm4817357edo.68.2017.07.09.02.29.11 for (version=TLS1 cipher=AES128-SHA bits=128/128); Sun, 09 Jul 2017 02:29:12 -0700 (PDT) In-Reply-To: <20170709092847.13339-1-jblunck@infradead.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Add deprecation notice necessary to do devargs refactoring for 17.11. Signed-off-by: Jan Blunck --- doc/guides/rel_notes/deprecation.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 33e8b93db..5b6ed0444 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -64,3 +64,10 @@ Deprecation Notices be removed in 17.11: - ``rte_eal_parse_devargs_str`` + +* 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`` -- 2.11.0 (Apple Git-81)