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 C2B051B6AB for ; Thu, 9 Nov 2017 15:23:47 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP; 09 Nov 2017 06:23:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,370,1505804400"; d="scan'208";a="1242030340" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga002.fm.intel.com with ESMTP; 09 Nov 2017 06:23:45 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX107.ger.corp.intel.com ([169.254.10.239]) with mapi id 14.03.0319.002; Thu, 9 Nov 2017 14:23:45 +0000 From: "De Lara Guarch, Pablo" To: Akhil Goyal , "dev@dpdk.org" CC: "Doherty, Declan" , "hemant.agrawal@nxp.com" , "Nicolau, Radu" , "thomas@monjalon.net" Thread-Topic: [dpdk-dev] [PATCH] security: fix anonymous unions in structure definitions Thread-Index: AQHTWVYba8cgky8jTEq8+VJGwz2NXKMMGePQ Date: Thu, 9 Nov 2017 14:23:44 +0000 Message-ID: References: <20171109122357.32333-1-akhil.goyal@nxp.com> In-Reply-To: <20171109122357.32333-1-akhil.goyal@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzZiYTJiZWUtZjUzYS00MGY5LTk2ZjktMzQ5MjY4YzBjZTlkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IldyUzI2S1F6MUJ4eWNxVDBWYkhQaVZCb09tNElwRXl3dG9ieENDZUlzZUE9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Thu, 09 Nov 2017 14:23:48 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Akhil Goyal > Sent: Thursday, November 9, 2017 12:24 PM > To: dev@dpdk.org > Cc: Doherty, Declan ; > hemant.agrawal@nxp.com; Nicolau, Radu ; > thomas@monjalon.net; Akhil Goyal > Subject: [dpdk-dev] [PATCH] security: fix anonymous unions in structure > definitions >=20 > Fixes: c261d1431bd8 ("security: introduce security API and framework") >=20 > Signed-off-by: Akhil Goyal Acked-by: Pablo de Lara