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
bject: [dpdk-dev] [PATCH] security: fix anonymous unions in structure > definitions > > Fixes: c261d1431bd8 ("security: introduce security API and framework") > > Signed-off-by: Akhil Goyal Acked-by: Pablo de Lara

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

2017-11-09 Thread Akhil Goyal
Fixes: c261d1431bd8 ("security: introduce security API and framework") Signed-off-by: Akhil Goyal --- lib/librte_security/rte_security.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/librte_security/rte_security.h b/lib/librte_security/rte_security.h index 7e687d2..653929b 100644 -