From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=EuW+S14WlJzF1aPN7zU81RCg88DDLXfxVyd9tinyJU4=; b=Hwve3ZO8vRbGNSkdZZhwSAm8+D2YdLc0z2bFrH0q5IDR3kOyqnJyxVasWakI/reysO SKLrxmYg5lLPTSe0wnAIL4Q6s1gUeT0a9zhcjzuRNXGrnk9WMNEvU5AWTYMRydshmCKo GmIQArUwbV1smhM83n+6O/2MGKiOzrZrgm8QppN1jHO7+sQgGepR11BttT2ou1ngl6Zd /3s2/4qiOAL7djEYr2ocqc7M4AiULLYgn5jobh0FZk/2/q7dZedlvklNQbN4fbUTpD/Z jxJJWOKymH/3VfJ3mCE8uzmMOGHMUQJZoAb258NurUHj1YiY+cjz1OJ5PCXfgLl8FQZD n8Xg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=EuW+S14WlJzF1aPN7zU81RCg88DDLXfxVyd9tinyJU4=; b=DyWAE2GSvj+FSleX6GOWZCaszHni1Wslx/fvYoRzCZ8h3IFjGEoIkojc+kxFWKalEd XCkntur97fa0gUh1Le+2z6sE+J86xXZT47xfjpCipa2Nqzot0VPQjDUkucMCzbb8MCN/ 28Zu3xrkWZILH0SdNAQp1xeBfhIsw4g7lfQbppxHk6R3AVTygmbfFOqVEToQG3AbWnT/ Q4YqOcfXP6aIvIs2tg0VosGZjD1L8jVQzrCK4rqyL1IjTu07Yzllj4r7OAXoeL+GqMJB jcXr4bl1M/kyQ/cmGXl27jSdSy0NQCm3khLR87/jgvOMcXlFAr1O641eBgZyER+GYyXJ bFsg== X-Gm-Message-State: ABuFfohQ/9zvHVtWbi4OkyHup2PzeXB7EQ0LHAWEK1tpZEKwyn5kuANN wHVIIFD0qHfny3g8wXt1YBfvFg== X-Google-Smtp-Source: ACcGV60hfeNWSww2dS5Xoa5JwhB7uIqSjOANPind6LIwmlpGKcsXzk9GpO7YJKDSoSPBk8B/zpjNQw== X-Received: by 2002:adf:f3c7:: with SMTP id g7-v6mr3867133wrp.229.1538644783958; Thu, 04 Oct 2018 02:19:43 -0700 (PDT) Received: from bidouze.vm.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id q135-v6sm5942522wmd.4.2018.10.04.02.19.42 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 04 Oct 2018 02:19:42 -0700 (PDT) Date: Thu, 4 Oct 2018 11:19:25 +0200 From: =?iso-8859-1?Q?Ga=EBtan?= Rivet To: Thomas Monjalon Cc: dev@dpdk.org, ophirmu@mellanox.com, qi.z.zhang@intel.com, ferruh.yigit@intel.com, ktraynor@redhat.com 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-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20181003231046.26772-2-thomas@monjalon.net> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH v5 1/5] devargs: remove deprecated functions 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: Thu, 04 Oct 2018 09:19:44 -0000 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