[dpdk-dev] [EXT] [PATCH] net/qede: remove dead code

wangyunjian wangyunjian at huawei.com
Wed Jul 22 14:15:23 CEST 2020


> -----Original Message-----
> From: Jerin Jacob [mailto:jerinjacobk at gmail.com]
> Sent: Wednesday, July 22, 2020 3:45 PM
> To: Rasesh Mody <rmody at marvell.com>
> Cc: wangyunjian <wangyunjian at huawei.com>; dev at dpdk.org; Shahed Shaikh
> <shshaikh at marvell.com>; Lilijun (Jerry) <jerry.lilijun at huawei.com>; xudingke
> <xudingke at huawei.com>; stable at dpdk.org
> Subject: Re: [EXT] [dpdk-dev] [PATCH] net/qede: remove dead code
> 
> On Wed, Jul 22, 2020 at 3:14 AM Rasesh Mody <rmody at marvell.com> wrote:
> >
> > >From: wangyunjian <wangyunjian at huawei.com>
> > >Sent: Friday, July 17, 2020 4:16 AM
> > >
> > >From: Yunjian Wang <wangyunjian at huawei.com>
> > >
> > >This patch fixes (Logically dead code) coverity issue.
> > >
> > >Coverity issue: 261777, 261778
> > >Fixes: dd28bc8c6ef4 ("net/qede: fix VF port creation sequence")
> > >Cc: stable at dpdk.org
> > >
> > >Signed-off-by: Yunjian Wang <wangyunjian at huawei.com>
> > >---
> >
> > Acked-by: Rasesh Mody <rmody at marvell.com>
> 
> 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!
> >


More information about the dev mailing list