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

Ferruh Yigit ferruh.yigit at intel.com
Wed Jul 22 14:29:49 CEST 2020


On 7/22/2020 1:15 PM, wangyunjian wrote:
>> -----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",
> 

CI run is on top of the 'mrvl' tree (DPDK git baseline:
Repo:dpdk-next-net-mrvl), and above part may be fixed while pulling to the
'next-net'.

Anyway the latest code looks good (for above change), also the error is
unrelated to your patch. So a false positive for this patch.




More information about the stable mailing list