From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] aesni_mb: strict-aliasing rule compilation fix Date: Wed, 24 Feb 2016 15:06:39 +0100 Message-ID: <2395509.7MjGLuR20o@xps13> References: <1454159311-5924-1-git-send-email-declan.doherty@intel.com> <1455555967-31084-1-git-send-email-declan.doherty@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: "Doherty, Declan" Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id D40452B94 for ; Wed, 24 Feb 2016 15:08:13 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id c200so271308051wme.0 for ; Wed, 24 Feb 2016 06:08:13 -0800 (PST) In-Reply-To: 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" > > Fixes: 924e84f87306 ("aesni_mb: add driver for multi buffer based c= rypto") > >=20 > > When compiling the AESNI_MB PMD with GCC 4.4.7 on Centos 6.7 a > > "dereferencing > > pointer =E2=80=98obj_p=E2=80=99 does break strict-aliasing rules" w= arning occurs in the > > get_session() function. > >=20 > > Signed-off-by: Declan Doherty >=20 > Acked-by: Pablo de Lara Applied, thanks