> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Daniel Mrzyglod > Sent: Tuesday, November 24, 2015 3:13 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] net: fix build with gcc 4.4.7 and strict aliasing > > This is fix for GCC 4.4.7. > flag "-fstrict-aliasing" is default for optimalisation above -O0. > > Fixes: 2b039d5f20a3 ("net: fix build with gcc 4.4.7 and strict aliasing") > > Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod at intel.com> > ---
Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com> > 2.5.0