From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 1/7] eventdev: add API to get service id Date: Fri, 27 Oct 2017 00:47:25 +0200 Message-ID: <1611880.WaWcWrEZZL@xps> References: <1507712990-13064-1-git-send-email-pbhagavatula@caviumnetworks.com> <1508943033-15574-1-git-send-email-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com, hemant.agrawal@nxp.com, harry.van.haaren@intel.com To: Pavan Nikhilesh Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 266EA1BB22 for ; Fri, 27 Oct 2017 00:47:27 +0200 (CEST) In-Reply-To: <1508943033-15574-1-git-send-email-pbhagavatula@caviumnetworks.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" 25/10/2017 16:50, Pavan Nikhilesh: > In case of sw event device the scheduling can be done on a service core > using the service registered at the time of probe. > This patch adds a helper function to get the service id that can be used > by the application to assign a lcore for the service to run on. > > Signed-off-by: Pavan Nikhilesh > Acked-by: Harry van Haaren Series applied, thanks