From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 9E2F3548B for ; Wed, 12 Jul 2017 12:12:24 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP; 12 Jul 2017 03:12:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,349,1496127600"; d="scan'208";a="992042218" Received: from dwdohert-dpdk.ir.intel.com ([163.33.210.152]) by orsmga003.jf.intel.com with ESMTP; 12 Jul 2017 03:12:22 -0700 To: Pablo de Lara Cc: dev@dpdk.org References: <20170710025923.66395-1-pablo.de.lara.guarch@intel.com> From: Declan Doherty Message-ID: Date: Wed, 12 Jul 2017 11:09:39 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170710025923.66395-1-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] cryptodev: fix icc build 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, 12 Jul 2017 10:12:25 -0000 On 10/07/17 03:59, Pablo de Lara wrote: > Removed unnecessary macro RTE_STD_C11, which is used > for unnamed structs. > Since there is no longer an unnamed structure in > rte_cryptodev_sym_session, this is not needed and > it is actually breaking compilation on icc: > > lib/librte_cryptodev/rte_cryptodev.h(887): error: expected a declaration > __extension__ void *sess_private_data[0]; > ^ > Fixes: 7c110ce7aa4e ("cryptodev: remove mempool from session") > > Signed-off-by: Pablo de Lara > --- ... > Acked-by: Declan Doherty