From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 0/2] fix endianness in EAL Date: Wed, 3 Dec 2014 21:47:46 +0100 Message-ID: <1417639668-23500-1-git-send-email-thomas.monjalon@6wind.com> References: <283531301.lWbIahXLyM@xps13> To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <283531301.lWbIahXLyM@xps13> 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" 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