Re: [dpdk-dev] [PATCH v2 1/5] bitmap: remove useless code

2018-11-15 Thread Burakov, Anatoly
On 14-Nov-18 4:30 PM, Anatoly Burakov wrote: RTE_BITMAP_OPTIMIZATIONS was never set to 0 and makes no sense anyway, so remove all code related to it. Also, drop the "likely" for bsf64 code, because it's a generic function and we cannot make any assumptions about likely values of incoming argument

Re: [dpdk-dev] [PATCH v2 1/5] bitmap: remove useless code

2018-11-14 Thread Dumitrescu, Cristian
> -Original Message- > From: Burakov, Anatoly > Sent: Wednesday, November 14, 2018 4:30 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; > tho...@monjalon.net; Richardson, Bruce ; > Yigit, Ferruh ; Singh, Jasvinder > > Subject: [PATCH v2 1/5] bitmap: remove useless code > > RTE_BITMA