> -----Original Message----- > From: stable [mailto:[email protected]] On Behalf Of Nelio > Laranjeiro > Sent: Thursday, November 23, 2017 10:03 AM > To: Akhil Goyal <[email protected]>; Doherty, Declan > <[email protected]> > Cc: [email protected]; Gaetan Rivet <[email protected]>; > [email protected] > Subject: [dpdk-stable] [PATCH v2 3/3] security: fix pedantic compilation > > /root/dpdk/x86_64-native-linuxapp-gcc/include/rte_security.h:229:8: > error: struct has no members [-Werror=pedantic] > struct rte_security_macsec_xform { > ^~~~~~~~~~~~~~~~~~~~~~~~~ > /root/dpdk/x86_64-native-linuxapp-gcc/include/rte_security.h:453:3: > error: struct has no members [-Werror=pedantic] > struct { > ^~~~~~ > > Fixes: c261d1431bd8 ("security: introduce security API and framework") > Cc: [email protected] > Cc: [email protected] > > Signed-off-by: Nelio Laranjeiro <[email protected]>
Applied to dpdk-next-crypto. Thanks, Pablo

