From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=dBQLK5C8ET3SoD9MlJSMxrGN6PfolpIuEdtzew42fWg=; b=dFEPb5A4XEKtI4w4ler9+POMhm3tJMSOTHVnPszEfrXWcnOz8kGAnIkYxa0xVO0JrB FPp4oaQgtyFpDdJ9ZEM9iW/0wOhDEYfHb5O4uAF/3ZY+mDO40Lyjd02wlJUCH3YdSRAL gSgZsfGxkhqUZtSpKfxPS0P91Iu20/Sx+ZzIhsVHNZjCC1qcEBCxliTRXvvBUzUblyhG vNq2ZU7AOYtzl6vwynFjO13VeGLQzl0rLk8b7BDldGKfTbWdjqXt5UyMc4J7ulQERWpQ ogVKV3ZG6NRPa5rPbOfR3uWYXHw5ycC9l9CNrex3eiRRBAi6N6Fp99lJEOePCRlZkalH N3Ug== X-Gm-Message-State: ALoCoQnFLa5l8vcwphECF7U0lifUSd60MZBR8vfEX/5SE6yWOx3bdyjlcY+QayuZbH/ywhcZaQQm X-Received: by 10.194.172.8 with SMTP id ay8mr31489536wjc.106.1438592104637; Mon, 03 Aug 2015 01:55:04 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id di7sm12425793wib.23.2015.08.03.01.55.03 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Aug 2015 01:55:03 -0700 (PDT) From: Thomas Monjalon To: Chao Zhu Date: Mon, 03 Aug 2015 10:53:50 +0200 Message-ID: <1524510.oV3tyHMdDr@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1438583517-19035-1-git-send-email-chaozhu@linux.vnet.ibm.com> References: <1438583517-19035-1-git-send-email-chaozhu@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] fm10k: fix the compilation on big endian platforms 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: Mon, 03 Aug 2015 08:55:04 -0000 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.