Re: [dpdk-dev] [PATCH] security: fix anonymous unions in structure definitions

2017-11-09 Thread Ferruh Yigit
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 optio

Re: [dpdk-dev] [PATCH] security: fix anonymous unions in structure definitions

2017-11-09 Thread Thomas Monjalon
> > 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. Applied, thanks

Re: [dpdk-dev] [PATCH] security: fix anonymous unions in structure definitions

2017-11-09 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Akhil Goyal > Sent: Thursday, November 9, 2017 12:24 PM > To: dev@dpdk.org > Cc: Doherty, Declan ; > hemant.agra...@nxp.com; Nicolau, Radu ; > tho...@monjalon.net; Akhil Goyal > Subject: [dpdk-dev] [PATCH] securi