Re: [PATCH] net/cnxk: fix error when compiled for x86

2022-03-16 Thread Kevin Traynor
: [PATCH] net/cnxk: fix error when compiled for x86 On Thu, Mar 10, 2022 at 7:06 AM Jiang, YuX 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 Updated the git commit as follows and applied to dpdk-next

Re: [PATCH] net/cnxk: fix error when compiled for x86

2022-03-15 Thread Jerin Jacob
ha Rao ; > > dev@dpdk.org; jer...@marvell.com; sta...@dpdk.org; Yigit, Ferruh > > > > Subject: Re: [PATCH] net/cnxk: fix error when compiled for x86 > > > > On Thu, Mar 10, 2022 at 7:06 AM Jiang, YuX wrote: > > > > > > Hi maintainers, > > > &

RE: [PATCH] net/cnxk: fix error when compiled for x86

2022-03-15 Thread Gao, DaxueX
o > Acked-by: Jerin Jacob > > > > > > > -Original Message- > > > From: Rakesh Kudurumalla > > > Sent: 2022年3月4日 22:24 > > > To: Nithin Dabilpuram ; Kiran Kumar K > > > ; Sunil Kumar Kori ; > > > Satha Rao > > &

Re: [PATCH] net/cnxk: fix error when compiled for x86

2022-03-10 Thread Jerin Jacob
> > Rao > > Cc: dev@dpdk.org; jer...@marvell.com; Rakesh Kudurumalla > > ; sta...@dpdk.org; Yigit, Ferruh > > > > Subject: [PATCH] net/cnxk: fix error when compiled for x86 > > > > fix error when compiled for x86 platform when compiled with optimizati

RE: [PATCH] net/cnxk: fix error when compiled for x86

2022-03-09 Thread Jiang, YuX
Cc: dev@dpdk.org; jer...@marvell.com; Rakesh Kudurumalla > ; sta...@dpdk.org; Yigit, Ferruh > > 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 uniniti

RE: [PATCH] net/cnxk: fix error when compiled for x86

2022-03-06 Thread Gao, DaxueX
> -Original Message- > From: Rakesh Kudurumalla > Sent: 2022年3月4日 22:24 > To: Nithin Dabilpuram ; Kiran Kumar K > ; Sunil Kumar Kori ; Satha > Rao > Cc: dev@dpdk.org; jer...@marvell.com; Rakesh Kudurumalla > ; sta...@dpdk.org; Yigit, Ferruh > > Subject: [P

[PATCH] net/cnxk: fix error when compiled for x86

2022-03-04 Thread Rakesh Kudurumalla
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: sta...@dpdk.org R