From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Blunck Subject: [PATCH 0/2] devargs changes / deprecation notice Date: Sun, 9 Jul 2017 05:28:45 -0400 Message-ID: <20170709092847.13339-1-jblunck@infradead.org> To: dev@dpdk.org Return-path: Received: from mail-wr0-f194.google.com (mail-wr0-f194.google.com [209.85.128.194]) by dpdk.org (Postfix) with ESMTP id 787E437AF for ; Sun, 9 Jul 2017 11:29:11 +0200 (CEST) Received: by mail-wr0-f194.google.com with SMTP id x23so17883085wrb.0 for ; Sun, 09 Jul 2017 02:29:11 -0700 (PDT) Received: from localhost.localdomain ([37.228.147.16]) by smtp.gmail.com with ESMTPSA id o15sm4817357edo.68.2017.07.09.02.29.09 for (version=TLS1 cipher=AES128-SHA bits=128/128); Sun, 09 Jul 2017 02:29:09 -0700 (PDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Since rte_devargs API will change again for 17.11 I'll add a deprecation notice now to be able to get the change into the next release. Jan Blunck (2): eal: internalize devargs parsing eal: deprecate 17.08 devargs API/ABI doc/guides/rel_notes/deprecation.rst | 9 ++++++++- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 1 - lib/librte_eal/common/eal_common_devargs.c | 2 +- lib/librte_eal/common/include/rte_devargs.h | 20 -------------------- lib/librte_eal/linuxapp/eal/rte_eal_version.map | 1 - 5 files changed, 9 insertions(+), 24 deletions(-) -- 2.11.0 (Apple Git-81)