From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 1/3] eal: move bitmap from lib sched Date: Thu, 12 Oct 2017 22:25:55 +0200 Message-ID: <40765240.ysqj4YvjOt@xps> References: <1505921833-2286-1-git-send-email-pbhagavatula@caviumnetworks.com> <1505994622-902-1-git-send-email-pbhagavatula@caviumnetworks.com> <3EB4FA525960D640B5BDFFD6A3D891267BABEE4B@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Dumitrescu, Cristian" , "stephen@networkplumber.org" To: Pavan Nikhilesh Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id ABE1D1B39F for ; Thu, 12 Oct 2017 22:25:57 +0200 (CEST) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891267BABEE4B@IRSMSX108.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > From: Pavan Bhagavatula > > > > The librte_sched uses rte_bitmap to manage large arrays of bits in an > > optimized method so, moving it to eal/common would allow other libraries > > and applications to use it. > > > > Signed-off-by: Pavan Nikhilesh > > Thanks very much, Pavan! > > Series Acked-by: Cristian Dumitrescu Applied, thanks