From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 4F3123798 for ; Wed, 5 Apr 2017 18:13:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491408839; x=1522944839; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=x4X3qTFg7lETVrWUZj+1rUQGYdBiQx5svKAr6tJatok=; b=o6VJ7CXYatputRAZJDyERCzzwNsn888K7pLX2Yudp5WqLmDVo/T0CGAK 9JYo9ophRrjm7lrfqQynA9dI2o9Imw==; Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Apr 2017 09:13:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,279,1486454400"; d="scan'208";a="83530583" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.140]) by orsmga005.jf.intel.com with SMTP; 05 Apr 2017 09:13:55 -0700 Received: by (sSMTP sendmail emulation); Wed, 05 Apr 2017 17:13:55 +0100 Date: Wed, 5 Apr 2017 17:13:54 +0100 From: Bruce Richardson To: Ferruh Yigit Cc: Thomas Monjalon , dev@dpdk.org Message-ID: <20170405161354.GB15156@bricha3-MOBL3.ger.corp.intel.com> References: <20170405150312.20960-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170405150312.20960-1-ferruh.yigit@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.0 (2017-02-23) Subject: Re: [dpdk-dev] [PATCH] ring: fix build with icc 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: Wed, 05 Apr 2017 16:13:59 -0000 On Wed, Apr 05, 2017 at 04:03:12PM +0100, Ferruh Yigit wrote: > build error: > 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; > ^ > > Alignment attribute moved to first element of the struct > > Fixes: a6619414e0a9 ("ring: make struct and macros type agnostic") > > Signed-off-by: Ferruh Yigit > --- Patch looks ok to me Signed-off-by: Bruce Richardson