On 12/15/2017 9:22 PM, Stephen Hemminger wrote:
On Fri, 15 Dec 2017 15:54:42 +0530 Hemant Agrawal <hemant.agra...@nxp.com> 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.