Re: [dpdk-dev] [PATCH] doc: announce removal of old port count function

2019-06-04 Thread Thomas Monjalon
04/06/2019 09:12, David Marchand: > On Mon, Jun 3, 2019 at 11:48 PM Thomas Monjalon wrote: > > --- a/doc/guides/rel_notes/deprecation.rst > > +++ b/doc/guides/rel_notes/deprecation.rst > > @@ -37,6 +37,11 @@ Deprecation Notices > > > > + ``rte_eal_devargs_type_count`` > > > > +* ethdev: The f

Re: [dpdk-dev] [PATCH] doc: announce removal of old port count function

2019-06-04 Thread David Marchand
On Mon, Jun 3, 2019 at 11:48 PM Thomas Monjalon wrote: > The function rte_eth_dev_count() was marked as deprecated in DPDK 18.05 > in commit d9a42a69febf ("ethdev: deprecate port count function"). > It is planned to be removed after the next LTS release. > > Signed-off-by: Thomas Monjalon > ---

[dpdk-dev] [PATCH] doc: announce removal of old port count function

2019-06-03 Thread Thomas Monjalon
The function rte_eth_dev_count() was marked as deprecated in DPDK 18.05 in commit d9a42a69febf ("ethdev: deprecate port count function"). It is planned to be removed after the next LTS release. Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst | 5 + 1 file changed, 5 i