net/hns3: remove unnecessary branch
authorLijun Ou <oulijun@huawei.com>
Thu, 16 Jan 2020 09:27:05 +0000 (17:27 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 17 Jan 2020 18:59:19 +0000 (19:59 +0100)
commitd13a7447a131a3a7078caf1d14e674e8add1d0a5
treef4f6b493bac6b2bd592f96dc7b8dbd6a9ca11e0b
parentb34fdfe98482cfca168be924d5d3d87dd51ae9f8
net/hns3: remove unnecessary branch

Because the rte layer of DPDK framework has already processed the case
when the idx is zero before calling the '.mac_addr_remove' ops function,
the input parameter named idx can not be zero in the '.mac_addr_remove'
function. This patch removes unnecessary branch process to check whether
input parameter named idx is zero in the '.mac_addr_remove' ops
implementation function named hns3_remove_mac_addr.

Signed-off-by: Lijun Ou <oulijun@huawei.com>
Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
drivers/net/hns3/hns3_ethdev.c