From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/3] net/thunderx: disable pmd for gcc < 4.7 Date: Thu, 06 Apr 2017 15:52:40 +0200 Message-ID: <41431253.GzYhVxOKU2@xps13> References: <20170406121428.16883-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Bruce Richardson , Harry van Haaren , dev@dpdk.org To: Ferruh Yigit , Jerin Jacob Return-path: Received: from mail-lf0-f53.google.com (mail-lf0-f53.google.com [209.85.215.53]) by dpdk.org (Postfix) with ESMTP id 543911DB1 for ; Thu, 6 Apr 2017 15:52:42 +0200 (CEST) Received: by mail-lf0-f53.google.com with SMTP id z15so26519986lfd.1 for ; Thu, 06 Apr 2017 06:52:41 -0700 (PDT) In-Reply-To: <20170406121428.16883-1-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-04-06 13:14, Ferruh Yigit: > PMD uses some compiler builtins and new compiler options. Tested with > gcc 4.5.1 and following were not supported: > > option: > -Ofast > > macros: > _Static_assert > > __ORDER_LITTLE_ENDIAN__ > __ORDER_BIG_ENDIAN__ > __BYTE_ORDER__ These ones should not be used as we have rte_byteorder.h. Please Jerin, could you use it?