From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 272E632A5 for ; Tue, 2 Dec 2014 17:00:39 +0100 (CET) Received: from hmsreliant.think-freely.org ([2001:470:8:a08:7aac:c0ff:fec2:933b] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1XvpsN-0001Jb-JQ; Tue, 02 Dec 2014 11:00:37 -0500 Date: Tue, 2 Dec 2014 11:00:29 -0500 From: Neil Horman To: Thomas Monjalon Message-ID: <20141202160029.GG3388@hmsreliant.think-freely.org> References: <26754790.ZiWjDrWf5S@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <26754790.ZiWjDrWf5S@xps13> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: dev@dpdk.org Subject: Re: [dpdk-dev] endianness with ICC X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 16:00:39 -0000 On Tue, Dec 02, 2014 at 04:36:20PM +0100, Thomas Monjalon wrote: > I'm looking at endian detection to make it work with several compilers. > > During this global check, I've seen some code specific to ICC: > http://dpdk.org/browse/dpdk/tree/app/test-pmd/testpmd.h#n562 > If it's still really useful, it should in rte_byteorder.h, not in testpmd. > > But, if possible, I'd prefer to remove this workaround. > > Any opinion? > No objections Neil > -- > Thomas >