From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id DE4D32C5A for ; Tue, 28 Jun 2016 10:56:12 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP; 28 Jun 2016 01:55:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,540,1459839600"; d="scan'208";a="984686608" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.221.47]) ([10.237.221.47]) by orsmga001.jf.intel.com with ESMTP; 28 Jun 2016 01:55:56 -0700 To: Jerin Jacob , dev@dpdk.org References: <1467044166-31912-1-git-send-email-jerin.jacob@caviumnetworks.com> Cc: thomas.monjalon@6wind.com, bruce.richardson@intel.com From: Ferruh Yigit Message-ID: <57723B9B.8070209@intel.com> Date: Tue, 28 Jun 2016 09:55:55 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1467044166-31912-1-git-send-email-jerin.jacob@caviumnetworks.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 1/2] net/thunderx: select -fno-prefetch-loop-arrays only for gcc 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, 28 Jun 2016 08:56:13 -0000 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