From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] service: fix number mapped cores count Date: Thu, 11 Jan 2018 23:24:50 +0100 Message-ID: <1667114.nidiDLP3DL@xps> References: <20180109094041.5148-1-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, "Van Haaren, Harry" , dev@dpdk.org To: Pavan Nikhilesh Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > When adding service the number of mapped cores should only be incremented > > when the core is not already a service core or vice versa. > > > > Fixes: 21698354c832 ("service: introduce service cores concept") > > Cc: stable@dpdk.org > > > > Signed-off-by: Pavan Nikhilesh > > Just a note; > Be careful of going more than 75 chars on git commit messages, > > Acked-by: Harry van Haaren Applied, thanks