> -----Original Message----- > From: Jerin Jacob [mailto:[email protected]] > Sent: Wednesday, July 22, 2020 3:45 PM > To: Rasesh Mody <[email protected]> > Cc: wangyunjian <[email protected]>; [email protected]; Shahed Shaikh > <[email protected]>; Lilijun (Jerry) <[email protected]>; xudingke > <[email protected]>; [email protected] > Subject: Re: [EXT] [dpdk-dev] [PATCH] net/qede: remove dead code > > On Wed, Jul 22, 2020 at 3:14 AM Rasesh Mody <[email protected]> wrote: > > > > >From: wangyunjian <[email protected]> > > >Sent: Friday, July 17, 2020 4:16 AM > > > > > >From: Yunjian Wang <[email protected]> > > > > > >This patch fixes (Logically dead code) coverity issue. > > > > > >Coverity issue: 261777, 261778 > > >Fixes: dd28bc8c6ef4 ("net/qede: fix VF port creation sequence") > > >Cc: [email protected] > > > > > >Signed-off-by: Yunjian Wang <[email protected]> > > >--- > > > > Acked-by: Rasesh Mody <[email protected]> > > There is build issue reported with this patch by CI for qede. Please check it > is > valid or not http://mails.dpdk.org/archives/test-report/2020-July/145267.html
I've already checked. I don't know the reason why the codes on both sides are different. The origin code: fprintf(stderr,"Can not write all of dump data bytes=%zd len=%zd\n", The CI code: fprintf(stderr, "Can not write all of dump data bytes=%ld len=%ld\n", > > > > > Thanks! > >

