commit | fba2efdae8b4f998f66a2ff4c9f0575e1c4bbc40 | [log] [tgz] |
---|---|---|
author | Huazhong Tan <tanhuazhong@huawei.com> | Thu Apr 25 20:42:52 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 26 12:13:28 2019 -0400 |
tree | ea381178e7db3d3169ffd19ee4aa1c2b71d8706a | |
parent | 146e92c13fdedf43a1ae211e85acde4631bb3c71 [diff] |
net: hns3: fix pause configure fail problem When configure pause, current implementation returns directly after setup PFC without setup BP, which is not sufficient. So this patch fixes it, only return while setting PFC failed. Fixes: 44e59e375bf7 ("net: hns3: do not return GE PFC setting err when initializing") Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>