From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] service: add corelist to EAL arguments Date: Wed, 19 Jul 2017 08:42:25 +0300 Message-ID: <1801861.LD6RZocoKU@xps> References: <2348349.WgB7oMYfnC@xps> <1500304914-42805-1-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com To: Harry van Haaren Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 9D341374F for ; Wed, 19 Jul 2017 07:42:28 +0200 (CEST) In-Reply-To: <1500304914-42805-1-git-send-email-harry.van.haaren@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" 17/07/2017 18:21, Harry van Haaren: > This commit allows the -S (captial 's') to be used to indicate > a corelist for Services. This is a "nice to have" patch, and does > not modify any of the service core functionality. > > Suggested-by: Jerin Jacob > Suggested-by: Thomas Monjalon > Signed-off-by: Harry van Haaren Applied, thanks