From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com
 [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id ECF22C608
 for <dev@dpdk.org>; Thu, 30 Jul 2015 01:35:13 +0200 (CEST)
Received: by wibud3 with SMTP id ud3so46123134wib.0
 for <dev@dpdk.org>; Wed, 29 Jul 2015 16:35:13 -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=1cJhnN15IJTvECr/eZmqE9mJGisXXEqbeKshAbOqyes=;
 b=mKozsG7nkp4sVs1UO1IMWMMCW6nJcsovx+YffQ2+9IK3sMb4fqqrQVR6gFJk0AxVci
 vb2zfCgH16t6yud3cpd9aFupj3vynTbBJzRmloiaOHhu7fcBbt871lcI3DywwexZlRlk
 6tHkGKe/dlbpnDSNQBZhb3bjt7yuJ8HnVtgq7yXv3fd+Yqy7Kr7rwx/4DHoXkRi9HTC1
 wtdU0rrhFRCbKbHW7EeAaQPZjDQCPAyC8lnMjQFvGWTwzjx7f2JjYTRcvntoR5X+IMqZ
 nVAdA9ULoAHyaTRMOGHXVfcBKXK2Y3SD6+OQDHR2CyPb/yYpBLfkg9mFvBtSLuM9UwBv
 ZlBQ==
X-Gm-Message-State: ALoCoQm6UxQkvyuyZAE7XMddiU/5Pt9xl57mUBTQdfzYf3FWCLv3jVRaZwj2Jr6mnL1vBp2Zntxh
X-Received: by 10.194.109.229 with SMTP id hv5mr87608706wjb.119.1438212913790; 
 Wed, 29 Jul 2015 16:35:13 -0700 (PDT)
Received: from xps13.localnet (guy78-1-82-235-116-147.fbx.proxad.net.
 [82.235.116.147])
 by smtp.gmail.com with ESMTPSA id fh3sm4505535wib.20.2015.07.29.16.35.12
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 29 Jul 2015 16:35:12 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "xuelin.shi@freescale.com" <xuelin.shi@freescale.com>
Date: Thu, 30 Jul 2015 01:33:57 +0200
Message-ID: <10899224.KWv7TdflPu@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <2601191342CEEE43887BDE71AB97725836A69A6D@irsmsx105.ger.corp.intel.com>
References: <1438151900-27849-1-git-send-email-xuelin.shi@freescale.com>
 <2601191342CEEE43887BDE71AB97725836A69A6D@irsmsx105.ger.corp.intel.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 v4] ixgbe: fix data access on big endian cpu.
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 29 Jul 2015 23:35:14 -0000

> > 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(...)
> > 3. checking pci status with converted constant
> > 
> > Signed-off-by: Xuelin Shi <xuelin.shi@freescale.com>
> 
> Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>

Applied without added blank lines, thanks