From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH 1/4] eventdev: fix event driver name to eventdev lookup Date: Wed, 8 Feb 2017 20:08:01 +0530 Message-ID: <20170208143759.GB22978@localhost.localdomain> References: <1486358620-4075-1-git-send-email-jerin.jacob@caviumnetworks.com> <1486358620-4075-2-git-send-email-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: "dev@dpdk.org" , "Richardson, Bruce" , "hemant.agrawal@nxp.com" , "Eads, Gage" To: "Van Haaren, Harry" Return-path: Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-by2nam01on0051.outbound.protection.outlook.com [104.47.34.51]) by dpdk.org (Postfix) with ESMTP id 159C1DE5 for ; Wed, 8 Feb 2017 15:38:22 +0100 (CET) Content-Disposition: inline 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" On Tue, Feb 07, 2017 at 03:04:19PM +0000, Van Haaren, Harry wrote: > > -----Original Message----- > > From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com] > > Sent: Monday, February 6, 2017 5:24 AM > > To: dev@dpdk.org > > Cc: Richardson, Bruce ; hemant.agrawal@nxp.com; Eads, Gage > > ; Van Haaren, Harry ; Jerin Jacob > > > > Subject: [dpdk-dev] [PATCH 1/4] eventdev: fix event driver name to eventdev lookup > > > > - Removed uninitialized max_devs value > > - Corrected dev assignment > > > > Fixes: 8ca610e0487c ("eventdev: implement the northbound APIs") > > > > Signed-off-by: Jerin Jacob > > --- > > Acked-by: Harry van Haaren Applied to dpdk-next-eventdev/master. Thanks.