From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com
 [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 266EA1BB22
 for <dev@dpdk.org>; Fri, 27 Oct 2017 00:47:27 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 8F70820BBA;
 Thu, 26 Oct 2017 18:47:26 -0400 (EDT)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Thu, 26 Oct 2017 18:47:26 -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; s=mesmtp; bh=5NkbbEuwIkyIxmVOXRimUTxcfP
 jOMIw0ld17haSuTXM=; b=nTKJ/+tfz8D9IF+qNPiuZZMGf/H7L4NyKrkCVwHNOu
 OfpA5VmrxT62vpwQOsmGu3/VPLkLjmCLU9TkHFOSFYiNMaMY5W63XnDjjAVdpqJc
 j7RxWfsZKgfTZshrCrg+7gxsbzUGxF3XR4CeqyCdiDMHDhMBEnaBlrAemp9hGtNo
 Y=
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; s=fm1; bh=5NkbbE
 uwIkyIxmVOXRimUTxcfPjOMIw0ld17haSuTXM=; b=HT1qD6tzkyvOGtX617lZP8
 2el2hY2nJJGhv9ZMpiGdtuyfetSJm150wZI/WrhBfMHSdkJV4WSPGHR6p65uMHt7
 vudevFAf7d9P1AJpagqsXwL7nSd/eSTg9mP1oVwlJu9DAgcJUkWmz9cpm9CstX4d
 ah773JeOLFLXxUm/PlqxQfktawuPYYDzc9TMAdZaQq9mI97+BA4TCEbhApI63hmt
 4ivchRGnyyQn2gOmbTVT3J8ClpOto1UqfZHPmO8RmvMP3h4+bEz63iK17aXYm79u
 +FSJTE562lWt2AUmFl80ORj0MUKaQ9frUqmjTDozF0R86MU1ZsuCaviOG8Wg1omQ
 ==
X-ME-Sender: <xms:_mXyWWw656wmgEU-2A0oOzsZ1VvXfTMgUdMolfPI2pGq7EIwf1k4GA>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 315B324739;
 Thu, 26 Oct 2017 18:47:26 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com, hemant.agrawal@nxp.com,
 harry.van.haaren@intel.com
Date: Fri, 27 Oct 2017 00:47:25 +0200
Message-ID: <1611880.WaWcWrEZZL@xps>
In-Reply-To: <1508943033-15574-1-git-send-email-pbhagavatula@caviumnetworks.com>
References: <1507712990-13064-1-git-send-email-pbhagavatula@caviumnetworks.com>
 <1508943033-15574-1-git-send-email-pbhagavatula@caviumnetworks.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v5 1/7] eventdev: add API to get service id
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: Thu, 26 Oct 2017 22:47:27 -0000

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 <pbhagavatula@caviumnetworks.com>
> Acked-by: Harry van Haaren <harry.van.haaren@intel.com>

Series applied, thanks