From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 1/2] mbuf: update default Mempool ops with HW active pool Date: Fri, 15 Dec 2017 07:52:30 -0800 Message-ID: <20171215075230.133a6970@xeon-e3> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , , To: Hemant Agrawal Return-path: Received: from mail-pf0-f175.google.com (mail-pf0-f175.google.com [209.85.192.175]) by dpdk.org (Postfix) with ESMTP id DEE492952 for ; Fri, 15 Dec 2017 16:52:33 +0100 (CET) Received: by mail-pf0-f175.google.com with SMTP id v26so6417347pfl.7 for ; Fri, 15 Dec 2017 07:52:33 -0800 (PST) In-Reply-To: <1513333483-4372-2-git-send-email-hemant.agrawal@nxp.com> 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 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?