Re: [dpdk-dev] [PATCH v2 1/4] bitmap: remove deprecated bsf64 function

2018-12-20 Thread Thomas Monjalon
20/12/2018 13:09, Anatoly Burakov: > The function rte_bsf64 was deprecated in a previous release, so > remove the function, and the deprecation notice associated with > it. > > Signed-off-by: Anatoly Burakov Applied with change suggested in patch 4, thanks

[dpdk-dev] [PATCH v2 1/4] bitmap: remove deprecated bsf64 function

2018-12-20 Thread Anatoly Burakov
The function rte_bsf64 was deprecated in a previous release, so remove the function, and the deprecation notice associated with it. Signed-off-by: Anatoly Burakov --- doc/guides/rel_notes/deprecation.rst | 5 - doc/guides/rel_notes/release_19_02.rst | 4 lib/librte_eal/common/