On Thu, Mar 10, 2022 at 7:06 AM Jiang, YuX <[email protected]> wrote: > > Hi maintainers, > > Who can give acked-by for this patch? > May I know this patch can be merged into 22.03 or not?
Acked-by: Jerin Jacob <[email protected]> Updated the git commit as follows and applied to dpdk-next-net-mrvl/for-next-net. Thanks net/cnxk: fix build error with optimization Fix the following build error seen with --optimization=1 and GCC 10.3.0. ../drivers/net/cnxk/cnxk_ethdev_mtr.c: In function ‘cnxk_nix_mtr_policy_validate’: ../lib/ethdev/rte_mtr_driver.h:188:10: error: ‘str’ may be used uninitialized in this function [-Werror=maybe-uninitialized] ../drivers/net/cnxk/cn10k_rx.h:149:2 error: ‘frag_ptr’ may be used uninitialized in this function Bugzilla ID: 939 Fixes: b526599020ef ("net/cnxk: fix build with GCC 12") Cc: [email protected] Reported-by: Ferruh Yigit <[email protected]> Signed-off-by: Rakesh Kudurumalla <[email protected]> Tested-by: Daxue Gao <[email protected]> Acked-by: Jerin Jacob <[email protected]> > > > -----Original Message----- > > From: Rakesh Kudurumalla <[email protected]> > > Sent: 2022年3月4日 22:24 > > To: Nithin Dabilpuram <[email protected]>; Kiran Kumar K > > <[email protected]>; Sunil Kumar Kori <[email protected]>; Satha > > Rao <[email protected]> > > Cc: [email protected]; [email protected]; Rakesh Kudurumalla > > <[email protected]>; [email protected]; Yigit, Ferruh > > <[email protected]> > > Subject: [PATCH] net/cnxk: fix error when compiled for x86 > > > > fix error when compiled for x86 platform when compiled with optimization > > flag enabled > > error: ‘str’ may be used uninitialized in this function > > error: ‘frag_ptr’ may be used uninitialized in this function > > > > Bugzilla ID: 939 > > Fixes: b526599020ef ("net/cnxk: fix build with GCC 12") > > Cc: [email protected] > > > > Reported-by: Ferruh Yigit <[email protected]> > > Signed-off-by: Rakesh Kudurumalla <[email protected]> > > ---

