From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id BC70F5921 for ; Tue, 16 Feb 2016 12:16:47 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 16 Feb 2016 03:16:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,455,1449561600"; d="scan'208";a="747184182" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga003.jf.intel.com with ESMTP; 16 Feb 2016 03:16:46 -0800 Received: from sivlogin002.ir.intel.com (sivlogin002.ir.intel.com [10.237.217.37]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u1GBGife011077; Tue, 16 Feb 2016 11:16:44 GMT Received: from sivlogin002.ir.intel.com (localhost [127.0.0.1]) by sivlogin002.ir.intel.com with ESMTP id u1GBGZ8H003362; Tue, 16 Feb 2016 11:16:35 GMT Received: (from fyigit@localhost) by sivlogin002.ir.intel.com with œ id u1GBGZun003358; Tue, 16 Feb 2016 11:16:35 GMT X-Authentication-Warning: sivlogin002.ir.intel.com: fyigit set sender to ferruh.yigit@intel.com using -f Date: Tue, 16 Feb 2016 11:16:35 +0000 From: Ferruh Yigit To: Bernard Iremonger Message-ID: <20160216111635.GA930@sivlogin002.ir.intel.com> Mail-Followup-To: Bernard Iremonger , dev@dpdk.org References: <1453991505-15205-1-git-send-email-bernard.iremonger@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453991505-15205-1-git-send-email-bernard.iremonger@intel.com> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] config: add default linux configuration X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 11:16:48 -0000 On Thu, Jan 28, 2016 at 02:31:45PM +0000, Bernard Iremonger wrote: > add config/defconfig_x86_64-default-linuxapp-gcc file. > > Signed-off-by: Bernard Iremonger Apart from configuration related discussion, this patch was helpful for me to notice "default" machine type, and difference between "native", so I believe it is good to have this as sample config. Acked-by: Ferruh Yigit Also not scope of this patch but I agree on Bruce's comment on renaming "default" machine type to "generic", I can send a patch for this if there is a demand. Regards, ferruh