> > > > > What I see when building DPDK 21.11 is
> > > > > 2973 ../config/meson.build:364:1: ERROR: Problem encountered:
> > > > > Number of CPU cores not specified.
> > > > >
> > > > > Right now this seems to be broken the same everywhere - Suse
> > > > > [1], fedora [2], Debian/Ubuntu [3]
> > > > Looks like this happens with native build on armv7 machine.
> > > > RTE_MAX_LCORE
> > > is not set for the build.
> > >
> >
> > What do we want to do with armv7 native build, Ruifeng? For aarch64,
> > we detect which machine we're building on and we set everything
> > accordingly, unless the generic build is enabled. Do we want to add
> > support for just the generic build for armv7 (i.e. regardless of
> > what's set in -Dplatform)? What values of RTE_MAX_LCORE and
> > RTE_MAX_NUMA_NODES make sense for an
> > armv7 generic build?
> 
> Yes, support just the generic build for armv7.
> I think we should have RTE_MAX_LCORE=128, RTE_MAX_NUMA_NODES=8 for
> the build.
> These values are consistent with values used in stable branch where armv7 
> still
> have Make build support.

Ok, I'll submit a patch.

Reply via email to