From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com
 [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id 6770D559C
 for <dev@dpdk.org>; Wed,  3 Dec 2014 21:48:42 +0100 (CET)
Received: by mail-wi0-f181.google.com with SMTP id r20so25809588wiv.8
 for <dev@dpdk.org>; Wed, 03 Dec 2014 12:48:42 -0800 (PST)
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:in-reply-to
 :references;
 bh=EukWWBuMmTckOpEIRgjd3VqOInQbuyZEnefL9YwX/hE=;
 b=lsqeV4Fzo6+/CMWkf9tJD2c8Q1IqAvs4GUThX+vtwA/GEMyK65e29Hsiexg6N5n7GL
 RC8c6HIfm1GQCWZVwOK0q2tGlYS1yf1Ino4xmhMSVY64gd732VM/JYFuofpp4DZLIETL
 wWgwhGD47kDUK83jcfvHjfOs/9UGIOWEWHinlajvhTo6v+crrZ8UYdpg4hO+LbhFWisG
 XfmxJ6e+F9KiGGUlZNiDKaPpJMOPGvK2f1GuL3owkmd1Aka5FF4rBO8F++xlxhSmQCxJ
 9ySIY9+R41WpR1GLiRdhqx136PfgZ/RFw8hD5Ju5ZU4wUKjCZyO6wbjKOX3oWhI7O5gD
 bjyQ==
X-Gm-Message-State: ALoCoQmh2SWxKuuVfcmUHiRjPMlSWTNdyb8gZIH2HKgW2SR3rHxSRDz8mmGO316XINaW+Lk8Rc/r
X-Received: by 10.180.76.211 with SMTP id m19mr16415201wiw.73.1417639722233;
 Wed, 03 Dec 2014 12:48:42 -0800 (PST)
Received: from XPS13.localdomain (188.20.90.92.rev.sfr.net. [92.90.20.188])
 by mx.google.com with ESMTPSA id hz9sm37761878wjb.17.2014.12.03.12.48.40
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128);
 Wed, 03 Dec 2014 12:48:41 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Date: Wed,  3 Dec 2014 21:47:46 +0100
Message-Id: <1417639668-23500-1-git-send-email-thomas.monjalon@6wind.com>
X-Mailer: git-send-email 2.1.3
In-Reply-To: <283531301.lWbIahXLyM@xps13>
References: <283531301.lWbIahXLyM@xps13>
Subject: [dpdk-dev] [PATCH 0/2] fix endianness in EAL
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, 03 Dec 2014 20:48:42 -0000

It can be hard to implement a reliable detection of endianness.
Previous trials in testpmd failed.
The IBM Power patchset introduced a config option.

This patchset try to improve the situation by having a detection
in EAL headers.

Please test it (especially on IBM Power) with different toolchains
or distributions.

Thomas Monjalon (2):
  eal: detect endianness
  app/testpmd: fix endianness detection

-- 
2.1.3