Re: [dpdk-dev] [PATCH v3 3/5] common: add missing implementations

2018-11-15 Thread Burakov, Anatoly
: [dpdk-dev] [PATCH v3 3/5] common: add missing implementations X-Mailer: git-send-email 1.7.0.7 External Email Implement missing functions for 32-bit safe bsf, as well as 64-bit fls and log2. Signed-off-by: Anatoly Burakov Acked-by: Cristian Dumitrescu --- +/** + * Return the last (most

Re: [dpdk-dev] [PATCH v3 3/5] common: add missing implementations

2018-11-15 Thread Jerin Jacob
-Original Message- > Date: Wed, 14 Nov 2018 16:47:08 + > From: Anatoly Burakov > To: dev@dpdk.org > CC: cristian.dumitre...@intel.com, tho...@monjalon.net, > bruce.richard...@intel.com, ferruh.yi...@intel.com, > jasvinder.si...@intel.com > Subject: [dpdk-dev]

[dpdk-dev] [PATCH v3 3/5] common: add missing implementations

2018-11-14 Thread Anatoly Burakov
Implement missing functions for 32-bit safe bsf, as well as 64-bit fls and log2. Signed-off-by: Anatoly Burakov Acked-by: Cristian Dumitrescu --- Notes: v3: - Added clarification that pos is not checked lib/librte_eal/common/include/rte_common.h | 64 +- 1 file cha