[PATCH v7 2/4] ethdev: support mulitiple mbuf pools per Rx queue

Stephen Hemminger stephen at networkplumber.org
Fri Oct 7 18:18:14 CEST 2022


On Fri, 07 Oct 2022 18:08:57 +0200
Thomas Monjalon <thomas at monjalon.net> wrote:

> > +	/* Ensure that we have one and only one source of Rx buffers */
> > +	if ((mp != NULL) +  
> 
> + operator?
> Are we sure a boolean is always translated as 1?

Yes, it is likely part of C standard.


More information about the dev mailing list