22/03/2023 18:29, David Christensen: > Original acl implementation of Altivec optimized code included an > explicit -O2 optimization level for a particular inlined function. > When DPDK is built with the default -O3 optimization level on gcc > 11.x or later, the resulting code may generate a segmentation > fault as observed in acl_autotest. > > Since there is no explicit reason given for the local function > optimization level in the original commit, and testing with gcc > versions 8.x through 12.x results in working code at all -O > optimization settings, the local optimization is removed. > > Bugzilla ID: 1197 > Cc: sta...@dpdk.org > > Signed-off-by: David Christensen <d...@linux.vnet.ibm.com> > Tested-by: Thinh Tran <thin...@linux.vnet.ibm.com>
Applied, thanks.