From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 9F5801B80D for ; Tue, 10 Apr 2018 17:51:48 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Apr 2018 08:51:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,432,1517904000"; d="scan'208";a="31021995" Received: from dhunt5-mobl2.ger.corp.intel.com (HELO [10.237.221.55]) ([10.237.221.55]) by fmsmga007.fm.intel.com with ESMTP; 10 Apr 2018 08:51:46 -0700 To: Thomas Monjalon Cc: dev@dpdk.org References: <20180410150804.8774-1-david.hunt@intel.com> <7655894.4A4lxXJCTW@xps> From: "Hunt, David" Message-ID: <3fd5c271-2924-de72-a316-7acfb86013b5@intel.com> Date: Tue, 10 Apr 2018 16:52:29 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <7655894.4A4lxXJCTW@xps> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v1] mk: fix make defconfig on FreeBSD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2018 15:51:49 -0000 On 10/4/2018 4:28 PM, Thomas Monjalon wrote: > 10/04/2018 17:08, David Hunt: >> Fixes: bce6c42c4ad5 ("mk: add sensible default target with defconfig") >> >> Signed-off-by: David Hunt > I am sorry, I have to nack because the change is not explained. > > Apologies, Thomas. I have now added an explanation of what's going on on the patch and pushed up a v2. Regards, Dave.