From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id DF70523D
 for <dev@dpdk.org>; Sun, 16 Jul 2017 23:42:42 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 88B1120A03;
 Sun, 16 Jul 2017 17:42:41 -0400 (EDT)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Sun, 16 Jul 2017 17:42:41 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=P8MtkmM05saEmE9
 LE9+4yUYmRJP6hRk6gHqurugykmo=; b=A7o2XBKIVaxb1KuggHPhKczdG7GNk7+
 cgwsXTwVjbJqgSc6mbcFXVSHCG8RN1DEfDpVbubp9N3/P8suDOOf2S/Q4/KxO2Xa
 1Xr9bXAp4BwFY6ZeZa01kUUKxR50X0Jeq5xoUoyXbdt3EkkQAIkFpEr3XWJ/HZPL
 R7uokd2y6gwk=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=
 fm1; bh=P8MtkmM05saEmE9LE9+4yUYmRJP6hRk6gHqurugykmo=; b=D3OVsbeF
 VnYXm+lry9FLdgaGqGJW1nxKlAMJQ78AzNh0sGPLenGmlRaH1Etn3V1A8fHdWeNe
 cWvNX2L0pYZCG5mynrQ0Hgcj2ZaLT2eDtz3wum1X+1ftdoU134NAWjRQxutJPJ45
 iw8ydKWv+QDuIBrOSLqn0QXDJ4dMjmY9IYxEjz8yaF4VKJ+y5dvLQWyVJryCbQ/U
 5Ddbe0CjAmYQ1fvlob3teHlsGAF19FAcfdETO3IlF1nGGk7Nn6sBlh1smWPdjgd1
 3syNbat/xDOuPY91nRkwkz01StGhTq7fCBNI4fQ6Hrngx3hBjZ1MNpisW6kOMPJh
 9JJOCHfGn3K/lQ==
X-ME-Sender: <xms:0d1rWeFHjl8iwCuxPGVBep6o5xReq_zHPq9li_oXaOd0WXc29RPlaQ>
X-Sasl-enc: qcrg2SvuG2bAvte8onztZkFNNwQ/sSAsBa0CtL5yqZAG 1500241360
Received: from xps.localnet (unknown [37.160.141.193])
 by mail.messagingengine.com (Postfix) with ESMTPA id E18387E2E6;
 Sun, 16 Jul 2017 17:42:40 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Harry van Haaren <harry.van.haaren@intel.com>
Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com, keith.wiles@intel.com,
 bruce.richardson@intel.com
Date: Sun, 16 Jul 2017 21:25:58 +0200
Message-ID: <2348349.WgB7oMYfnC@xps>
In-Reply-To: <1499782773-12277-1-git-send-email-harry.van.haaren@intel.com>
References: <1499445667-32588-1-git-send-email-harry.van.haaren@intel.com>
 <1499782773-12277-1-git-send-email-harry.van.haaren@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sun, 16 Jul 2017 21:42:43 -0000

Hi Harry,

I like the service concept!

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

Titles are shorten to "service:" instead of "service cores".
No need of specific patches for doc and maintainers.
I've squashed them appropriately.

The unit test file is also added in the maintainers section.

Applied, thanks

Next step: I think you should convert service coremask to a corelist
option. We must stop using coremasks because they are limited.