eal: add 64-bit fls function
authorAnatoly Burakov <anatoly.burakov@intel.com>
Thu, 20 Dec 2018 12:09:49 +0000 (12:09 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 20 Dec 2018 23:17:43 +0000 (00:17 +0100)
commit43c9e6c205ab491779c67bba5be3ff8c3f45998e
treee25e0cca1604a4a85c2542191a14c064c702ccb5
parent4e261f551986d40fa0c8388ed50899b609add04b
eal: add 64-bit fls function

Add missing implementation for 64-bit fls function, and extend
unit test to test the new function as well.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
lib/librte_eal/common/include/rte_common.h
test/test/test_common.c