On Wed, Nov 18, 2020 at 02:20:53PM +0000, Juraj Linkeš wrote: > > > > -----Original Message----- > > From: Thomas Monjalon <tho...@monjalon.net> > > Sent: Monday, November 16, 2020 8:20 AM > > To: Juraj Linkeš <juraj.lin...@pantheon.tech> > > Cc: bruce.richard...@intel.com; ruifeng.w...@arm.com; > > honnappa.nagaraha...@arm.com; phil.y...@arm.com; > > vcchu...@amazon.com; dharmik.thak...@arm.com; jerinjac...@gmail.com; > > hemant.agra...@nxp.com; ajit.khapa...@broadcom.com; > > ferruh.yi...@intel.com; dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v12 09/14] build: optional NUMA and cpu > > counts > > detection > > > > 16/11/2020 08:15, Juraj Linkeš: > > > From: Thomas Monjalon <tho...@monjalon.net> > > > > 13/11/2020 15:31, Juraj Linkeš: > > > > > Add an option to automatically discover the host's numa and cpu > > > > > counts and use those values for a non cross-build. > > > > > Give users the option to override the per-arch default values or > > > > > values from cross files by specifying them on the command line > > > > > with -Dmax_lcores and -Dmax_numa_nodes. > > > > > > > > > > Signed-off-by: Juraj Linkeš <juraj.lin...@pantheon.tech> > > > > > Reviewed-by: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> > > > > [...] > > > > > create mode 100644 buildtools/get_cpu_count.py create mode > > > > > 100644 buildtools/get_numa_count.py > > > > > > > > These new files should be added in the file MAINTAINERS. > > > > > > Should I add a new section? I just add them under Build System, making > > > Bruce the maintainer of these? > > > > If Bruce is OK, it looks fine. > > > > Bruce, may I add the files to MAINTAINERS under your name?
Yes, that is ok for these simple scripts.