[dpdk-dev] [PATCH 2/6] common: add bsf64 function similar to existing bsf32
Thomas Monjalon
thomas at monjalon.net
Thu Dec 20 10:08:00 CET 2018
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 <anatoly.burakov at intel.com>
> ---
> doc/guides/rel_notes/release_19_02.rst | 4 +++-
> lib/librte_eal/common/include/rte_common.h | 19 ++++++++++++++++++-
> 2 files changed, 21 insertions(+), 2 deletions(-)
Could remove here the implementations in eal_memalloc.c and testpmd?
You could also update the test in this patch.
More information about the dev
mailing list