From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 1/2] net/thunderx: select -fno-prefetch-loop-arrays only for gcc Date: Wed, 29 Jun 2016 11:39:07 +0100 Message-ID: <20160629103907.GG4720@bricha3-MOBL3> References: <1467044166-31912-1-git-send-email-jerin.jacob@caviumnetworks.com> <57723B9B.8070209@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jerin Jacob , dev@dpdk.org, thomas.monjalon@6wind.com To: Ferruh Yigit Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 65A8D1396 for ; Wed, 29 Jun 2016 12:39:26 +0200 (CEST) Content-Disposition: inline In-Reply-To: <57723B9B.8070209@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Jun 28, 2016 at 09:55:55AM +0100, Ferruh Yigit wrote: > On 6/27/2016 5:16 PM, Jerin Jacob wrote: > > 'fno-prefetch-loop-arrays' optimization flag is not supported with clang > > > > Fixes: dcc49041 (net/thunderx: add single and multi-segment Tx functions") > > > > Signed-off-by: Jerin Jacob > > Reported-by: Ferruh Yigit > > check-git-log gives following errors: > > Wrong 'Fixes' reference: > Fixes: dcc49041 (net/thunderx: add single and multi-segment Tx > functions") > > This looks like because of missing " in the beginning Yes, but I can fix that on apply. Other very minor nit is that the standard for fixes lines is to use a 12-char commit id, rather than 8. Per contributors guide: git config alias.fixline "log -1 --abbrev=12 --format='Fixes: %h (\"%s\")'" /Bruce