From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51])
 by dpdk.org (Postfix) with ESMTP id 62D755A3E
 for <dev@dpdk.org>; Mon, 20 Jul 2015 01:18:46 +0200 (CEST)
Received: by wgmn9 with SMTP id n9so118476193wgm.0
 for <dev@dpdk.org>; Sun, 19 Jul 2015 16:18:46 -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=LQIBTiCo/T4cdQEZxzrbtgs1I/aJZQT5/8E2qrZiAHM=;
 b=f1EOvGAY9GgenywcylyEdWl/YlA1r82Fdxtc7UBtIpIGYrC2Ei/infcwnQnXL3CuPu
 i54QCZKT9xbhkDbGlNfI/2e1D4WFihHvqiBoLTpPi4l3bzmTdXjbFO+Ao4Ous/6ryKQw
 Pzt62M4pcCFppnSkj5KxxqQZXq1mKvgJ7wLkednCDqQy8JeDIAx5xs2yXcXyoRfslVsE
 xuaR6xKC4OJZ4F2VOCHttfv5zSlTlasdHtaD4L22iCTGcBlXOBrORpG32ChS+1SJvtmw
 jIGXiRjb9VxZ+Ffi5fD3HmWUYOP+xRTqqtHQSFsA5MaG7MLAmkVyJdJUUkDRpYxXhOe+
 1xCg==
X-Gm-Message-State: ALoCoQmIbzqB3l4YzX4MbQggTUn19CU1wVvV6DzN9qR72cCJ1FQt+bx4AxTcXqSjneKt2V65F0Lf
X-Received: by 10.180.77.40 with SMTP id p8mr16301459wiw.29.1437347926232;
 Sun, 19 Jul 2015 16:18:46 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id v20sm29169050wjw.17.2015.07.19.16.18.44
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Sun, 19 Jul 2015 16:18:45 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Zhe Tao <zhe.tao@intel.com>
Date: Mon, 20 Jul 2015 01:17:34 +0200
Message-ID: <3667314.TEympvTr4H@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <55A8B84B.8070004@linux.vnet.ibm.com>
References: <1437104817-13578-1-git-send-email-zhe.tao@intel.com>
 <1437117940-7849-1-git-send-email-zhe.tao@intel.com>
 <55A8B84B.8070004@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 v3] i40e: Fix the endian issue for the i40e
	read&write registers functions
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: Sun, 19 Jul 2015 23:18:46 -0000

There was no explanation.
The changed title should be more explicit:
"i40e: fix registers access from big endian CPU"

> > Signed-off-by: Zhe Tao <zhe.tao@intel.com>
> Acked-by: Chao Zhu <chaozhu@linux.vnet.ibm.com>

Applied, thanks