On Fri, 07 Oct 2022 18:08:57 +0200 Thomas Monjalon <tho...@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.