[dpdk-dev] [PATCH 1/2] mbuf: update default Mempool ops with HW active pool

Stephen Hemminger stephen at networkplumber.org
Fri Dec 15 16:52:30 CET 2017


On Fri, 15 Dec 2017 15:54:42 +0530
Hemant Agrawal <hemant.agrawal at 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?


More information about the dev mailing list