From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 20E7F2B89 for ; Fri, 10 Nov 2017 03:15:08 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 09 Nov 2017 18:15:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,371,1505804400"; d="scan'208";a="383788" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.224.59]) ([10.241.224.59]) by FMSMGA003.fm.intel.com with ESMTP; 09 Nov 2017 18:15:07 -0800 To: Thomas Monjalon , Akhil Goyal Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , "Doherty, Declan" , "hemant.agrawal@nxp.com" , "Nicolau, Radu" References: <20171109122357.32333-1-akhil.goyal@nxp.com> <7454462.RE1GXQdmj8@xps> From: Ferruh Yigit Message-ID: Date: Thu, 9 Nov 2017 18:15:06 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <7454462.RE1GXQdmj8@xps> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] security: fix anonymous unions in structure definitions 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: Fri, 10 Nov 2017 02:15:09 -0000 On 11/9/2017 5:52 PM, Thomas Monjalon wrote: >>> Fixes: c261d1431bd8 ("security: introduce security API and framework") >>> >>> Signed-off-by: Akhil Goyal >> >> Acked-by: Pablo de Lara > > I'm surprised we have not hit this issue before. I think this only can be observed with gcc pedantic option, we don't compile DPDK with this option, only some drivers supports pedantic flag. > > Applied, thanks >