[dpdk-dev] [PATCH v5 1/5] devargs: remove deprecated functions

Gaëtan Rivet gaetan.rivet at 6wind.com
Thu Oct 4 11:19:25 CEST 2018


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 <thomas at monjalon.net>
> Reviewed-by: Andrew Rybchenko <arybchenko at solarflare.com>

Acked-by: Gaetan Rivet <gaetan.rivet at 6wind.com>

> ---
> 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


More information about the dev mailing list