From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E48972FDD for ; Mon, 17 Jul 2017 10:07:07 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Jul 2017 01:07:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,374,1496127600"; d="scan'208";a="128178319" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga006.fm.intel.com with ESMTP; 17 Jul 2017 01:07:04 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.211]) by irsmsx105.ger.corp.intel.com ([169.254.7.168]) with mapi id 14.03.0319.002; Mon, 17 Jul 2017 09:07:03 +0100 From: "Van Haaren, Harry" To: Thomas Monjalon CC: "dev@dpdk.org" , "jerin.jacob@caviumnetworks.com" , "Wiles, Keith" , "Richardson, Bruce" Thread-Topic: [dpdk-dev] [PATCH v5 0/7] service cores: cover letter Thread-Index: AQHS+lDEDKs/vsQMakq3yF0YMqQk3KJWzU4AgADk+6A= Date: Mon, 17 Jul 2017 08:07:03 +0000 Message-ID: References: <1499445667-32588-1-git-send-email-harry.van.haaren@intel.com> <1499782773-12277-1-git-send-email-harry.van.haaren@intel.com> <2348349.WgB7oMYfnC@xps> In-Reply-To: <2348349.WgB7oMYfnC@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDkxYmUwZTYtMjI2Zi00OGVjLTliMjMtYjgxYzczMDI0ZWI4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlFLdnRBenlMSDJScTl2UUFcL1dhcU4xVEdTajM1aUZYK29LblZ3QWdQamM4PSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 0/7] service cores: cover letter 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: Mon, 17 Jul 2017 08:07:08 -0000 > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Sunday, July 16, 2017 8:26 PM > To: Van Haaren, Harry > Cc: dev@dpdk.org; jerin.jacob@caviumnetworks.com; Wiles, Keith ; > Richardson, Bruce > Subject: Re: [dpdk-dev] [PATCH v5 0/7] service cores: cover letter >=20 > Hi Harry, >=20 > I like the service concept! Cool! =20 > 11/07/2017 16:19, Harry van Haaren: > > Harry van Haaren (7): > > service cores: header and implementation > > service cores: EAL init changes > > service cores: coremask parsing > > service cores: add unit tests > > event/sw: enable SW PMD with service capability > > doc: add service cores to doc and release notes > > maintainers: claim service cores >=20 > Titles are shorten to "service:" instead of "service cores". > No need of specific patches for doc and maintainers. > I've squashed them appropriately. >=20 > The unit test file is also added in the maintainers section. >=20 > Applied, thanks >=20 > Next step: I think you should convert service coremask to a corelist > option. We must stop using coremasks because they are limited. Thanks for fixups, and agreed on corelist - I'll work on getting a patch up= .