Re: [dpdk-dev] [PATCH v3] build: alias default build as generic

2021-03-09 Thread Juraj Linkeš
Hi Thomas, David, Is there anything missing in this patch? We have some acks and reviewed-by. Maybe add more documentation? If so, where? Thanks, Juuraj > -Original Message- > From: Juraj Linkeš > Sent: Thursday, February 18, 2021 3:13 PM > To: bruce.richard...@intel.com; tho...@monjal

[dpdk-dev] [PATCH v3] build: alias default build as generic

2021-02-18 Thread Juraj Linkeš
The current machine='default' build name is not descriptive. The actual default build is machine='native'. Add an alternative string which does the same build and better describes what we're building: machine='generic'. Leave machine='default' for backwards compatibility. Signed-off-by: Juraj Link