Re: [dpdk-dev] [PATCH v7 07/14] build: isolate configuration for generic build

2020-11-05 Thread Juraj Linkeš
> -Original Message- > From: Juraj Linkeš > Sent: Thursday, November 5, 2020 2:59 PM > To: 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;

[dpdk-dev] [PATCH v7 07/14] build: isolate configuration for generic build

2020-11-05 Thread Juraj Linkeš
Use generic configuration for the only build where it makes sense - the generic build. For other builds, if we don't know either of implementer ID or part number, the build is not supported. Add part numbers to cross files where fallback to generic configuration is assumed. Signed-off-by: Juraj Li