From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] fm10k: fix the compilation on big endian platforms Date: Mon, 03 Aug 2015 10:53:50 +0200 Message-ID: <1524510.oV3tyHMdDr@xps13> References: <1438583517-19035-1-git-send-email-chaozhu@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Chao Zhu Return-path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id BF87CC3E4 for ; Mon, 3 Aug 2015 10:55:04 +0200 (CEST) Received: by wibxm9 with SMTP id xm9so104515783wib.1 for ; Mon, 03 Aug 2015 01:55:04 -0700 (PDT) In-Reply-To: <1438583517-19035-1-git-send-email-chaozhu@linux.vnet.ibm.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" 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.