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?
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?