From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?Ga=EBtan?= Rivet Subject: Re: [PATCH v5 1/5] devargs: remove deprecated functions Date: Thu, 4 Oct 2018 11:19:25 +0200 Message-ID: <20181004091925.kq5gz4lt73elgwtp@bidouze.vm.6wind.com> References: <20180907222727.20521-1-thomas@monjalon.net> <20181003231046.26772-1-thomas@monjalon.net> <20181003231046.26772-2-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, ophirmu@mellanox.com, qi.z.zhang@intel.com, ferruh.yigit@intel.com, ktraynor@redhat.com To: Thomas Monjalon Return-path: Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by dpdk.org (Postfix) with ESMTP id 74ADD1B11A for ; Thu, 4 Oct 2018 11:19:44 +0200 (CEST) Received: by mail-wr1-f66.google.com with SMTP id q5-v6so9049699wrw.12 for ; Thu, 04 Oct 2018 02:19:44 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20181003231046.26772-2-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Thomas, On Thu, Oct 04, 2018 at 01:10:42AM +0200, Thomas Monjalon wrote: > rte_eal_parse_devargs_str() does not support parsing the bus name > at the start of devargs. So it was renamed and deprecated. > > rte_eal_devargs_add(), rte_eal_devargs_type_count() and > rte_eal_devargs_dump() were declared deprecated and had their > implementation body renamed. > > All these functions were deprecated in release 18.05. > > Signed-off-by: Thomas Monjalon > Reviewed-by: Andrew Rybchenko Acked-by: Gaetan Rivet > --- > The library version is not updated because it should be done > in earlier patch https://patches.dpdk.org/patch/43903/ > --- > doc/guides/rel_notes/release_18_11.rst | 5 ++ > lib/librte_eal/common/eal_common_devargs.c | 30 --------- > lib/librte_eal/common/include/rte_devargs.h | 71 --------------------- > lib/librte_eal/rte_eal_version.map | 4 -- > 4 files changed, 5 insertions(+), 105 deletions(-) > -- Gaëtan Rivet 6WIND