From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 00/14] refactor and cleanup of rte_ring Date: Mon, 03 Apr 2017 19:55:02 +0200 Message-ID: <21333815.45kW7ILCby@xps13> References: <20170328203606.27457-1-bruce.richardson@intel.com> <20170329130941.31190-1-bruce.richardson@intel.com> <4c0bd0b8-d221-1a6b-85eb-cb1777861e3b@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: Bruce Richardson Return-path: Received: from mail-wr0-f176.google.com (mail-wr0-f176.google.com [209.85.128.176]) by dpdk.org (Postfix) with ESMTP id B13A52B9B for ; Mon, 3 Apr 2017 19:55:04 +0200 (CEST) Received: by mail-wr0-f176.google.com with SMTP id k6so174929592wre.2 for ; Mon, 03 Apr 2017 10:55:04 -0700 (PDT) In-Reply-To: <4c0bd0b8-d221-1a6b-85eb-cb1777861e3b@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-03-31 15:37, Ferruh Yigit: > After latest master tree integrated into next-net, icc build throws > following error, which I assume related to this patchset, FYI: > > In file included from .../lib/librte_ring/rte_ring.c(90): > .../lib/librte_ring/rte_ring.h(162): error #1366: a reduction in > alignment without the "packed" attribute is ignored > } __rte_cache_aligned; > ^ Any news about this build error, please?