From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 7E9011ADD3; Mon, 11 Dec 2017 13:42:40 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Dec 2017 04:42:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,391,1508828400"; d="scan'208";a="17274181" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.106]) by orsmga002.jf.intel.com with SMTP; 11 Dec 2017 04:42:37 -0800 Received: by (sSMTP sendmail emulation); Mon, 11 Dec 2017 12:42:36 +0000 Date: Mon, 11 Dec 2017 12:42:35 +0000 From: Bruce Richardson To: Hemant Agrawal Cc: dev@dpdk.org, ferruh.yigit@intel.com, stable@dpdk.org Message-ID: <20171211124235.GC11536@bricha3-MOBL3.ger.corp.intel.com> References: <1509617335-6354-1-git-send-email-hemant.agrawal@nxp.com> <1509617335-6354-5-git-send-email-hemant.agrawal@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1509617335-6354-5-git-send-email-hemant.agrawal@nxp.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.1 (2017-09-22) Subject: Re: [dpdk-dev] [PATCH 5/5] net/ixgbe: fix compilation on ARM BE X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 12:42:41 -0000 On Thu, Nov 02, 2017 at 03:38:55PM +0530, Hemant Agrawal wrote: > fixes the following compilation error on compiling with ARM BE compiler > > ixgbe_common.c: In function ‘ixgbe_host_interface_command’: > ixgbe_common.c:4610:22: error: passing argument 1 of > ‘__builtin_bswap32’ makes integer from pointer without a cast > [-Werror=int-conversion] > IXGBE_LE32_TO_CPUS(&buffer[bi]); > ^ > Fixes: aa4fc14d2cee ("ixgbe: update base driver") > Cc: stable@dpdk.org > > Signed-off-by: Hemant Agrawal Looks harmless! Acked-by: Bruce Richardson