From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCH 4/4] event/dpaa: fix portal allocation Date: Mon, 5 Feb 2018 17:23:49 +0530 Message-ID: <00b696c9-c237-0836-2a40-e4b3235b7e4d@nxp.com> References: <1517808117-28562-1-git-send-email-nipun.gupta@nxp.com> <1517808117-28562-4-git-send-email-nipun.gupta@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, santosh.shukla@caviumnetworks.com, shreyansh.jain@nxp.com, sunil.kori@nxp.com To: Nipun Gupta , thomas@monjalon.net, jerin.jacob@caviumnetworks.com Return-path: Received: from EUR03-AM5-obe.outbound.protection.outlook.com (mail-eopbgr30055.outbound.protection.outlook.com [40.107.3.55]) by dpdk.org (Postfix) with ESMTP id C644C1B208 for ; Mon, 5 Feb 2018 12:54:14 +0100 (CET) In-Reply-To: <1517808117-28562-4-git-send-email-nipun.gupta@nxp.com> Content-Language: en-US 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 2/5/2018 10:51 AM, Nipun Gupta wrote: > Checking if portal has been allocated is now required at the > caller of rte_dpaa_portal_init() API. This patch adds check > in the dpaa eventdev driver. > > Fixes: 5d944582d028 ("bus/dpaa: check portal presence in the caller function") > > Signed-off-by: Nipun Gupta > --- > drivers/event/dpaa/dpaa_eventdev.c | 12 +++++++----- > 1 file changed, 7 insertions(+), 5 deletions(-) > Acked-by: Hemant Agrawal