From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chao Zhu Subject: Re: [PATCH] fm10k: fix the compilation on big endian platforms Date: Mon, 03 Aug 2015 17:02:46 +0800 Message-ID: <55BF2E36.5030404@linux.vnet.ibm.com> References: <1438583517-19035-1-git-send-email-chaozhu@linux.vnet.ibm.com> <1524510.oV3tyHMdDr@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from e23smtp03.au.ibm.com (e23smtp03.au.ibm.com [202.81.31.145]) by dpdk.org (Postfix) with ESMTP id 16261255 for ; Mon, 3 Aug 2015 11:03:43 +0200 (CEST) Received: from /spool/local by e23smtp03.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 3 Aug 2015 19:03:40 +1000 Received: from d23relay06.au.ibm.com (d23relay06.au.ibm.com [9.185.63.219]) by d23dlp03.au.ibm.com (Postfix) with ESMTP id CEE743578057 for ; Mon, 3 Aug 2015 19:03:37 +1000 (EST) Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.235.139]) by d23relay06.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t7393RgI9175242 for ; Mon, 3 Aug 2015 19:03:36 +1000 Received: from d23av04.au.ibm.com (localhost [127.0.0.1]) by d23av04.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t73934LW005138 for ; Mon, 3 Aug 2015 19:03:04 +1000 In-Reply-To: <1524510.oV3tyHMdDr@xps13> 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" Got it. Thanks! On 2015/8/3 16:53, Thomas Monjalon wrote: > 2015-08-03 14:31, Chao Zhu: >> The using of rte_cpu_to_le_32() in pre-compile macros will cause error >> 'initializer element is not constant' on big endian platforms. This patch >> fixes the compilation error of fm10k driver. >> >> >> Chao Zhu (1): >> fm10k: fix the compilation on big endian platforms > Chao, no need of cover-letter for only 1 patch. >