Re: [dpdk-dev] [PATCH 7/8] net/hns3: fix some static check errors by coverity

2020-11-03 Thread Ferruh Yigit
On 11/3/2020 12:11 PM, oulijun wrote: 在 2020/11/3 19:41, Ferruh Yigit 写道: On 11/2/2020 2:38 PM, Lijun Ou wrote: From: Hongbo Zheng This patch fixes some warnings. coverity:function format symbol does not match I think we are not getting these warnings in the public coverity, is there a s

Re: [dpdk-dev] [PATCH 7/8] net/hns3: fix some static check errors by coverity

2020-11-03 Thread oulijun
在 2020/11/3 19:41, Ferruh Yigit 写道: On 11/2/2020 2:38 PM, Lijun Ou wrote: From: Hongbo Zheng This patch fixes some warnings. coverity:function format symbol does not match I think we are not getting these warnings in the public coverity, is there a specific configuration for it? Yes, t

Re: [dpdk-dev] [PATCH 7/8] net/hns3: fix some static check errors by coverity

2020-11-03 Thread Ferruh Yigit
On 11/2/2020 2:38 PM, Lijun Ou wrote: From: Hongbo Zheng This patch fixes some warnings. coverity:function format symbol does not match I think we are not getting these warnings in the public coverity, is there a specific configuration for it? coverity:not_unsigned: Violation: Operand "h

[dpdk-dev] [PATCH 7/8] net/hns3: fix some static check errors by coverity

2020-11-02 Thread Lijun Ou
From: Hongbo Zheng This patch fixes some warnings. coverity:function format symbol does not match coverity:not_unsigned: Violation: Operand "hw->hw_tc_map & (1UL << i)", Right Expression: "1UL << i" is not an unsigned type Coverity issue: 91708127 Coverity issue: 89776953 Fixes: 62e3ccc2b94c (