From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavan Nikhilesh Bhagavatula Subject: Re: [PATCH v2 1/3] eal: move bitmap from lib sched Date: Wed, 20 Sep 2017 21:14:44 +0530 Message-ID: <20170920154443.GA2582@PBHAGAVATULA-LT> References: <1504795187-11087-1-git-send-email-pbhagavatula@caviumnetworks.com> <1505921833-2286-1-git-send-email-pbhagavatula@caviumnetworks.com> <3EB4FA525960D640B5BDFFD6A3D891267BABD4D0@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: "Dumitrescu, Cristian" , stephen@networkplumber.org Return-path: Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0074.outbound.protection.outlook.com [104.47.36.74]) by dpdk.org (Postfix) with ESMTP id 4B4E525B3 for ; Wed, 20 Sep 2017 17:45:03 +0200 (CEST) Content-Disposition: inline In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891267BABD4D0@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" On Wed, Sep 20, 2017 at 03:40:46PM +0000, Dumitrescu, Cristian wrote: > > > > -----Original Message----- > > From: Pavan Nikhilesh [mailto:pbhagavatula@caviumnetworks.com] > > Sent: Wednesday, September 20, 2017 4:37 PM > > To: Dumitrescu, Cristian ; > > stephen@networkplumber.org > > Cc: dev@dpdk.org; Pavan Bhagavatula > > > > Subject: [dpdk-dev] [PATCH v2 1/3] eal: move bitmap from lib sched > > > > 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 > > --- > > > > v2 changes: > > - undo rte_bitmap.h cosmetic changes > > - update maintainer info > > > > lib/librte_eal/common/Makefile | 1 + > > lib/{librte_sched => librte_eal/common/include}/rte_bitmap.h | 0 > > lib/librte_sched/Makefile | 5 +++-- > > lib/librte_sched/rte_sched.c | 2 +- > > 4 files changed, 5 insertions(+), 3 deletions(-) > > rename lib/{librte_sched => librte_eal/common/include}/rte_bitmap.h > > (100%) > > > > You say (in the change log) that you did it, but you forgot to add MAINTAINERS file changes to your patch addressed in the 3rd patch of the patchset http://dpdk.org/dev/patchwork/patch/29037/