From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCH 1/2] mbuf: update default Mempool ops with HW active pool Date: Mon, 18 Dec 2017 14:56:57 +0530 Message-ID: <829b6ec3-068a-3d11-1812-ba92c6352a21@nxp.com> References: <1499170968-23016-1-git-send-email-hemant.agrawal@nxp.com> <1513333483-4372-1-git-send-email-hemant.agrawal@nxp.com> <1513333483-4372-2-git-send-email-hemant.agrawal@nxp.com> <20171215075230.133a6970@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , To: Stephen Hemminger Return-path: Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0071.outbound.protection.outlook.com [104.47.32.71]) by dpdk.org (Postfix) with ESMTP id E0BA4200 for ; Mon, 18 Dec 2017 10:27:02 +0100 (CET) In-Reply-To: <20171215075230.133a6970@xeon-e3> 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 12/15/2017 9:22 PM, Stephen Hemminger wrote: > On Fri, 15 Dec 2017 15:54:42 +0530 > Hemant Agrawal wrote: > >> + if ((strcmp(default_ops, RTE_MBUF_DEFAULT_MEMPOOL_OPS) == 0) && >> + (active_mbuf_pool_ops_name != NULL)) > > Why not have less parenthesis () in conditionals? > I will change it in next version.