Re: [dpdk-dev] [PATCH v4 1/6] build: alias default build as generic

2020-10-27 Thread Juraj Linkeš
> -Original Message- > From: Honnappa Nagarahalli > Sent: Tuesday, October 27, 2020 4:54 AM > To: Juraj Linkeš ; bruce.richard...@intel.com; > Ruifeng Wang ; Phil Yang ; > vcchu...@amazon.com; Dharmik Thakkar ; > jerinjac...@gmail.com; hemant.agra...@nxp.com > Cc: dev@dpdk.org; nd ; Honn

Re: [dpdk-dev] [PATCH v4 1/6] build: alias default build as generic

2020-10-26 Thread Honnappa Nagarahalli
> > 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-o

[dpdk-dev] [PATCH v4 1/6] build: alias default build as generic

2020-10-23 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