Re: [dpdk-dev] [PATCH v3 1/4] devargs: remove deprecated functions

2018-10-01 Thread Thomas Monjalon
01/10/2018 13:24, Andrew Rybchenko: > On 9/28/18 7:21 PM, Thomas Monjalon wrote: > > rte_eal_parse_devargs_str() does not support parsing the bus name > > at the start of devargs. So it has been renamed and deprecated. > > > > rte_eal_devargs_add(), rte_eal_devargs_type_count() and > > rte_eal_deva

Re: [dpdk-dev] [PATCH v3 1/4] devargs: remove deprecated functions

2018-10-01 Thread Andrew Rybchenko
On 9/28/18 7:21 PM, Thomas Monjalon wrote: rte_eal_parse_devargs_str() does not support parsing the bus name at the start of devargs. So it has been renamed and deprecated. rte_eal_devargs_add(), rte_eal_devargs_type_count() and rte_eal_devargs_dump() were declared deprecated and had their imple

[dpdk-dev] [PATCH v3 1/4] devargs: remove deprecated functions

2018-09-28 Thread Thomas Monjalon
rte_eal_parse_devargs_str() does not support parsing the bus name at the start of devargs. So it has been 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