> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of David Marchand > Sent: Wednesday, May 14, 2014 3:58 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 3/3] config: rename "default" machine type as > "core2" > > "default" machine type refers to core2 -march, so rename the machine directory > to avoid misunderstanding it. > > Signed-off-by: David Marchand <david.marchand at 6wind.com> > ---
This patch I'm not so sure about. For 64-bit, the term "default" is pretty much correct, as it should work for any 64-bit IA cpu AFAIK, since all 64-bit cpus should have the necessary SSE instructions to run DPDK. For 32-bit it's perhaps not so clear cut, but I think the baseline being "default" rather than a specific uarch is good to keep.