From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] cryptodev: fixes for gcc 4.4.7 build issues Date: Fri, 27 Nov 2015 19:16:28 +0100 Message-ID: <20721520.aaIbR8p5oW@xps13> References: <1448646287-4261-1-git-send-email-declan.doherty@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Declan Doherty Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 51B4B3772 for ; Fri, 27 Nov 2015 19:17:48 +0100 (CET) Received: by wmec201 with SMTP id c201so80291240wme.0 for ; Fri, 27 Nov 2015 10:17:48 -0800 (PST) In-Reply-To: <1448646287-4261-1-git-send-email-declan.doherty@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-11-27 17:44, Declan Doherty: > - Fix for build error caused by flexible array member in struct rte_ccryptodev_session. error: flexible array member in otherwise empty struct > - Change void** casting of sess parameter in rte_cryptodev_session_create which > causes a strict-aliasing error Fixes: d11b0f30df88 ("cryptodev: introduce API and framework for crypto devices") > Signed-off-by: Declan Doherty Applied, thanks