From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A0DE07CE5 for ; Wed, 20 Sep 2017 17:40:50 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Sep 2017 08:40:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,421,1500966000"; d="scan'208";a="1221484359" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga002.fm.intel.com with ESMTP; 20 Sep 2017 08:40:48 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX109.ger.corp.intel.com ([169.254.13.28]) with mapi id 14.03.0319.002; Wed, 20 Sep 2017 16:40:47 +0100 From: "Dumitrescu, Cristian" To: Pavan Nikhilesh , "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 Date: Wed, 20 Sep 2017 15:40:46 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BABD4D0@IRSMSX108.ger.corp.intel.com> References: <1504795187-11087-1-git-send-email-pbhagavatula@caviumnetworks.com> <1505921833-2286-1-git-send-email-pbhagavatula@caviumnetworks.com> In-Reply-To: <1505921833-2286-1-git-send-email-pbhagavatula@caviumnetworks.com> 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 15:40:51 -0000 > -----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 >=20 > From: Pavan Bhagavatula >=20 > 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. >=20 > Signed-off-by: Pavan Nikhilesh > --- >=20 > v2 changes: > - undo rte_bitmap.h cosmetic changes > - update maintainer info >=20 > 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%) >=20 You say (in the change log) that you did it, but you forgot to add MAINTAIN= ERS file changes to your patch