From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 3F01B2F42 for ; Thu, 15 Nov 2018 11:08:48 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Nov 2018 02:08:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,236,1539673200"; d="scan'208";a="86655153" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.124]) ([10.237.220.124]) by fmsmga008.fm.intel.com with ESMTP; 15 Nov 2018 02:08:45 -0800 To: dev@dpdk.org Cc: Cristian Dumitrescu , thomas@monjalon.net, bruce.richardson@intel.com, ferruh.yigit@intel.com, jasvinder.singh@intel.com References: <9eb826f80f19422153d5a0ab611fb467a94eded0.1542197039.git.anatoly.burakov@intel.com> From: "Burakov, Anatoly" Message-ID: <4f6976ac-3976-3003-725c-cd7b913001ef@intel.com> Date: Thu, 15 Nov 2018 10:08:44 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 1/5] bitmap: remove useless code X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2018 10:08:48 -0000 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 arguments. > > Signed-off-by: Anatoly Burakov > --- OK, since this requires more rework and can't be merged into 18.11 anyway, i'll mark it as deferred and postpone it till 19.02. -- Thanks, Anatoly