Re: [dpdk-dev] [PATCH v3 1/3] mk: add sensible default target with defconfig

2017-08-04 Thread Hunt, David
On 4/8/2017 11:05 AM, Thomas Monjalon wrote: 04/08/2017 11:53, Hunt, David: On 4/8/2017 10:36 AM, Thomas Monjalon wrote: 04/08/2017 10:22, Hunt, David: From: Thomas Monjalon [mailto:tho...@monjalon.net] 07/06/2017 16:37, David Hunt: Users can now use 'make defconfig' to generate a configurat

Re: [dpdk-dev] [PATCH v3 1/3] mk: add sensible default target with defconfig

2017-08-04 Thread Thomas Monjalon
04/08/2017 11:53, Hunt, David: > > On 4/8/2017 10:36 AM, Thomas Monjalon wrote: > > 04/08/2017 10:22, Hunt, David: > >> From: Thomas Monjalon [mailto:tho...@monjalon.net] > >> 07/06/2017 16:37, David Hunt: > >>> Users can now use 'make defconfig' to generate a configuration using > >>> the most ap

Re: [dpdk-dev] [PATCH v3 1/3] mk: add sensible default target with defconfig

2017-08-04 Thread Hunt, David
On 4/8/2017 10:36 AM, Thomas Monjalon wrote: 04/08/2017 10:22, Hunt, David: From: Thomas Monjalon [mailto:tho...@monjalon.net] 07/06/2017 16:37, David Hunt: Users can now use 'make defconfig' to generate a configuration using the most appropriate defaults for the current machine. arch tak

Re: [dpdk-dev] [PATCH v3 1/3] mk: add sensible default target with defconfig

2017-08-04 Thread Thomas Monjalon
04/08/2017 10:22, Hunt, David: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > 07/06/2017 16:37, David Hunt: > > Users can now use 'make defconfig' to generate a configuration using > > the most appropriate defaults for the current machine. > > > > > > arch taken from uname -m > > ma

Re: [dpdk-dev] [PATCH v3 1/3] mk: add sensible default target with defconfig

2017-08-04 Thread Hunt, David
-Original Message- From: Thomas Monjalon [mailto:tho...@monjalon.net] Sent: Thursday, 3 August, 2017 11:40 PM To: Hunt, David Cc: dev@dpdk.org; shreyansh.j...@nxp.com Subject: Re: [dpdk-dev] [PATCH v3 1/3] mk: add sensible default target with defconfig 07/06/2017 16:37, David Hunt

Re: [dpdk-dev] [PATCH v3 1/3] mk: add sensible default target with defconfig

2017-08-03 Thread Thomas Monjalon
07/06/2017 16:37, David Hunt: > Users can now use 'make defconfig' to generate a configuration using > the most appropriate defaults for the current machine. > > > arch taken from uname -m > machine defaults to native > execenv is taken from uname, Linux=linuxapp, otherwise bsdapp > toolc

Re: [dpdk-dev] [PATCH v3 1/3] mk: add sensible default target with defconfig

2017-06-12 Thread Jerin Jacob
-Original Message- > Date: Wed, 7 Jun 2017 15:37:55 +0100 > From: David Hunt > To: dev@dpdk.org > CC: tho...@monjalon.net, shreyansh.j...@nxp.com, David Hunt > > Subject: [dpdk-dev] [PATCH v3 1/3] mk: add sensible default target with > defconfig > X-Mail

[dpdk-dev] [PATCH v3 1/3] mk: add sensible default target with defconfig

2017-06-07 Thread David Hunt
Users can now use 'make defconfig' to generate a configuration using the most appropriate defaults for the current machine. arch taken from uname -m machine defaults to native execenv is taken from uname, Linux=linuxapp, otherwise bsdapp toolchain is taken from $CC -v to see which compile