]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns3: Fix ets validate issue
authorJian Shen <shenjian15@huawei.com>
Fri, 21 Sep 2018 15:41:37 +0000 (16:41 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 22 Sep 2018 02:29:32 +0000 (19:29 -0700)
commit46a6aeb87d92ef82293b80a4a9c5a53e7c8c1fe7
treecc1b147153be1c229ffef51163325d8efff5b8d7
parent71244a7adc58ce5b725d200f31619a4d3c750b65
net: hns3: Fix ets validate issue

There is a defect in hclge_ets_validate(). If each member of tc_tsa is
not IEEE_8021QAZ_TSA_ETS, the variable total_ets_bw won't be updated.
In this case, the check for value of total_ets_bw will fail. This patch
fixes it by checking total_ets_bw only after it has been updated.

Fixes: 0eda0d74aa27 ("net: hns3: Add hclge_dcb module for the support of DCB feature")
Signed-off-by: Jian Shen <shenjian15@huawei.com>
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c