From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 421BD7CE5 for ; Wed, 20 Sep 2017 18:39:24 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 20 Sep 2017 09:39:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,421,1500966000"; d="scan'208";a="154101284" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga006.fm.intel.com with ESMTP; 20 Sep 2017 09:39:23 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX102.ger.corp.intel.com ([169.254.2.180]) with mapi id 14.03.0319.002; Wed, 20 Sep 2017 17:39:22 +0100 From: "Dumitrescu, Cristian" To: Pavan Nikhilesh Bhagavatula , "stephen@networkplumber.org" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 1/3] eal: move bitmap from lib sched Thread-Index: AQHTMiZyI3A6TOPsAEih7oFbG9w+laK96Qpw///wqACAAB/rAA== Date: Wed, 20 Sep 2017 16:39:22 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BABD552@IRSMSX108.ger.corp.intel.com> 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> <20170920154443.GA2582@PBHAGAVATULA-LT> In-Reply-To: <20170920154443.GA2582@PBHAGAVATULA-LT> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 1/3] eal: move bitmap from lib sched 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: Wed, 20 Sep 2017 16:39:25 -0000 > -----Original Message----- > From: Pavan Nikhilesh Bhagavatula > [mailto:pbhagavatula@caviumnetworks.com] > Sent: Wednesday, September 20, 2017 4:45 PM > To: Dumitrescu, Cristian ; > stephen@networkplumber.org > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 1/3] eal: move bitmap from lib sched >=20 > 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 =3D> 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 =3D> 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 >=20 > addressed in the 3rd patch of the patchset > http://dpdk.org/dev/patchwork/patch/29037/ Oh, yes, you're right, sorry.