From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ixgbe: fix data access on big endian cpu Date: Mon, 23 Mar 2015 15:01:53 +0100 Message-ID: <3986979.AOFPnzYeq1@xps13> References: <1425371224-15631-1-git-send-email-xuelin.shi@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: xuelin.shi-KZfg59tc24xl57MIdRCFDg@public.gmane.org Return-path: In-Reply-To: <1425371224-15631-1-git-send-email-xuelin.shi-KZfg59tc24xl57MIdRCFDg@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2015-03-03 16:27, xuelin.shi-KZfg59tc24xl57MIdRCFDg@public.gmane.org: > From: Xuelin Shi > > enforce rules for cpu and ixgbe exchanging data. > 1. cpu use data owned by ixgbe must use rte_le_to_cpu_xx(...) > 2. cpu fill data to ixgbe must use rte_cpu_to_le_xx(...) > > Signed-off-by: Xuelin Shi Please Xuelin, could you rebase on HEAD and fix these checkpatch errors? ERROR:SPACING: space prohibited after that '!' (ctx:BxW) ERROR:CODE_INDENT: code indent should use tabs where possible +^I^I ^I ^I IXGBE_RXDADV_STAT_DD)) {$ Thanks