From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <cristian.dumitrescu@intel.com> Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id B6FB91B1A0 for <dev@dpdk.org>; Wed, 14 Nov 2018 17:40:03 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Nov 2018 08:40:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,233,1539673200"; d="scan'208";a="104351207" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga002.fm.intel.com with ESMTP; 14 Nov 2018 08:40:02 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.101]) by IRSMSX153.ger.corp.intel.com ([169.254.9.139]) with mapi id 14.03.0415.000; Wed, 14 Nov 2018 16:40:01 +0000 From: "Dumitrescu, Cristian" <cristian.dumitrescu@intel.com> To: "Burakov, Anatoly" <anatoly.burakov@intel.com>, "dev@dpdk.org" <dev@dpdk.org> CC: "thomas@monjalon.net" <thomas@monjalon.net>, "Richardson, Bruce" <bruce.richardson@intel.com>, "Yigit, Ferruh" <ferruh.yigit@intel.com>, "Singh, Jasvinder" <jasvinder.singh@intel.com> Thread-Topic: [PATCH v2 1/5] bitmap: remove useless code Thread-Index: AQHUfDdjWrQIlN9p80uSGRcrP9jBWKVPeEvA Date: Wed, 14 Nov 2018 16:40:00 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E7FD6FE@IRSMSX108.ger.corp.intel.com> References: <9eb826f80f19422153d5a0ab611fb467a94eded0.1542197039.git.anatoly.burakov@intel.com> <fbc68e4e563904b7758950cc50ecf0f753f4ec53.1542212598.git.anatoly.burakov@intel.com> In-Reply-To: <fbc68e4e563904b7758950cc50ecf0f753f4ec53.1542212598.git.anatoly.burakov@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmZjMzQzMTMtMTJjOC00ODdiLTk3M2YtMjI2MDk0YTkwODQ1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWmtGeE1xUVNOT2tWeGRIbXFRVXhjQW9zaTBcL252OUpzaWxkc1R5bXlyTlpOYTdDQ05RQ2ZSazVaNyt3XC9kcldLIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Wed, 14 Nov 2018 16:40:04 -0000 > -----Original Message----- > From: Burakov, Anatoly > Sent: Wednesday, November 14, 2018 4:30 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian <cristian.dumitrescu@intel.com>; > thomas@monjalon.net; Richardson, Bruce <bruce.richardson@intel.com>; > Yigit, Ferruh <ferruh.yigit@intel.com>; Singh, Jasvinder > <jasvinder.singh@intel.com> > Subject: [PATCH v2 1/5] bitmap: remove useless code >=20 > 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. >=20 > Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com> > --- > lib/librte_eal/common/include/rte_bitmap.h | 33 +--------------------- > 1 file changed, 1 insertion(+), 32 deletions(-) >=20 Series-acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>