[dpdk-dev] [PATCH v2 5/8] net/hns3: fix uncheck return value warning

2020-10-29 Thread Lijun Ou
From: Hongbo Zheng There are coverity defects related "calling hns3_reset_all_tqps without checking return value in hns3_do_start". This patch fixes the warning by add "void" declaration because here is exception handling, hns3_reset_all_tqps will have the corresponding error message if it is ha

[dpdk-dev] [PATCH v2 5/8] net/hns3: fix uncheck return value warning

2020-10-29 Thread Lijun Ou
From: Hongbo Zheng There are coverity defects related "calling hns3_reset_all_tqps without checking return value in hns3_do_start". This patch fixes the warning by add "void" declaration because here is exception handling, hns3_reset_all_tqps will have the corresponding error message if it is ha