Re: [dpdk-dev] [PATCH 2/6] common: add bsf64 function similar to existing bsf32

2018-12-20 Thread Thomas Monjalon
11/12/2018 18:57, Anatoly Burakov: > Implement a new rte_bsf64 function that is following convention > set by existing rte_bsf32 function. Also, document the change in > release notes. > > Signed-off-by: Anatoly Burakov > --- > doc/guides/rel_notes/release_19_02.rst | 4 +++- > lib/librte_e

[dpdk-dev] [PATCH 2/6] common: add bsf64 function similar to existing bsf32

2018-12-11 Thread Anatoly Burakov
Implement a new rte_bsf64 function that is following convention set by existing rte_bsf32 function. Also, document the change in release notes. Signed-off-by: Anatoly Burakov --- doc/guides/rel_notes/release_19_02.rst | 4 +++- lib/librte_eal/common/include/rte_common.h | 19 +++