Re: [dpdk-dev] [PATCH v1] net/ice: resolve unchecked return value

2020-02-14 Thread Ye Xiaolong
On 02/12, Sunil Pai G wrote: >This checks the return value of the function ice_xmit_cleanup > >Coverity issue: 353623 >Fixes: 17c7d0f9d6a4 ("net/ice: support basic Rx/Tx") >Cc: wenzhuo...@intel.com Cc: sta...@dpdk.org > >Signed-off-by: Sunil Pai G >--- > drivers/net/ice/ice_rxtx.c | 2 +- > 1 fil

[dpdk-dev] [PATCH v1] net/ice: resolve unchecked return value

2020-02-11 Thread Sunil Pai G
This checks the return value of the function ice_xmit_cleanup Coverity issue: 353623 Fixes: 17c7d0f9d6a4 ("net/ice: support basic Rx/Tx") Cc: wenzhuo...@intel.com Signed-off-by: Sunil Pai G --- drivers/net/ice/ice_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver