[PATCH v3 10/15] net/dpaa2: support recycle loopback port

Thomas Monjalon thomas at monjalon.net
Tue Feb 1 10:43:53 CET 2022


01/02/2022 10:34, Nipun Gupta:
> 
> Hi David,
> 	Sure, we will send a patch asap.

Just need this:
#ifndef PAGE_SIZE
#define PAGE_SIZE           (sysconf(_SC_PAGESIZE))
#endif


> From: David Marchand <david.marchand at redhat.com>
> > 
> > Hello guys,
> > 
> > > +#define PAGE_SIZE                      (sysconf(_SC_PAGESIZE))
> > > +#define PAGE_MASK                      (~(PAGE_SIZE - 1))
> > 
> > This patch breaks compilation in Alpine Linux in next-net and main repositories.

That's a pity I missed it when pulling.
Please be more cautious with errors reported by the CI, thanks.




More information about the dev mailing list