> -----Original Message----- > From: stable [mailto:stable-boun...@dpdk.org] On Behalf Of Nelio > Laranjeiro > Sent: Thursday, November 23, 2017 10:03 AM > To: Akhil Goyal <akhil.go...@nxp.com>; Doherty, Declan > <declan.dohe...@intel.com> > Cc: dev@dpdk.org; Gaetan Rivet <gaetan.ri...@6wind.com>; > sta...@dpdk.org > 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: akhil.go...@nxp.com > Cc: sta...@dpdk.org > > Signed-off-by: Nelio Laranjeiro <nelio.laranje...@6wind.com>
Applied to dpdk-next-crypto. Thanks, Pablo