From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw0-f171.google.com (mail-yw0-f171.google.com [209.85.161.171]) by dpdk.org (Postfix) with ESMTP id C4CC83B5 for ; Mon, 15 May 2017 04:07:11 +0200 (CEST) Received: by mail-yw0-f171.google.com with SMTP id b68so31219286ywe.3 for ; Sun, 14 May 2017 19:07:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=2t/xFYAygd/5/eCk7/Q7LrUu/U16BqRvLIPgyoD1qvY=; b=VUOhnPDo26aUghH31ggg/rk1yLc/JU7f7hDHiamgs/40UDxdm2mBYmxbG/7Ul9a12L SfQvl1hbTV3gfT/ZtpjnHW/vP9A9CLiC+a3OO/IrM92iPxGL4ngeZ2XVgkI8CyTzyhEj zwkyff08yOuMS4i8stj80nWAbNX7iw7n71Q88= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=2t/xFYAygd/5/eCk7/Q7LrUu/U16BqRvLIPgyoD1qvY=; b=kUcnnj1yqFxoGnBhRNbkstKWedYoePjZvKOMcAdSEUV8TSwQN/eNMbvsmK8NpOy32C A8tEIHCHSE7ixhbR1Gdhb+rPA/oPoFKvCUbTcYin4Z6ijL0n8mfIpE66Y29h7s6QxmVj w+9s0qGlMB4V5RqY+3JBvA2ehldrCt49JhpbR1OF++VAPnnJ1UbVoC6JUZuYy9Dyn3gA SiTHOFHKlHoJcWN+HIj2bel0CWxOHkWiQiRKOwqFwd6igB/5jgAkSVgj1PWINSxi/f5k J7uddrcU7CBYdM9GcsgIIpyLeuIzkzfnDxf7keSweBub8K9UOVr42mfXGV70WYJ4QmUY bThw== X-Gm-Message-State: AODbwcB/w4IP41f6fdrwEhizo7Anwv4jtvLi7/2/RHBRwzgcvQkEo5Ue d90fY8QOigYR3YkQcfyjpTZawkxdK7Op X-Received: by 10.13.197.131 with SMTP id h125mr3072588ywd.292.1494814031102; Sun, 14 May 2017 19:07:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.4.16 with HTTP; Sun, 14 May 2017 19:07:10 -0700 (PDT) In-Reply-To: <20170512101535.7221-3-ashwin.sekhar@caviumnetworks.com> References: <20170427140618.35897-1-ashwin.sekhar@caviumnetworks.com> <20170512101535.7221-1-ashwin.sekhar@caviumnetworks.com> <20170512101535.7221-3-ashwin.sekhar@caviumnetworks.com> From: Jianbo Liu Date: Mon, 15 May 2017 10:07:10 +0800 Message-ID: To: Ashwin Sekhar T K Cc: Jerin Jacob , thomas@monjalon.net, Jan Viktorin , jasvinder.singh@intel.com, dev@dpdk.org Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v5 2/4] eal: move gcc version definition to common header X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2017 02:07:12 -0000 On 12 May 2017 at 18:15, Ashwin Sekhar T K wrote: > Moved the definition of GCC_VERSION from lib/librte_table/rte_lru.h > to lib/librte_eal/common/include/rte_common.h. > > Tested compilation on: > * arm64 with gcc > * x86 with gcc and clang > > Signed-off-by: Ashwin Sekhar T K > Reviewed-by: Jan Viktorin > --- > lib/librte_eal/common/include/rte_common.h | 6 ++++++ > lib/librte_table/rte_lru.h | 10 ++-------- > 2 files changed, 8 insertions(+), 8 deletions(-) > Acked-by: Jianbo Liu