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

2018-10-04 Thread Gaƫtan Rivet
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 de

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

2018-10-03 Thread Thomas Monjalon
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