From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] eventdev: update get id from name to include PCI devices Date: Sun, 24 Jun 2018 16:56:14 +0530 Message-ID: <20180624112612.GA1948@jerin> References: <20180615034524.28623-1-pbhagavatula@caviumnetworks.com> <20180617143150.GB27164@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Pavan Nikhilesh Return-path: Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-by2nam01on0086.outbound.protection.outlook.com [104.47.34.86]) by dpdk.org (Postfix) with ESMTP id A89242E81 for ; Sun, 24 Jun 2018 13:27:42 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180617143150.GB27164@jerin> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Sun, 17 Jun 2018 20:01:51 +0530 > From: Jerin Jacob > To: Pavan Nikhilesh > CC: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] eventdev: update get id from name to > include PCI devices > User-Agent: Mutt/1.10.0 (2018-05-17) > > > -----Original Message----- > > Date: Fri, 15 Jun 2018 09:15:24 +0530 > > From: Pavan Nikhilesh > > To: jerin.jacob@caviumnetworks.com > > Cc: dev@dpdk.org, Pavan Nikhilesh > > Subject: [dpdk-dev] [PATCH] eventdev: update get id from name to include > > PCI devices > > X-Mailer: git-send-email 2.17.1 > > > > Currently, rte_event_dev_get_dev_id works only for virtual devices(vdev) > > update the function to include devices probed through pci. > > > > Signed-off-by: Pavan Nikhilesh > > > Acked-by: Jerin Jacob Applied to dpdk-next-eventdev/master. Thanks.