Re: [dpdk-dev] [PATCH] build: establish an invariant machine type

2018-11-14 Thread Bruce Richardson
On Wed, Nov 14, 2018 at 02:18:38PM +0100, Christian Ehrhardt wrote: > Add the machine definition 'default' which is special compared > to 'native' (most optimized for current system) or any explicit > type (external entity has to decide on the type). > > It defaults to the per arch agreed common m

[dpdk-dev] [PATCH] build: establish an invariant machine type

2018-11-14 Thread Christian Ehrhardt
Add the machine definition 'default' which is special compared to 'native' (most optimized for current system) or any explicit type (external entity has to decide on the type). It defaults to the per arch agreed common minimal baseline needed for DPDK to reasonable work. That might not be the mos