Re: [dpdk-dev] [PATCH v8 01/14] build: alias default build as generic

2020-11-09 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 compatibi

Re: [dpdk-dev] [PATCH v8 01/14] build: alias default build as generic

2020-11-09 Thread Bruce Richardson
On Mon, Nov 09, 2020 at 12:12:48PM +, Juraj Linkeš wrote: > > > > -Original Message- > > From: Honnappa Nagarahalli > > Sent: Saturday, November 7, 2020 12:53 AM > > To: Juraj Linkeš ; bruce.richard...@intel.com; > > Ruifeng Wang ; Phil Yang ; > > vcchu...@amazon.com; Dharmik Thakkar

Re: [dpdk-dev] [PATCH v8 01/14] build: alias default build as generic

2020-11-09 Thread Juraj Linkeš
> -Original Message- > From: Honnappa Nagarahalli > Sent: Saturday, November 7, 2020 12:53 AM > To: Juraj Linkeš ; bruce.richard...@intel.com; > Ruifeng Wang ; Phil Yang ; > vcchu...@amazon.com; Dharmik Thakkar ; > jerinjac...@gmail.com; hemant.agra...@nxp.com; Ajit Khaparde > (ajit.khap

Re: [dpdk-dev] [PATCH v8 01/14] build: alias default build as generic

2020-11-06 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 v8 01/14] build: alias default build as generic

2020-11-06 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